Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,896 transactions (1.97 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,918 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,263 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,917 (202,571 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
709,346 709,346 000000000000000000063da3fd9887c79b44f349179d016ea84dc6dab224cd30 1.33 MB 1,673 8
709,345 709,345 0000000000000000000bab485fedf9408b78a4aa9dc3b583a87e60af51161638 1.50 MB 2,416 20
709,344 709,344 0000000000000000000c2fdb1b8de81325a580935254f9e90aa233997bafee65 0.85 MB 1,056 9
709,343 709,343 00000000000000000005619ff4226e7895d9083a284678c8b414882573a539d7 0.61 MB 1,189 14
709,342 709,342 00000000000000000002f29293ef105de2c5e79d7b87255c3116de9ecfa6eee8 1.52 MB 2,402 12
709,341 709,341 000000000000000000038405bdcfc21b5f2209e744feeaab34705ca2f2730c54 1.46 MB 2,549 13
709,340 709,340 0000000000000000000be02d6249b6acd405522f3450b583b3986334417b5248 0.77 MB 1,150 11
709,339 709,339 0000000000000000000879146d1de7cf23d3d70840c0743423f1e95400423833 1.53 MB 2,910 7
709,338 709,338 000000000000000000004d2104f8737541ca05a741ba5e8202884f31ddc2fcb6 1.35 MB 2,007 14
709,337 709,337 0000000000000000000017cead4513547cb9b29b54ec982cf7bc7b4dbc483316 0.07 MB 171 12
709,336 709,336 000000000000000000017cbcb4a6bb743dc77dd982e9ed409a055d4927cbc96c 0.16 MB 344 13
709,335 709,335 0000000000000000000b714c0d6e484cc872208a38aa38f8a928600f351725bb 0.43 MB 441 7
709,334 709,334 0000000000000000000bf0a851843e5768ad7e79ca6ce0a2c4f2ee6392df8f53 1.39 MB 2,184 11
709,333 709,333 0000000000000000000118ff5cecf5c805333495126348edd42b490162e7df16 0.71 MB 1,430 13
709,332 709,332 0000000000000000000a8453f7c5b6c52b6a93c9e561a0d7be22706f7d36e272 0.26 MB 458 14
709,331 709,331 0000000000000000000c34e830e924c916d7bce9b32cd660cdf3d1b00e0551a9 0.30 MB 561 6
709,330 709,330 00000000000000000006a92dd40119438dfd4430b2c3afcab291efd5d8cae806 1.70 MB 1,199 12
709,329 709,329 0000000000000000000c36c2df3dbf1a5bcda72f670b880b49c990868e7987dd 0.06 MB 44 12
709,328 709,328 00000000000000000008c23df3b02d25e5fb96a9db1527615b7d0f1b5e7ce03d 1.28 MB 1,776 5
709,327 709,327 0000000000000000000c09a14c5d9d9b2329a4658667e7656e71b264d78a91cb 1.75 MB 938 12
709,326 709,326 000000000000000000031014f441dd23f02558e28e1f5de934b240f46e974c22 1.80 MB 588 10
Previous 10 blocks ↓
Total Size: 776.93 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,484.59 GB sent, 133.15 GB received

Notes

  • This page updates every 5 seconds.
  • 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.