Loading Tool

Explorer IconExplorer

Memory Pool

53,864 transactions
29.78 vMB
0.10530443 BTC
Random Selection Loading Transactions
Max Size: 159.97/200 MB

Candidate Block

Mining Attempt ce5d4a9c22a2cb20cae359dc7d8ab355ba30c3d92f4e8d4edec379b068e90e50
Version 20000000
Previous Block 0000000000000000000086737fba9a33bd6932388559488701a76c615d9b1e14
Merkle Root 26787697f471a940bf04145c191564c5578566f6fced499dfc440602cec58ba3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,771
Size: 1.00 vMB
Total Fees: 0.03264824 BTC
Feerates: 150.77 > 3.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,714 (910,241 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
4,473 4,473 000000003f7a971bf38ff07c943605568a3afebd634ba6e05ea900526138b07f 1 0.00/1.00 vMB 0
4,472 4,472 00000000b309ddd568afaad8877896efd83a90cfbbec212f5085debc3e988a4b 1 0.00/1.00 vMB 0
4,471 4,471 00000000e5c807d00ffbab1db332ab4c6d27f2d71e30df390ff398e4bbbca254 1 0.00/1.00 vMB 0
4,470 4,470 0000000056e91b4fd70f736404be0815fc122c0352fd363a7fda97b6a7a0d438 1 0.00/1.00 vMB 0
4,469 4,469 00000000cc7518907f8bd0b25bea3f29861277a45fe16c5798e722a337c5f7eb 1 0.00/1.00 vMB 0
4,468 4,468 000000009910b8528c188dce5e284f32349db2c08bf5ee2028308f221c5d9756 1 0.00/1.00 vMB 0
4,467 4,467 00000000ddc208fa211e69c34a91e112747848cac9f54ff5dd4a8fc1c724811a 1 0.00/1.00 vMB 0
4,466 4,466 000000008be06f1fa93ab0ae6b8f7b1649dea01636910ce26694bd25ca65b52a 1 0.00/1.00 vMB 0
4,465 4,465 00000000519c8df3498781e52ccac64688f69314eeb8bc704e3dc95256a2e296 1 0.00/1.00 vMB 0
4,464 4,464 000000002d82265c8044e152db6d08b5687e72ebad40768d1341d78a17e79504 1 0.00/1.00 vMB 0
4,463 4,463 00000000ba0cd29557c74074d6315eecff1057429a52e008d409d578776d3a2c 1 0.00/1.00 vMB 0
4,462 4,462 000000006faa5dc3642b575bf8b5846e38630bf7cebd812bc8ec61718fbc746d 1 0.00/1.00 vMB 0
4,461 4,461 00000000104ccfd0b47698c3c1b89d46ee64f9eea248348b2e5d255826768eff 1 0.00/1.00 vMB 0
4,460 4,460 00000000ff18ea765c3b7fdb5891a93e3d8766f0a66a5245eb62d8f38c2bffad 1 0.00/1.00 vMB 0
4,459 4,459 000000000a4a54e4306de510aefb36a8cfefb5dac0151081435a609543a13046 1 0.00/1.00 vMB 0
4,458 4,458 0000000088fc60ccf24a2a85ba6d98a1f6a64cbdf1104f3417bf5fc923700db1 1 0.00/1.00 vMB 0
4,457 4,457 000000006b9140a3fafa95066d5c70f68573b76db88d0491663f46aeb21ff2ee 1 0.00/1.00 vMB 0
4,456 4,456 00000000b6bce3d61930a6da83e1e9b2bd70feb36e3cb446348e54e54f29d132 1 0.00/1.00 vMB 0
4,455 4,455 00000000b6783577e64aa1e305d8f3e85d37213de45e6adbef7debba5d13b289 1 0.00/1.00 vMB 0
4,454 4,454 000000001573ff4d06aaddcb702b33e379bf458d36585e11b38016249e148264 1 0.00/1.00 vMB 0
4,453 4,453 00000000dcc41d7e818f14ae157b73ee7e0daae9bf8563486cc0f55b628ae5a7 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.89 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: 645.16 GB
    • Received: 12.69 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.