Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,565 transactions (1.01 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,172 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,476 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,171 (897,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
12,447 12,447 00000000a553822632c9c85d8138d3934b1c96cf1d14cf070877f778d3bc5127 0.00 MB 1 0
12,446 12,446 00000000343f1519686d37ffc2989c2522362acbe2f2b85419987e8f86937a43 0.00 MB 1 0
12,445 12,445 0000000086cd2e915a1c8298177993567cbe10bec2eb97eaef0a8a75490e4791 0.00 MB 1 0
12,444 12,444 00000000528bcb7966099538e29294b2647bdbf4b6bb6c9e2ec9ca03668ed258 0.00 MB 1 0
12,443 12,443 000000004fa550c9429b86b232cbe4ea38afd006b70d08712bc82e818a77bcae 0.00 MB 1 0
12,442 12,442 00000000d85d206f320c59a90de81ea08ddb37bf1c0aa09a62bd153330afcbd4 0.00 MB 1 0
12,441 12,441 00000000658d47df39d23e65cab7da44a1918bfc2c6eebb1f6f0bcbcce9ac922 0.00 MB 1 0
12,440 12,440 00000000db0579b8401a5b0b29b1a4c501ebc7fdae3466b0b9fbdc6948477105 0.00 MB 1 0
12,439 12,439 00000000ae078aaafd872c460c26c899c8c682414268f21225c358b35cb14222 0.00 MB 1 0
12,438 12,438 00000000227bda218356a4eafda253110e1c4c29951122329a40845fbb72446e 0.00 MB 1 0
12,437 12,437 000000001e62dd99a9b378959b68fbae95467b57e3a2b99a4677521f4d964e03 0.00 MB 1 0
12,436 12,436 00000000c40e9a93c60964d2cba7b134530c5483b252b314cde045479082c4f5 0.00 MB 1 0
12,435 12,435 000000008d508dd712dca5c1b084990d500c66be7770ca9a7f1cac8e2a629fbb 0.00 MB 1 0
12,434 12,434 000000009788c182b318d8d1667d38d52fb58125df33dcd88df555841d70c00c 0.00 MB 1 0
12,433 12,433 000000002022be85a1ee1bed35a1f25c8ff3d03fc48569c456ae177cd681e275 0.00 MB 1 0
12,432 12,432 0000000001ec3aa6d90f79509855909d58f6500d6759062705f00c67512d2586 0.00 MB 1 0
12,431 12,431 0000000004843406ba4646307be304146fe095e192977d511e1b06ab7dd639af 0.00 MB 1 0
12,430 12,430 00000000bce46c36e7d9c4a49609fb4fe3956db38dd913ad35ae06cfdf5623b2 0.00 MB 1 0
12,429 12,429 000000008bc7e4cf1a1bfbaed2133d1e5b4e811ea40ed8b76262327aa70f77fa 0.00 MB 1 0
12,428 12,428 000000001cdd328c6a03ac4420756f9093d8cf099f592aa1eb52036cdb98500e 0.00 MB 1 0
12,427 12,427 00000000f2ad0219c3cb51a5629abe3c0404fd5b9490efab742d09ec0bdabc90 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.71 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,194.07 GB sent, 117.08 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.