Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,650 transactions (1.64 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,660 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 4,004 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,659 (867,172 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
43,487 43,487 00000000052d2ce02edcea46162c72ca9318f3c5d9af285e8dc95bd20fa6349f 0.00 MB 1 0
43,486 43,486 000000002049123ea087abd9eca68670a28f14916d1d7d4abeb75b3feff7941d 0.00 MB 1 0
43,485 43,485 000000001ad3d4baf82113b62ffb1c4dbc02f93259dadc3fb93f8e378b0461f4 0.00 MB 1 0
43,484 43,484 0000000035ddc30f1c1fbdacac19aec80329fb325e509d86c5f4c7e4bf77ccb5 0.00 MB 1 0
43,483 43,483 000000002da3382ca3e6454def19a42c2b815891020a1cfb30430427ecb9c735 0.00 MB 1 0
43,482 43,482 000000000c99df4f4a80b65c83722c4562b496e207f657189594e9143063d67d 0.00 MB 1 0
43,481 43,481 000000003294bf0faa5031d0d7c610e30407131458608d4932940772dd050ad2 0.00 MB 1 0
43,480 43,480 0000000030ebf6f9da012834b5183beb77003d3a2ba6cb3debd372f0eb240dee 0.00 MB 1 0
43,479 43,479 00000000086c04e790b14fa22d954f21e895d21615f4910470cedb4654bb6f9d 0.00 MB 1 0
43,478 43,478 0000000019c20b663ae12a2e674763a0aa1b79a0afcaf1a0554034c8d14f27ab 0.00 MB 1 0
43,477 43,477 000000002b9cdcb391e6fedc50562658016272f8d455d4f8ffc1a8a09fafc6e8 0.00 MB 1 0
43,476 43,476 000000000540cc641152ead8073033669c8bf5ebaa256e504f5f4c753e478617 0.00 MB 1 0
43,475 43,475 000000002705c5965e6975b5a318afcde14cec0ff1887e3bff8d7a8af84e6f24 0.00 MB 1 0
43,474 43,474 00000000301edc195e2cc4885a29d8cf81e4304cb9a1f2ef8d08ba425b2aa679 0.00 MB 1 0
43,473 43,473 000000000fb21402953c19aa2b7ab5875816237e4e49189d7c7284923b801298 0.00 MB 1 0
43,472 43,472 00000000067d78f7bbaf6158bbfaf5abad9b1dbe74599c77d6ec8628a87b9af1 0.00 MB 1 0
43,471 43,471 000000000ecd6c0a7c9460ae319e4deeffa619c300816fdbbd40a6d93ff1218a 0.00 MB 1 0
43,470 43,470 000000000f5bfeba34af253c79a17266f6adaaf469f30b02fc2f4cf1278a2623 0.00 MB 1 0
43,469 43,469 0000000021c41d24c857e497a910afcb76fbfdc014cd3978b922fe91490a1322 0.00 MB 1 0
43,468 43,468 00000000346e9a9f234765d14403d7c2fcd09c20f8cab27b5b952ffb4628731f 0.00 MB 1 0
43,467 43,467 0000000027328652a2ec3d9665713bd65f1c2bbd3f40f5f268acb2d996e99515 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.59 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,281.30 GB sent, 121.58 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.