Loading Tool

Explorer IconExplorer

Memory Pool

78,693 transactions
29.21 vMB
0.07853943 BTC
Random Selection Loading Transactions
Max Size: 174.76/200 MB

Candidate Block

Mining Attempt 37bdf72ff0d64fb10d03fc162a0ba3d37c7bc8ccc8c8736115a84550a18c3459
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root 7fa72f55c6efbee9237ce9c7921e34d234b2e0a77568a07c72622d9ea88ba342
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,706
Size: 1.00 vMB
Total Fees: 0.01926715 BTC
Feerates: 150.77 > 1.93 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (792,584 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
122,485 122,485 000000000000961b42749b0e59abdbf60b19058a725bdf9dbf12cc017e0bc08f 26 0.01/1.00 vMB 1,401
122,484 122,484 00000000000064a19e6fba14243aaf553f112a59891e63a5ee96a0a582992326 21 0.01/1.00 vMB 449
122,483 122,483 000000000000637ed1dd740408bb3e8d43c48e61256ee1554eb9b92771b88174 1 0.00/1.00 vMB 0
122,482 122,482 0000000000004a4f1b24f22747d64bf44a492d76cec14193263e302ae012e124 17 0.01/1.00 vMB 886
122,481 122,481 0000000000007f0e592822058429bc239a5e0fe90db2e433368f9de4bf498dfa 20 0.01/1.00 vMB 384
122,480 122,480 0000000000004d5ad4beedf2c27181d02701653ba044f8c99391824f012bad28 8 0.00/1.00 vMB 1,870
122,479 122,479 0000000000004575a5e40d4aa284079800a8487560057ba96a1c93744aa16150 17 0.01/1.00 vMB 542
122,478 122,478 0000000000000efc95b4b36ac8edc87845f71391de2341c6144a0edfe0c9d5f7 16 0.00/1.00 vMB 1,899
122,477 122,477 000000000000639df69ea998ff905d5419ba9cf75f118619a4ed1942b9c7078f 9 0.00/1.00 vMB 754
122,476 122,476 00000000000081ab006dcb874b2fe02adf41e848f231ee6ae2a08c8b07e96808 9 0.00/1.00 vMB 0
122,475 122,475 00000000000008672f1f4d80ba30bf0192b30990ab111b4ad52918a17734e426 25 0.01/1.00 vMB 666
122,474 122,474 00000000000018c9504e94fac40de844f8c9992cbab22b29d5577aec2f25a02b 6 0.00/1.00 vMB 0
122,473 122,473 00000000000032110b9b722d4ef8dddfc623647b9d88ceec582bda92ccd07bbb 23 0.01/1.00 vMB 1,532
122,472 122,472 0000000000008461f522069b622935cafde73b80faf24895716eeee9efbb4967 8 0.00/1.00 vMB 333
122,471 122,471 0000000000002d3cae80c10d169d175058afbef2ec11b04508640e8515c54f59 19 0.01/1.00 vMB 629
122,470 122,470 0000000000007c4bb9cfb9a4ee627404f26b3dfe08277eaa25fd38e4c6821fb9 7 0.00/1.00 vMB 0
122,469 122,469 000000000000081ee53f7901ffcdba362153a10a9df3298868328624d36d661c 9 0.00/1.00 vMB 0
122,468 122,468 0000000000007d0db459f55c7cd78a8f4d179b70e2a48972940d5eaef7c99893 33 0.01/1.00 vMB 2,507
122,467 122,467 0000000000002c5bec6ace919bf57bd82bbf8751ea44b7031c3c7cca0e9854f7 47 0.02/1.00 vMB 162
122,466 122,466 0000000000001b4ec3d11c3e116516b259373f17d745481f269cf4eb4b6fce19 912 0.24/1.00 vMB 25
122,465 122,465 00000000000002a6ea98d66265bcafbba6113d47b31259a02ed3d88e17e54fb5 5 0.01/1.00 vMB 663
Previous 10 blocks ↓
Total Size: 782.52 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: 668.75 GB
    • Received: 15.56 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.