Loading Tool

Explorer IconExplorer

Memory Pool

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

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,232 000000000000000000022b910000000000000000000000000000000000000000 304 0.00175839 BTC 0.08 vMB 1.61
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,231 (756,960 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
155,271 155,271 0000000000000263f9442b54007ff0aeb5411b7d0fb49b801c0940df2bf536a6 0.01 MB 39 31
155,270 155,270 0000000000000f3fa054c6e701271029ee42aa7b3cb2f014d3ec0b5762a01c3d 0.02 MB 46 174
155,269 155,269 000000000000073170fa63214e802be2727b73e31cedf80fb0461740882f0934 0.04 MB 66 97
155,268 155,268 000000000000092074e743821b22879aa773bf96d63c8384e63b0d81992b4b2b 0.01 MB 43 16
155,267 155,267 00000000000008b16bd11345c626e881235efcbdc0448326d19ddf746f42ef42 0.01 MB 10 15
155,266 155,266 0000000000000ed0aa40389a8514c30831759c17d808831dc035c128d5a08a91 0.02 MB 73 89
155,265 155,265 000000000000005abf4a3e9857fa63627c27cee5b97148d25ad9a85831d47dbe 0.00 MB 12 13
155,264 155,264 000000000000036e52873f18d56185aa4da8421271706e3a71cc7421158798e0 0.02 MB 45 144
155,263 155,263 0000000000000b4b281526ef7b992c6210a5787e7ac72ef5da43f0e43d419571 0.00 MB 1 0
155,262 155,262 000000000000088f9c88ad42118683593670167fda44275ea501c4239161b205 0.02 MB 40 152
155,261 155,261 0000000000000cccdfd5464255bf60d106371c4a5aff29e7447c0c7ac7c6f481 0.01 MB 21 45
155,260 155,260 0000000000000c7b2dec283d91ee04281d9c411eb0797348b0b28a45e74337f7 0.02 MB 22 20
155,259 155,259 00000000000005b15f483c540a2d3664289adbe085077995fa1f056c98999b1e 0.02 MB 40 115
155,258 155,258 00000000000009e7ff316216a128874792b46b27c7f96dcdbfd3244dc56bac26 0.00 MB 6 0
155,257 155,257 0000000000000d46f59951de90e0bba63462dfee2e63340b0e9f4aaa5c2f6d8d 0.03 MB 84 17
155,256 155,256 000000000000018426f3e751465e054a5538ede2fc010644a67213f7d14947d6 0.07 MB 78 102
155,255 155,255 00000000000006e0c8871e883b9910b2e9201910e961986a36686fdbcb762125 0.02 MB 58 85
155,254 155,254 000000000000005ce3ba92a20968653399b538f129bcaf4a1d43af4947bf4054 0.01 MB 27 31
155,253 155,253 0000000000000804da0b24c256121c0c7d9c1f949d3c683d491bacb4f006435b 0.00 MB 1 0
155,252 155,252 0000000000000f2176f6502d7f3a1d8049b7854ec095e00b2d2cdddbb5675f4a 0.01 MB 35 9
155,251 155,251 0000000000000e5e2f9dbd6fcf43af0643d9e980dcaf552ff7f493a8449e706e 0.04 MB 86 65
Previous 10 blocks ↓
Total Size: 777.51 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,536.80 GB
    • Received: 135.89 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.