Loading Tool

Explorer IconExplorer

Memory Pool

83,347 transactions
31.19 vMB
0.09442596 BTC
Random Selection Loading Transactions
Max Size: 191.37/200 MB

Candidate Block

Mining Attempt 56b53adfb74711c45a89dc701facf6e7622723f07811c5947a8e1ea79e239681
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 7615995d30fbb209cc3855a9bc43d08c1981e196bf167596cf7995b7ed233c64
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,724
Size: 1.00 vMB
Total Fees: 0.02411884 BTC
Feerates: 301.57 > 2.42 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (500,493 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
414,731 414,731 000000000000000002baf964abded6f4ce0e2302fa31e4e71d39c3c3b460bab7 2,252 1.00/1.00 vMB 47
414,730 414,730 00000000000000000147284a4429240a191d1cff824e43331e2ff45fd743bdd6 1,955 1.00/1.00 vMB 37
414,729 414,729 0000000000000000025ac972fc0afbe0d821f5f8eab421f64b25ae6b2536b681 2,889 1.00/1.00 vMB 64
414,728 414,728 0000000000000000005e53b6147a6595955d3e9435e20cce50f58f516ebbad43 3,086 0.92/1.00 vMB 60
414,727 414,727 000000000000000001bfcc577028a557e628dae3fcc21613e9c8cd6c546710bf 1,574 0.90/1.00 vMB 27
414,726 414,726 000000000000000004680a41ba2e0f76980686b86897faffc658c70ee681f468 2,217 1.00/1.00 vMB 48
414,725 414,725 000000000000000004e962cbdbfdd5cd7cf38a448cc2b51b7fda51fed52babd3 2,481 1.00/1.00 vMB 54
414,724 414,724 000000000000000000b48d4138cff858b4de48a494a1a15695b25c6bd11d025c 448 0.26/1.00 vMB 40
414,723 414,723 000000000000000003d30c347b5b11cfc6f5c63b131f8290d380f31120973cc5 863 0.48/1.00 vMB 37
414,722 414,722 000000000000000000516c2304ff5df3d5a66f5f0c8e2298467a04d53d6d251a 252 0.12/1.00 vMB 42
414,721 414,721 0000000000000000001505bcfdfc24ca93f5307ba2d39f0b24618cb9bce7864b 711 0.33/1.00 vMB 41
414,720 414,720 0000000000000000016e0f1ff3e8ebcaf1d556fbf8bf603b52015a057c5ab1a0 1,528 0.83/1.00 vMB 40
414,719 414,719 000000000000000003f256da7640a2c732a3e6e3882a96427bca61ad9c66c69a 547 0.83/1.00 vMB 19
414,718 414,718 000000000000000004b17dd23e5063723b5a1f25d5cc86158a631a5f5630a2aa 399 1.00/1.00 vMB 15
414,717 414,717 000000000000000004ca069947a9a88105e6530a4a4b423f9adf29d1e8cf45a7 1,588 1.00/1.00 vMB 28
414,716 414,716 00000000000000000458240d944feb826068b836e8ea2394b84318b00f915972 8 0.00/1.00 vMB 146
414,715 414,715 000000000000000002d0f22b76370601fba90505ccdddff6bbc4b5017c315655 2,366 1.00/1.00 vMB 49
414,714 414,714 000000000000000002edd1ccc9f7843ef64a718b5186dfd137c13e3d8aa6875f 1,513 0.99/1.00 vMB 41
414,713 414,713 0000000000000000005fc09d9ac65fc1fd3ceac9b296e70f4df4350ed5126cf3 3,357 1.00/1.00 vMB 60
414,712 414,712 00000000000000000275c17728568bb4be46a1c3aca3bff2a4d7407695652d1a 540 0.26/1.00 vMB 53
414,711 414,711 00000000000000000564d235617bd7a9bb6b619869b3b60e000f652d0ef5a151 1,375 0.69/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.78 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: 709.56 GB
    • Received: 16.92 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.