Loading Tool

Explorer IconExplorer

Memory Pool

88,988 transactions
33.44 vMB
0.08465525 BTC
Random Selection Loading Transactions
Max Size: 200.00/200 MB

Candidate Block

Mining Attempt a9b946d9d5c0390f112ad03fdb08e53221a3be983ac8a55058b057ea9605c067
Version 20000000
Previous Block 00000000000000000001daf3c926b35e52b7cc6cab46817fddb39625d856b12d
Merkle Root 9177f1b05279791ea82de34dfeff311eff362d8cef7b695c929b11d5b571a00f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,680
Size: 1.00 vMB
Total Fees: 0.01808135 BTC
Feerates: 502.65 > 1.81 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,946 (304,392 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
610,554 610,554 0000000000000000000f87490b1b3912aafd175c8b85f6c4ac927b9599cdc1af 1,759 0.80/1.00 vMB 1
610,553 610,553 000000000000000000060e8208a83a83261c349d61717ace490cc6f7684b2584 2,931 1.00/1.00 vMB 13
610,552 610,552 0000000000000000000edf53b213d5e3579a88b3f5816410d0b1e5b657b0fd13 3,013 1.00/1.00 vMB 18
610,551 610,551 00000000000000000005ec9775992a218b17e5c8c0b60f523fcb9baad4453831 2,489 0.68/1.00 vMB 9
610,550 610,550 0000000000000000000ce318a872f4ce4bb37e3bdd739b64a20a4ecdd9b4c7e5 1,858 0.52/1.00 vMB 11
610,549 610,549 000000000000000000021b6873eacfcd7443860c2b06f63530491920314a26a5 2,587 1.00/1.00 vMB 3
610,548 610,548 0000000000000000000e3871e70265daae160c85aa10fc3da5583cf4715ade67 2,458 1.00/1.00 vMB 4
610,547 610,547 00000000000000000006176fe9142c2df14c9f1c2d5b3b650262f201ef24af31 2,845 1.00/1.00 vMB 9
610,546 610,546 0000000000000000000fa3b65e43e4240d71762a5bf397d5304b2596d116859c 2,894 1.00/1.00 vMB 28
610,545 610,545 00000000000000000007bc495e0643c3879eaf5955e1d007d51931a23f2f843f 2,956 0.87/1.00 vMB 13
610,544 610,544 0000000000000000000071f4e3d47e379be1d4e344d3bc3f67f42281949db516 82 0.02/1.00 vMB 8
610,543 610,543 000000000000000000050ed18c6299529816172057e67875620fe1cf0e40469b 3,187 0.96/1.00 vMB 8
610,542 610,542 0000000000000000000645a89a88e0711e2890fc822db1cc38b4f7bf8f3108a5 2,788 1.00/1.00 vMB 4
610,541 610,541 0000000000000000000779c3bb5e54bf2ba4b3da149fe3a6c89f502c91398868 3,190 1.00/1.00 vMB 10
610,540 610,540 0000000000000000000f6510b85d6d46152ab260e567276ab7ebf8318212105c 3,168 1.00/1.00 vMB 13
610,539 610,539 00000000000000000004e5c9b2009e0a0cd5743d54e42945528257218c42040f 2,876 1.00/1.00 vMB 2
610,538 610,538 0000000000000000000ef5bbda1ae3ed835fa552e93388d23edd5e408a1184e9 3,301 1.00/1.00 vMB 15
610,537 610,537 000000000000000000139acb5228d3bd420ce7f8e03916eea797c17f52eece71 2,518 1.00/1.00 vMB 10
610,536 610,536 0000000000000000000d226e2cad93e9b5242f0f6bf28982102240e5e9a22510 3,043 0.94/1.00 vMB 8
610,535 610,535 00000000000000000002c789f9521e2582152e5b26863ca9e0f42a5a731a9708 1,194 0.40/1.00 vMB 9
610,534 610,534 000000000000000000090bd9ffab3f69428878f5b97be4f44950a5368b3373ed 470 0.15/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.29 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 657.25 GB
    • Received: 14.51 GB
  • Uptime:

Notes

  • 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.