Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,606 transactions (0.40 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,494 000000000000000000022cb30000000000000000000000000000000000000000 0.40 vMB 1,602 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,493 (838,185 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,308 72,308 00000000002348ea495162f53192f44a8d7f47572c91c917a0a2b916fec45deb 0.00 MB 4 0
72,307 72,307 0000000000e637f92f5531821efa43bf46f9088824748a211f2a9e3dadfc0dd3 0.00 MB 3 0
72,306 72,306 0000000000c5604d824fe8f4adb5977894f90d402c96dcf3716470cd45762b6a 0.00 MB 1 0
72,305 72,305 0000000000127d4c742b823d985ef447ed2f53f815d14192d02114b1b8b9ffc1 0.00 MB 1 0
72,304 72,304 0000000000be465e25b8a2340e58ab9ed5d0992846d0898eae1977a79a1dbdf9 0.00 MB 1 0
72,303 72,303 00000000004830e1f249e30b8c46d7de8d25a7d0f6c3cbbdadc9713a3a85e521 0.00 MB 1 0
72,302 72,302 0000000000ff0a437e5425f2d14d3cd4a97a7444307b6208cfb846cb2f6a1018 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 774.30 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,244.08 GB sent, 120.05 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.