Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,505 transactions (1.84 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (4 blocks)
  • 5 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,247 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,311 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,246 (826,794 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
82,452 82,452 00000000001c8fdfc264113b4951c724d88d5b92e3c9a4ee5580ecaa9ad6f8c9 0.00 MB 1 0
82,451 82,451 00000000000ebe4dd048b571c5845798539f71fb2c060823072f06c6971cf724 0.00 MB 1 0
82,450 82,450 000000000040d00cefc2b89689bd8fda7ac97d9e239d01ed5369cd4b73939461 0.00 MB 1 0
82,449 82,449 000000000010aba934fb2e8d7e47fa1ff6e9dc65d21f96e095f8d09521c8028c 0.00 MB 1 0
82,448 82,448 00000000002d093fce20d8afee474b2f31ee419803c36576644404d2bff5f44e 0.00 MB 2 0
82,447 82,447 00000000000123cb1a8ee7832e9b52fe8e895437e1cdcf9e263f78aeb94047f2 0.00 MB 3 0
82,446 82,446 000000000004f33968e2c985939dfc976f7bc63f20e7b332041900350480cc0d 0.00 MB 2 0
82,445 82,445 00000000002fd549179f4b9ef6abb80e365e36304eb453abb527be8462f61001 0.00 MB 4 0
82,444 82,444 00000000002790947a0b86090cd876f18047cf39d939b2b3bf4f7dd7ea283ec1 0.00 MB 1 0
82,443 82,443 000000000040612640375d007a75e364c9ea42ae5a1a9af3e95576ae5e8e3919 0.00 MB 2 0
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
Previous 10 blocks ↓
Total Size: 771.99 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,024.72 GB sent, 107.93 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.