Loading Tool

Explorer IconExplorer

Memory Pool

16,638 transactions
7.44 vMB
0.03239322 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 42.86/200 MB

Candidate Block

Mining Attempt aa11504d8f1e285e4a8772483374430cf3042fabd921f4211a6aff7d4f1e6000
Version 20000000
Previous Block 0000000000000000000141b3daaf035091f434ab9606d0c7a53ce323aed9737a
Merkle Root 6154ee62a86179edbfc7587389e9888794ac81624c9bef7a6a7979b9b65f6cf6
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,548
Size: 1.00 vMB
Total Fees: 0.01780486 BTC
Median Feerate: 1.04 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,440 (724,216 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
189,224 189,224 0000000000000901f35fb36568d8d1ea6d25b4794d9046b77c9b0418473e65ee 128 0.05 vMB 103
189,223 189,223 00000000000004c9ed0161112607377d7702bce9615940e3fdd187ceffd4cff6 34 0.01 vMB 72
189,222 189,222 0000000000000785dcd324a46a3d51fc08029671425a4d02763b2cd44020c3ce 47 0.02 vMB 87
189,221 189,221 00000000000005c3c2ac14e3e2cac5d615377ffffe8fce522184d668cbfb06fd 307 0.12 vMB 121
189,220 189,220 00000000000008e0b72d08909dacc001ae14753340378bce1b0f99e4b7df1fe6 29 0.01 vMB 181
189,219 189,219 000000000000019ebd5818f6f721cdece683fe944a0393ed6af23b98165585cd 374 0.17 vMB 139
189,218 189,218 00000000000006848d1108ddd7745cae80cd8424135f184f43fe2956e16fc51d 108 0.04 vMB 138
189,217 189,217 000000000000009bff5425a97ab1c86bc1d94307831ad9885f904d0cf42f1981 133 0.06 vMB 149
189,216 189,216 000000000000048a373d8d8e3880a8b4b2527dc8fba1c4f35242dd965b31590f 123 0.05 vMB 143
189,215 189,215 0000000000000699440eecf209d21fceb5af7ef9bf03141fd49c96433aefd83f 511 0.21 vMB 151
189,214 189,214 0000000000000292aa1a80cb5df21ca61eefd5e25f619dd03d1fb56703b50ee5 91 0.05 vMB 235
189,213 189,213 00000000000006d9712740135dec59dbf6417783c8ab24903175f69770a580ff 118 0.05 vMB 72
189,212 189,212 00000000000002857ce25b966b9732a84d1c38aa3d5cf1d83e980dde82e83cde 145 0.07 vMB 133
189,211 189,211 000000000000067a7c535fc4791a79862e4ad7301077137caa2bf9f5649f30de 510 0.23 vMB 138
189,210 189,210 000000000000002434457257d6245557d9a4193cb12099ee763c989da5770a6c 9 0.00 vMB 307
189,209 189,209 00000000000008d2137b52a2a3f895640eaad30a87da123424635e85de22f5a2 152 0.09 vMB 166
189,208 189,208 000000000000007038c267c8e494df785ac980a82d321792dc58302e5cfee2a0 347 0.14 vMB 132
189,207 189,207 000000000000003529644dc765213aff7c6dfd842ed751a4b64ba98c75dbf3fc 10 0.00 vMB 14
189,206 189,206 000000000000002def9e4c58a0c38620187b8e6a5f9740b83790be02072cef91 128 0.05 vMB 59
189,205 189,205 0000000000000802f60d38160946af5c5ddc156477247ac9bcb6fac29c60571a 229 0.10 vMB 182
189,204 189,204 00000000000009441aeb91ff0ebe11ea79b1fc54d7fc4e4f13a4d85d8614163a 193 0.08 vMB 122
Previous 10 blocks ↓
Total Size: 779.63 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 303.90 GB
    • Received: 1.39 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.