Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,783 transactions (2.18 vMB)

Priority:

  • 1 sats/vbyte = (5 blocks)
  • 2 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,031 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,334 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,030 (884,347 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,683 25,683 00000000d50022865a6a54fa8fdc2b5b9dd00d72528ef8c441a98aa6a2ff12ee 0.00 MB 1 0
25,682 25,682 00000000a07b30e4465e2e0f3d480fc3a09826364d007b428333f363394d969d 0.00 MB 1 0
25,681 25,681 00000000d55dfbd92c11a1e81420d8c8543ca90b842146c63555b92fe9d00909 0.00 MB 1 0
25,680 25,680 00000000d76d8ad760baf308608558d614fdbbff1d7e74a6c9d1c8ff200fa632 0.00 MB 1 0
25,679 25,679 000000003277f5cf1200f0a05cf083eeeabcc502245e7632cd8740e451bfa086 0.00 MB 1 0
25,678 25,678 00000000cf627558e9382f4ef29c04abd1d6a079ce2a7c8589c2612e833f5e2e 0.00 MB 1 0
25,677 25,677 0000000094a2f7fb63e65ea2db0999377b9923b4187a7131bd3a9c12a1f02e53 0.00 MB 1 0
25,676 25,676 00000000add512a93a45ba1947ae5a90a4c0c19b367d293d57b47ea1ec849979 0.00 MB 1 0
25,675 25,675 00000000541d796a39010c396dba21ef30018cf9a2a0bb9dd28065058bc69082 0.00 MB 1 0
25,674 25,674 00000000155a399c2dc5054fd48ada5cb0f2990b8a02bea39e8b98071e1f44d4 0.00 MB 1 0
25,673 25,673 000000004accf8f17f524e393064240e0c136304dbdee7f67385e02915e5232f 0.00 MB 1 0
25,672 25,672 00000000f8c113a0386ebcb97240d13f6ccc646dd5d5cc8cef1a44173da864af 0.00 MB 1 0
25,671 25,671 000000009cd4a5ad950697f04908305ff5cd380163b00257a2577d82b35dd264 0.00 MB 1 0
25,670 25,670 00000000bd69343617842d761576db2e3f67ac6421add0a98bc1006c56accc6d 0.00 MB 1 0
25,669 25,669 0000000061f880999a9abbd95158286c96976dd48187f45de3a9412e71fc9d68 0.00 MB 1 0
25,668 25,668 00000000b9e4a665f80183704f2aa91a206ea327141497faddc6b8be46f62414 0.00 MB 1 0
25,667 25,667 000000001970f25781d470b130651859a8fe0350b70bbb1eab0273b6db816e41 0.00 MB 1 0
25,666 25,666 000000000c225751f844a53e8b0ab6e4df67aa19d1c7a68ec12392f14e944891 0.00 MB 1 0
25,665 25,665 0000000090542a07b9835fae54435c20c93dd23df5c5f931665dee6211f0297b 0.00 MB 1 0
25,664 25,664 00000000a83a4e7daa52c293fb96b8326cd27c7660f5efd141fd202f9f568291 0.00 MB 1 0
25,663 25,663 00000000ab24f275e3b3f1269a617b7510c88b3c3e3a63a902c841bf64c5a472 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.45 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,185.37 GB sent, 115.58 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.