Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

14,437 transactions (4.50 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,865 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,598 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,864 (825,478 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,386 84,386 0000000000199ece204ffb6f73a2be520b1cd31fa722cafdffa2548846d365b9 0.00 MB 9 0
84,385 84,385 000000000010a57ca05a2b642c267bece223bcf16950ca1c7e12975d05452a31 0.00 MB 1 0
84,384 84,384 000000000006767d1252ba69e692f3e9b76b701295918ad5ca2937cb5747b4d5 0.00 MB 3 0
84,383 84,383 00000000001005c0db3fc41f5294cc592793820ace5709265a4e3ffa067c4e22 0.00 MB 3 0
84,382 84,382 00000000001dc61aa0933064d8038189b0fdd4154fba7acaba246f52fbc27ea1 0.00 MB 1 0
84,381 84,381 0000000000110b981ed518c6789b8f3105852c4da6a80a038836acc2dd201be4 0.00 MB 1 0
84,380 84,380 000000000007e337dad569fa329a2c87b8c36058c8d3d74e5e4f97c34e8c2be6 0.00 MB 1 0
84,379 84,379 00000000001807d4562f353887fc9ad945891b08e5f1ac0a5b64ea6239a62bf5 0.00 MB 1 0
84,378 84,378 00000000002a33dd4af57c56984072de1e8bcb3f895d80175a2fecf30cf35496 0.00 MB 2 0
84,377 84,377 0000000000013d742316d0bd73dae002d5fd3c5ea59085de3c611e7e0ba6fcd3 0.00 MB 2 0
84,376 84,376 0000000000290138666e5bbcd055aa89aa22f1f975f1431dcd79c31d33930b5c 0.00 MB 1 0
84,375 84,375 000000000012563df6144176e9e402d91535bfe8e5fb630ed07f59328ee448dd 0.00 MB 2 0
84,374 84,374 000000000003209283db0021930b53079b4110edf4ad091fcb95893084c7776d 0.00 MB 1 0
84,373 84,373 00000000000435fdb3535879e74654a460a51f46ac7c24b50a51e621844177a9 0.00 MB 4 0
84,372 84,372 0000000000027f87599f26287dabd4b91cd0b9a7db6fe6c20bb70b5ad00555a9 0.00 MB 1 0
84,371 84,371 0000000000154910cdde1cd0a803f58c81372bda9ca58db6a2645b682d6f6dbd 0.00 MB 1 0
84,370 84,370 0000000000202e41bae3b855707776d886651f5db7fd5bdbfa6db9c2c105d5f4 0.00 MB 3 0
84,369 84,369 00000000002be83a6b97e15a97b581f762d15ad6ddd3c7defb876cca36e1505c 0.00 MB 1 0
84,368 84,368 00000000000a49adf8e374ec82dbf4f8476de476cda1e9556630f4597ce8334e 0.00 MB 1 0
84,367 84,367 000000000028712033be6b86822be0caa378270c52d6a0c40d2073d3bc32230c 0.00 MB 5 0
84,366 84,366 00000000000a7a3152c81007cba2e0a760b9194fd241c2a1cfead499b7a9be5d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.14 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,167.89 GB sent, 114.10 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.