Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,473 transactions (1.85 vMB)

Priority:

  • 1 sats/vbyte = (6 blocks)
  • 2 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,055 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,185 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,054 (870,516 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
39,538 39,538 000000008a98b935c3e9e8144cea859d6ba634c3d972a9fe306a949804088115 0.00 MB 1 0
39,537 39,537 00000000657e599c89a34059544e1968ca5e139119d6ed7362f13087014149d0 0.00 MB 1 0
39,536 39,536 000000005ae56016d5ac5c2a358f0a920d93f4e1f93e9c8a7c0f67ae924803a6 0.00 MB 1 0
39,535 39,535 0000000079ff8bfd772f61b9cc2a51690dc5ed11482bb893e616d746b8308468 0.00 MB 1 0
39,534 39,534 000000001af2fcfd7d692b8e7e8426ec5f91102f8ffb98895c06ff6751b147a1 0.00 MB 1 0
39,533 39,533 0000000076d79542db1ba367ab49e6e05599e04117d3608240b6a81c77d6a71f 0.00 MB 1 0
39,532 39,532 000000002a500c74ceafada82112aacb29343e22d3af42794677c4f82d5f922b 0.00 MB 1 0
39,531 39,531 000000007dcc8855f953cc0680627964e710139f7add070eb61a6d1bdcb224d8 0.00 MB 1 0
39,530 39,530 00000000395720d2904bcefc2c6e0b842abaa5e788dc6afbf4f124cc5701ae68 0.00 MB 1 0
39,529 39,529 0000000045646b4297802339496e3740763b3f0f0741d10818c29f1ccbf3c5b6 0.00 MB 1 0
39,528 39,528 0000000008c737a38aeba8f6c432c0376510e94135bcd4a1eb4f564ce4b1996e 0.00 MB 1 0
39,527 39,527 00000000510b21acb85a61a5ebdf5950178be8bd1f8836624a21c10af4f7551d 0.00 MB 1 0
39,526 39,526 000000006ade507921181b90d460cfe27efe39d424943fcce743b8fd813fa666 0.00 MB 1 0
39,525 39,525 000000002bbd8e3be4dc7712955a5e7e6b5fff1b8f5fb522b661daafe3cdb817 0.00 MB 1 0
39,524 39,524 00000000290d44c6fb2a0eb8c39006fccca02faef3dd65d2844e07a0e1ef1fb1 0.00 MB 1 0
39,523 39,523 0000000049861d295376b3d489dece574d4ae4d6ddbaae19b29bec95d6997496 0.00 MB 1 0
39,522 39,522 00000000769886791c5e49418e6869c33060ddcee22aadf5b852127f8bfa0978 0.00 MB 1 0
39,521 39,521 0000000079b93a44b1b3199cb9b541fead27813bcc2c507c045790c8dfb07f32 0.00 MB 1 0
39,520 39,520 0000000048010d6af7e11e123620d4ba0ba8e6a144bb1efad26b0b743f31535e 0.00 MB 1 0
39,519 39,519 0000000015842627a6507b1b1abf03ba60cde588cb68d9a25ffa0c042edb17d4 0.00 MB 1 0
39,518 39,518 0000000005803d1b48ae153c194a845fb6972370e87f8576293a93a62c5b4c61 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.50 GB

Node Information

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