Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,320 transactions (1.72 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,068 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,470 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,067 (819,646 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,421 91,421 0000000000045617ffc781157bc9003de6ee6477dda7ac551b675f12b6ad2917 0.00 MB 1 0
91,420 91,420 00000000000e24a776b34c0e08b2b3fbf14834e87c49dfd8509221300ab52013 0.00 MB 1 0
91,419 91,419 00000000000a85d6deb7da0bebb0676a393b4d385d551187343c54791f1fb778 0.00 MB 3 0
91,418 91,418 00000000000d4d58db438284ed8fceaa361f9ddb8e18332f4a628c389fbade43 0.00 MB 1 0
91,417 91,417 0000000000031639552716ebabf8d036eea5f27b0f69adc2bec27934fa272ceb 0.00 MB 3 0
91,416 91,416 0000000000033059dfa29e7e6b5fb1949cd8b955ff70a8f6090f67c6f200ea28 0.00 MB 1 0
91,415 91,415 00000000000e4a41d6f5110690fece4cbdb5b7b310259f8234a4f8f45631f4a2 0.00 MB 1 0
91,414 91,414 0000000000040b38e0ee5e02450fb7a8c6cdc4586169689c231c83eab8500f7c 0.00 MB 2 0
91,413 91,413 00000000000595805442420e20a145a5e28e1a2a43e10194c98396beada8ef3e 0.00 MB 1 0
91,412 91,412 00000000000d3b33bf51a30be2f21726cbae3eabd282005f38d35acb7e4cf9d7 0.00 MB 2 0
91,411 91,411 00000000000ca62abbe04982cb95246c388411b551b68e30b6601fc57541ea2e 0.00 MB 1 0
91,410 91,410 0000000000057facddd104c1987daf22e4de25fbbaaf12dc748e528bb5e6f894 0.00 MB 1 0
91,409 91,409 00000000000b3c62ebb174bf4c56e2cdaff2ef4dc0ea3601c15609a199685bd2 0.00 MB 2 0
91,408 91,408 000000000001d7ff11acc87d79af4692972e2f5d6458e7bbcfa784aa3d58e08f 0.00 MB 1 0
91,407 91,407 000000000008484feb68bf82e8ef31130b0d986f165b6b1ae889ed27c241a190 0.00 MB 4 0
91,406 91,406 00000000000d59c23dcd62ca1c95516389773f860cf504cc71003f8bf54b9acf 0.00 MB 1 0
91,405 91,405 00000000000b634b80119e9a3eb10fe21727d3f386a2bb8b5eebbb1ed1d92b01 0.00 MB 1 0
91,404 91,404 00000000000a8023fd110b2ee157dedfff544d9a62afe4029f674035ca8348e4 0.00 MB 1 0
91,403 91,403 0000000000096d69b55875415f2cf7784e1397ec95ef1cb5d0ad6e8f40409bff 0.00 MB 1 0
91,402 91,402 00000000000d7fd889acc87c360ef9ede88df6878fe9ed1e2b7de3b738a7b658 0.00 MB 1 0
91,401 91,401 000000000005e81a11dd9471be1c40e552dd11b0d7f01a6221ab5509eaa9ed6d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.37 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,367.51 GB sent, 125.63 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.