Memory Pool Memory Pool Refreshing

27,404 transactions (7.77 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (6 blocks)
  • 3 sats/vbyte = (4 blocks)
  • 4 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 47/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,211 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,724 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,210 (826,768 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
82,442 82,442 0000000000030808dc118089b146a4122c85b7777838bb6ce355df8acbd29a77 0.00 MB 2 0
82,441 82,441 00000000002a4257b594cc14163b16a3202de0d8ac417745fb84dda8421cddcb 0.00 MB 1 0
82,440 82,440 00000000001281ddb2c7c64072dc4b38f052502ff5136ce97647c67a6d622603 0.00 MB 3 0
82,439 82,439 0000000000047b3e7a70ff50f2f6129a26d651bedc5116c54a4874320071a4dc 0.00 MB 3 0
82,438 82,438 000000000023e5b1bf0b7a9e500c06ed9d38fe9d8f57d173867cb2e03a66f0ce 0.00 MB 1 0
82,437 82,437 000000000041550a1d0879e163bc68e0f5558ba3166ab671995c379d12d35d51 0.00 MB 1 0
82,436 82,436 000000000015813963668047a60156346c5d818856b497ed94a8494038572db5 0.00 MB 1 0
82,435 82,435 00000000002dc181da5e51e74da90389ae69d0f7b25924e542feff22804bdf5b 0.00 MB 2 0
82,434 82,434 000000000018279b7dbaa2425343ef9726ff14bddf76318f13fecea313fe5ffe 0.00 MB 3 0
82,433 82,433 00000000003330110fd9fb9b01a47143e1378ea1c5f49a6e1ca30207f199312f 0.00 MB 1 0
82,432 82,432 00000000001ab5b4da88a3789dfb221e404d56fedac229549505cc3eb62454e6 0.00 MB 1 0
82,431 82,431 000000000032576befe537859c2c7c94b254413a517c4fe951cfe7cafac0beeb 0.00 MB 1 0
82,430 82,430 00000000002769a1fef08cec17b6c73949100737a7c74aec061ac21099ca692a 0.00 MB 1 0
82,429 82,429 00000000003dde2973bed04519d50bc6dc76b30471665191604a2882c4f102b5 0.00 MB 1 0
82,428 82,428 000000000006577e07b2ea428a466e45ebd3d58b142c2ff790f6d9ff53740e38 0.00 MB 1 0
82,427 82,427 000000000030e7c8ec6876bab495d02caa3ceddcdcb07e222d356fe4b782d659 0.00 MB 6 0
82,426 82,426 000000000008c28168151bff4516cfe4a4d7bdb5b8ff1d56ec1e128e92d5ee32 0.00 MB 2 0
82,425 82,425 0000000000346393c98a265d42bd0d29a9ca504a31fd4c1b5f66d54713e18202 0.00 MB 3 0
82,424 82,424 0000000000404f0eb17c992961a9534ba7d7a41198b861158c8400c98020dea3 0.00 MB 1 0
82,423 82,423 00000000003dc3bdc5fbb12e0d39a461887606e54d69f38a35e4aededcf34647 0.00 MB 2 0
82,422 82,422 0000000000305d0c9e9417b2a90d303f633cfc6f2fb18701cd602d248b4121cf 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 771.93 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 111 incoming
  • Data Transfer: 2,005.94 GB sent, 107.54 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.