Loading Tool

Explorer IconExplorer

Memory Pool

1,093 transactions (0.34 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 2.04/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,355 000000000000000000022b910000000000000000000000000000000000000000 1,086 0.00818056 BTC 0.34 vMB 1.99
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,354 (839,741 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,613 72,613 0000000000a141e1cd0918e88b85c1c4b3968f88d4d588c2a42b1e4cafae80c4 0.00 MB 6 0
72,612 72,612 00000000004fe79e58aa9d1928290523ae5423557d43fd112f4bbba8361a5f7d 0.00 MB 1 0
72,611 72,611 0000000000a463dcb107c2ef532eb5450e70ec765ef3e9b859365692719f200f 0.00 MB 3 0
72,610 72,610 0000000000372d195aac9187ad624c1e1020a9af5d2b3d51dff92198a21b8fc3 0.00 MB 3 0
72,609 72,609 000000000094839bd4c1c17b5b238e649b5eea80575b415b4ff774cf3fadf3dc 0.00 MB 2 0
72,608 72,608 0000000000af839c8dd056fda4fd6ee1bbb6c6597db0c8a7138e65b3c9b90300 0.00 MB 4 0
72,607 72,607 00000000002a5757e805980ca08d972fc7be15535354d727165cf680f47e0daf 0.00 MB 1 0
72,606 72,606 00000000001d6e03129a556e40d15f4e603f34c5ae95674198414a1f983eafd7 0.00 MB 1 0
72,605 72,605 0000000000a91855e9331bebcf42ac4af02f9d566ae17ed54e2bac463ee7ee47 0.00 MB 2 0
72,604 72,604 00000000008f802e86609e14ee816222575b79625dc25cb5f0e16e0bf396b47f 0.00 MB 2 0
72,603 72,603 00000000003e9f3972ebd82918a36dd6d5783186126c63fe9496a93aecc095f4 0.00 MB 1 0
72,602 72,602 00000000008f314774a9a86329cd5b2d915b32108f6c993be98744e04d67187a 0.00 MB 2 0
72,601 72,601 00000000000c65c0fba0b77d08661c3ed5b5d818d677c051a6e86d05b55bdeb7 0.00 MB 3 0
72,600 72,600 0000000000b0bb4c63fbe5ddc8609bb316cdd73de0a52b7a7337eda7cdda17dc 0.00 MB 1 0
72,599 72,599 00000000005cd117fc2456e714661a5ee2c92bed6238907ef2b2e6cd4c0b8d5c 0.00 MB 1 0
72,598 72,598 0000000000b6d1ebf27e244df82815a9012b65b2976fa106c5bf11d225c29a03 0.00 MB 2 0
72,597 72,597 00000000000382f0ce120f92f5205e568adbdb7cb236163a742e14f501c82fb8 0.00 MB 2 0
72,596 72,596 000000000080257712c6d1734410829ffcb7603f24c688a51ed08ca8f1c1bdfd 0.00 MB 1 0
72,595 72,595 0000000000afc18b7ddb59a41e869516aca9c940fd2a6986cb74f242b5901dc7 0.00 MB 3 0
72,594 72,594 000000000034d2119fdefbac80b34896e12a0794df89002239966e9f6f622ac0 0.00 MB 1 0
72,593 72,593 00000000000b57238aded226e662d103344b8c1d1c95ea8240e885b06e688404 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.72 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,545.18 GB
    • Received: 136.92 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.