Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,005 transactions (1.96 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,570 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,064 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,569 (823,007 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
87,562 87,562 00000000001cb1d928ed82cc66895031b8d21ed19abf1318e1a82a5268435710 0.00 MB 2 0
87,561 87,561 000000000001c14af15b4615a16cfe249556b927b0034c5dec7aecd3a8b9c748 0.00 MB 1 0
87,560 87,560 000000000019eca95be29b03465739dbc614ba7ff7446e87346657883fa3191a 0.00 MB 2 0
87,559 87,559 00000000000af91d331b603a2572c4cd7fb165422e2ce5a801a97644976c0561 0.00 MB 2 0
87,558 87,558 00000000000f93f9c93a080701190849c81f60d6573e2d1b2d1783e801c074af 0.00 MB 2 0
87,557 87,557 000000000013a91e8fa56a76b742750eeca384f64fa7585d48d2f2fc889aef90 0.00 MB 1 0
87,556 87,556 00000000001bca98a6b143f5517053fab0ad2d5412b900e5a6e408e6aedb303c 0.00 MB 1 0
87,555 87,555 00000000001dfd0fcd3528836f0b912e6c5b5a412dc4fb15d7b96a98a1d593f8 0.00 MB 3 0
87,554 87,554 00000000000c43e21ba9ee6e69eb95f1ba3124ad7869e0e9aa925649e4f29f3b 0.00 MB 2 0
87,553 87,553 000000000016b2466398c2973f5e5c8d689a8f26f8fb9c5f91599d6bdad32cea 0.00 MB 1 0
87,552 87,552 000000000001d80089636f73a65dbc844afab336d45f077c95ac2ac7c557d032 0.00 MB 1 0
87,551 87,551 000000000014527e5eef5c3a1ec2fb08671227be98ca3547dffa7423e45de8e1 0.00 MB 1 0
87,550 87,550 00000000001cedd40fc6686b32eb3615f4420c26f744aff5b53f0d15ed451f24 0.00 MB 1 0
87,549 87,549 00000000000045016a6e8fc31f806579bb9b966ab36225df8a6f432bff2cd807 0.02 MB 3 0
87,548 87,548 0000000000069225ad928f1e9323ba4e1a434a17cbacf5f6b31aff7487abd742 0.00 MB 3 0
87,547 87,547 00000000001a2af8d7099eb7850adceeb6fec912fb6a78495af3158028c17fa9 0.00 MB 7 0
87,546 87,546 000000000003debfaed7ac7b8f004c15d68a1164be39f86452ca813fe45b08b5 0.00 MB 2 0
87,545 87,545 00000000000e8f34ca1c857b8cd9a695dd24b495df54091811900f82ff648866 0.00 MB 2 0
87,544 87,544 000000000000d1ef5981d63dadeac4c4a8ad5e86f8b723451a3cec654b63e097 0.00 MB 1 0
87,543 87,543 00000000000ddce0b17960c7ae65cb93dc51296eff5d6d24ba4f7c840560ac37 0.00 MB 1 0
87,542 87,542 00000000000887db7e6699660c1c926833c97b331128308c528d5b9ac823d239 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.43 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,252.93 GB sent, 120.72 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.