Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,910 transactions (2.51 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,805 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,883 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,804 (237,437 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
674,367 674,367 000000000000000000016b4ba02090597494eddb1c4a9676f472ed2800db0807 1.37 MB 2,529 109
674,366 674,366 000000000000000000083a48032d3d1e98b114a87139efa29485223367ca85d0 1.78 MB 1,429 69
674,365 674,365 000000000000000000038f780364221846a3c11e2a5b33eee69029afe5775a0f 1.68 MB 1,897 73
674,364 674,364 0000000000000000000ba9e442bf04effb7cb6ded840ea38027fac16305004b7 0.00 MB 1 0
674,363 674,363 00000000000000000009988ff6be286e9cc8617b498275874f57ccd0f72e743b 2.04 MB 808 60
674,362 674,362 00000000000000000005dc29f7c8b443bea906072d4343bd75033fee6dfc5659 2.00 MB 858 61
674,361 674,361 00000000000000000003f00726b70afa52cd585c9a857f83c0a382f1f04d3274 2.03 MB 766 61
674,360 674,360 00000000000000000007c3f0ab05678aebaff054aee12ad06b66dc66ddc1de99 1.95 MB 904 55
674,359 674,359 0000000000000000000cc5c640094603341f971ec482264161ac5631cee2f55b 1.44 MB 2,375 85
674,358 674,358 00000000000000000004c6171622f56692cc480d3c76ecae4355e69699a6ae44 1.27 MB 2,706 78
674,357 674,357 00000000000000000008d0d007995a8bc9d60de17bd6b55e28a6e4c6918cb206 1.31 MB 2,730 74
674,356 674,356 0000000000000000000b0f52903ce215b002d96fd100f7c82a4b1a1615b1451b 1.20 MB 356 84
674,355 674,355 000000000000000000092255b16f2149c612bf246563aa8761de6247d7ae79aa 1.31 MB 1,839 92
674,354 674,354 0000000000000000000c25eebcd2f3d5c58d6e7b95ec75e480cbf34f7e13ac33 1.35 MB 2,867 106
674,353 674,353 00000000000000000003694d46cf14666394042cf722740659b0c88840b0731f 1.45 MB 1,913 95
674,352 674,352 00000000000000000007d40db21959c9d4c64d82edf2fb66f05d18999964ed89 1.41 MB 2,353 89
674,351 674,351 000000000000000000054157d7264ba4b04faf2c9414b5cd5d55f558cca9ef3b 1.69 MB 1,982 79
674,350 674,350 0000000000000000000c603e685f789614b8072a746cf21e5261509bf0e1b37c 1.30 MB 2,357 60
674,349 674,349 0000000000000000000583cfe4c98bd9eeb6d4567bc8e2cb7f39503c8b2fc9eb 2.03 MB 692 62
674,348 674,348 0000000000000000000817cdff10200302543cbdd6e037b033be5a42f41b17e8 1.95 MB 1,168 63
674,347 674,347 0000000000000000000a0f88ad9f130d980d13d6a902813d9bcb33db19948b95 1.05 MB 715 55
Previous 10 blocks ↓
Total Size: 776.73 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,454.40 GB sent, 132.22 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.