Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,880 transactions (1.35 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 909,943 (837,122 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,821 72,821 00000000007fc5d08361aa249017a6c239c500b459195a9fd3725b36c3bc8401 0.00 MB 2 0
72,820 72,820 00000000006ecba2254d5467dee31658fd34459ae41971787e25d41d3340b6fc 0.00 MB 1 0
72,819 72,819 0000000000784734d5bd090696757d20edd2ee9906fdaac0957efc3432357805 0.00 MB 1 0
72,818 72,818 00000000000923b88e64c400941c715aec5d95835ce43c0cfbe402291573f5e7 0.00 MB 2 0
72,817 72,817 000000000006c6c739fd8e662d8ecb76b9f343e9ee7fee78226b2d40d6e214e8 0.00 MB 1 0
72,816 72,816 00000000007e9dea76513b603a10b094747307caed65d8c44f9c57a9fa6a511e 0.00 MB 1 0
72,815 72,815 00000000008d6c3f867b1a106d294909962c66ff18d7226a10fa30e5262e8d0f 0.00 MB 2 0
72,814 72,814 00000000001bd8a05d3fd7f8663170fdd01d7bdc14d450c89304b100b54795bb 0.00 MB 1 0
72,813 72,813 00000000003cc11a4701efa1940493ca35c885c1d6ada57093a9427afca1ec7c 0.00 MB 2 0
72,812 72,812 000000000077714655fc81096527149d5c5e63bfc3cc4dc136bf2de3f0fc48d4 0.00 MB 1 0
72,811 72,811 000000000088f4225f1f0e3b4629ce2595af37ac2cc178686eca99d4c2fac15e 0.00 MB 1 0
72,810 72,810 00000000003c7d7ed8919dccb59e201c54211485dbd73b44cb414080e4d0bde1 0.00 MB 1 0
72,809 72,809 00000000001bce0d22c7026e92fa1ec1906648dc00d3d80cf82bf4f940496872 0.00 MB 1 0
72,808 72,808 0000000000350134622b738cced617c3c50c64d9afac3251fc9cb158522317de 0.00 MB 2 0
72,807 72,807 00000000007c42959d8154e3a3384e59a1958575619f0fc013702238fc797627 0.00 MB 2 0
72,806 72,806 0000000000b596b9c7b9fd87b5e313cce2831e3168c8d6d683fbe5ce00e0b5ef 0.00 MB 2 0
72,805 72,805 00000000001aae0e0fd429f1b8d32eab57f1ea4761bece6376e4c47dacbcc437 0.00 MB 1 0
72,804 72,804 0000000000430ef57ec9cda7e22ab82c60ce9df11c587215d997abf131cd55f5 0.00 MB 2 0
72,803 72,803 000000000009d3f050aae162c2549a62cfecff71e95c5d61ef62f25137d48030 0.00 MB 2 0
72,802 72,802 0000000000117880f0aa61e44b69d8c4caedb0a7a54b69eb27d309a6c10d6b40 0.00 MB 2 0
72,801 72,801 000000000057ddb4d5aa749acdfc0293443ee0baa1b12f8ca70daa4dc68bb653 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.30 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,175.52 GB sent, 114.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.