Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

143 transactions (0.04 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,660 000000000000000000022cb30000000000000000000000000000000000000000 0.04 vMB 139 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,659 (829,203 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,456 80,456 0000000000232b95f33bcf6997f46701208ee1558b7f7c350001b38b37d59cfe 0.00 MB 2 0
80,455 80,455 00000000005a5eba7bda535aad1fd6a2e9facea9044cb72fba5526045f24dd7c 0.00 MB 2 0
80,454 80,454 000000000042a94696a1e2fba7622677ca112e6474b4c2f1f67a6fde26d06292 0.00 MB 1 0
80,453 80,453 00000000000b03a98a8da14d4124f3f18809c564977e72460f8ed0585cd53555 0.00 MB 3 0
80,452 80,452 00000000003f11c21e67909548a4745729480c8bd34768d574479c4360934237 0.00 MB 4 0
80,451 80,451 000000000046e6c1afa0c600980fa8bbd1c278a9c3ec06fe33ed97372cae6e42 0.00 MB 1 0
80,450 80,450 000000000017409b01fb7fc3eed9458e41a299a3c394ed664367456eebaca686 0.00 MB 1 0
80,449 80,449 00000000002a37488ddf42b705891fb128d3bf8a498b4999495c2b46d58b2944 0.00 MB 2 0
80,448 80,448 0000000000206e4147b080a8da056893110518c2f0df5510695b4cfcf61e6aac 0.00 MB 1 0
80,447 80,447 0000000000420efa2170e3c39f3e61af0ba821819ea1132f2936b4f89f40c2da 0.00 MB 2 0
80,446 80,446 00000000003703a9d49b814fd4d06cca721e7e6a5bb0ec7d8170c19993bc43fd 0.00 MB 5 0
80,445 80,445 00000000002a9a13c2d22516ead9ffb764f5c5e0018308ea62dd971a377d57d4 0.00 MB 1 0
80,444 80,444 00000000000716dc9cec807a175102a4c4d3bbd56ef65ef7a39be78b40080239 0.00 MB 1 0
80,443 80,443 00000000003e617d64edb8791e9b27838074ce665696fd9a242b92cea129fdc5 0.00 MB 2 0
80,442 80,442 0000000000219037b2ca76ed229f21f730a60c37c0e180125bde97f2b4292750 0.00 MB 1 0
80,441 80,441 00000000002370fa3fba1b2ad1bf62c7898e6f1545c5a0723e0247091a8a1471 0.00 MB 2 0
80,440 80,440 00000000003ef28ce885bb0f7b33a166b830439742700f370b24c24102a0f25e 0.00 MB 1 0
80,439 80,439 00000000004ce2726ddf0be92b72dcd590b769ae7909f937a55a07e2865cc382 0.00 MB 1 0
80,438 80,438 0000000000556c5fabc6b7546afce2e7d7e9a60c469319d339661c66d37a9af8 0.00 MB 1 0
80,437 80,437 000000000047d37e1597b7746d2d5cc3bd0d0420f8ef61d15541fda5572d78d2 0.00 MB 1 0
80,436 80,436 00000000005049300a4d7834998c5e022615471ca115ae72cdea5c06c609ec57 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 772.78 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,130.68 GB sent, 112.20 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.