Loading Tool

Explorer IconExplorer

Memory Pool

46,252 transactions
26.87 vMB
0.08831102 BTC
Random Selection Loading Transactions
Max Size: 142.81/200 MB

Candidate Block

Mining Attempt b9a0abd2eaa168e5a1621cdb52a31ef867ab7f379928321a61464b2506a6502d
Version 20000000
Previous Block 00000000000000000000ff9991b1e163a0cd8035dc9efad2912f09cbb13212f7
Merkle Root 800e9d305fefc58b265678c933760d4138f14b3f8d34298fe425717f01b27b65
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,220
Size: 1.00 vMB
Total Fees: 0.03868952 BTC
Feerates: 101.64 > 3.88 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,781 (337,422 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
577,359 577,359 0000000000000000001acf38afaa68687b3f59b40d42f47acf9151e65bda40de 3,125 1.00/1.00 vMB 139
577,358 577,358 000000000000000000052802acfe6d8c2c20fe9a588b4f93cc8b241cc13e8a6f 2,914 1.00/1.00 vMB 88
577,357 577,357 00000000000000000025f28dc66f196d8591f4cb6a28bd0d64ed9c4281d66802 2,056 1.00/1.00 vMB 27
577,356 577,356 000000000000000000296e09d6c0a825c88c3a0868f6bc86333922925e5fc449 2,560 1.00/1.00 vMB 67
577,355 577,355 0000000000000000001fab52ecd0e73fe94c97ed4d2f1b644b4a3bc602683723 1,801 1.00/1.00 vMB 99
577,354 577,354 0000000000000000001fa683d3808614c27b64d0ac82f7ca8539a11d0ebd3810 2,439 1.00/1.00 vMB 142
577,353 577,353 00000000000000000001f60c42595687be4648849483b47c2178a368fbae86e0 492 1.00/1.00 vMB 4
577,352 577,352 0000000000000000001df74b1c16ba9bad690ce97882b08d6d30a3c963ed9eab 2,735 1.00/1.00 vMB 63
577,351 577,351 0000000000000000001b7679283f6980090353d73cef88ae5cad40c1c990e2d0 2,134 1.00/1.00 vMB 71
577,350 577,350 0000000000000000002894988ae3460720bd9a6560435945714d6d710cf1baad 2,797 1.00/1.00 vMB 20
577,349 577,349 0000000000000000000e80b3349d8066a8df6595bfd309c0e918e3b76f2633f0 2,555 1.00/1.00 vMB 76
577,348 577,348 00000000000000000025eb46711c7c44a2beda20fc30cc1fcffab586eed9e8ca 1,503 1.00/1.00 vMB 86
577,347 577,347 0000000000000000000e2eb3d50e1818ab8c5abf67c947a3b6322e7350f0f04c 1,421 1.00/1.00 vMB 126
577,346 577,346 0000000000000000001e688ba0e5d3419e7ebd9053247dd573cd19a4cc57a7af 2,145 1.00/1.00 vMB 159
577,345 577,345 000000000000000000138c13712a1b389960a480e7f039dbc681f5764e68b7ea 1,078 1.00/1.00 vMB 102
577,344 577,344 000000000000000000279461a122a42299fd4ca434c8b13e487bb1b9472d902c 2,215 1.00/1.00 vMB 142
577,343 577,343 00000000000000000029b145214831afe765582574a9e7cc5ea16e8b8d9081ed 2,131 1.00/1.00 vMB 93
577,342 577,342 0000000000000000000a891fdb35103328500a4db972baceef9c6dcbe9196c40 2,251 1.00/1.00 vMB 68
577,341 577,341 00000000000000000004fbd02d5d25650c13af036d82d4aac6b5e51d058219db 1,781 1.00/1.00 vMB 135
577,340 577,340 0000000000000000000aded099ce05616aaf3d11ccd234abf15241fae0c8587f 1,897 1.00/1.00 vMB 34
577,339 577,339 0000000000000000001986c9c67eb975fd39adc5b7dd0a45462e8d6590765b86 2,318 1.00/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 781.99 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: 648.81 GB
    • Received: 13.09 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.