Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,780 transactions (0.54 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,372 000000000000000000022cb30000000000000000000000000000000000000000 0.54 vMB 1,777 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,371 (838,079 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,292 72,292 0000000000f9d7fc164ce52de1b9f405d7d59ee817be84c68941e0bc873d29bf 0.00 MB 2 0
72,291 72,291 0000000000af3eb218b5bdc47c4f1cc7e255876b353e6b7153c6937089b7682c 0.00 MB 1 0
72,290 72,290 0000000000ef92afd36ab6b07d644958daa7f82f34b43aff39ad170eb0bdaf25 0.00 MB 3 0
72,289 72,289 000000000108cd7524adc7e00ef670f45a114dbd6f289a87f6acde3b3f13107d 0.00 MB 1 0
72,288 72,288 0000000000df504ea9918d5c1ec6ca4c5af5023f3960c8986b447f278e0f8254 0.00 MB 1 0
72,287 72,287 00000000009e691319ff3ff1c0e93831a07984b3d84d6dc93c860b87712b46e3 0.00 MB 2 0
72,286 72,286 0000000000d258ea9f2db798a6442590db0398478e0ab77e0993f1bac4ee5d6d 0.00 MB 1 0
72,285 72,285 0000000000f8e3a8cf828f12002eddf619a48e5b80fef9f41db92199f2171729 0.00 MB 3 0
72,284 72,284 0000000000cbd03f748f117ad64deb9fe30e986b2314cc7107c13f5e0765339c 0.00 MB 1 0
72,283 72,283 0000000000eb886ef457725d1a8a23dd12eaef9617ae6f4d6d9aaa5485efa087 0.00 MB 1 0
72,282 72,282 00000000007635f55da3aaf2bff299c229a536a18ec611936cc61b68e6f82282 0.00 MB 1 0
72,281 72,281 0000000000075025568143a8137e6727364f8b7cdb153515dbdd1e8021aaba84 0.00 MB 1 0
72,280 72,280 00000000003dc8966c727f5e3708abfb67cb9183cf21096df7a971e9442b7cca 0.00 MB 1 0
72,279 72,279 0000000000ee11e892764cdf4ae9dc03de2694aff1f5a14935190c583e8f9665 0.00 MB 1 0
72,278 72,278 000000000094a435fe224b4db55e3aad213c1d6c667c8351c1c3079570a399ff 0.00 MB 1 0
72,277 72,277 00000000009521b75255374fbe25d8edb30e793e70c5f2cf8467cc52571160d1 0.00 MB 1 0
72,276 72,276 0000000000e4c76564a0ba239247a2fbfc589a5b9c518b0d716557aaee4a146e 0.00 MB 1 0
72,275 72,275 0000000000f6ff8860fe311b72b237fa35abbe87676e06f853c791fbf974c588 0.00 MB 1 0
72,274 72,274 00000000005e9a0602807c72059ee6aca4c57bd3a93adbc7e6e8ba4c812de9b1 0.00 MB 1 0
72,273 72,273 000000000048b10934c3ea590f5bb49cf7a9bee9bdb1806d065ef9b9cb1d387f 0.00 MB 1 0
72,272 72,272 0000000000f69ea8fe1edcc1e25320ece381be60dc7131eb68e8be2e66e2abb8 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 774.09 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,233.37 GB sent, 119.01 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.