Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,451 transactions (0.51 vMB)

Priority:

  • 1 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,476 000000000000000000022cb30000000000000000000000000000000000000000 0.51 vMB 1,437 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,475 (838,174 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,301 72,301 00000000005e1ceb5b7960d6ed5ea9748d0db80c8ab929800b44e7400abe84f1 0.00 MB 3 0
72,300 72,300 00000000005fbaa7894e4677b3976aff3aff002f4ab3455363c4fbbc8fc49636 0.00 MB 1 0
72,299 72,299 000000000017e4dca95be8015bcde89e103a76bea55aad7e603dc7c83118e0a0 0.00 MB 3 0
72,298 72,298 000000000079f62656c0d3fd0f3c3535b8b7941ffce255c5002175867b12fa26 0.00 MB 4 0
72,297 72,297 0000000000446688fdac066100dc1d6ec3059d6322d589672dbfa2bc67f22b9c 0.00 MB 3 0
72,296 72,296 0000000000e6bbdee2396d45148c4bdcb3493a4066e85743fcde7d64144ea126 0.00 MB 1 0
72,295 72,295 00000000009f36c682f84e75535742da9c622a1687db93df655cb3d7709fc921 0.00 MB 1 0
72,294 72,294 0000000000445360229843337ce37791f99139fa87758286b473eba3d3b8701d 0.00 MB 1 0
72,293 72,293 0000000000b14b3358c882d10c1e2c116095d33d7739aa3f05158a265532ca15 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 774.27 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,242.68 GB sent, 119.88 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.