Loading Tool

Explorer IconExplorer

Memory Pool

1,748 transactions (0.53 vMB)
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 2.92/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,315 000000000000000000022b910000000000000000000000000000000000000000 1,748 0.01977416 BTC 0.53 vMB 2.20
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,314 (897,420 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
14,894 14,894 00000000ddb8e8cc8d3222724bb6ee5f4139ea6362587a507baab0438debd561 0.00 MB 1 0
14,893 14,893 000000001747cf0f0a3aa53d075232c0da5cb6452541a418d7c06c973d026263 0.00 MB 1 0
14,892 14,892 00000000d6b7f0761fad1de3f3ce7302a056f3fac03bc92c49142d2e665390a4 0.00 MB 1 0
14,891 14,891 0000000091858df5c1e04980d6667d78bae7fc45e8f72e5fddd40210feee7404 0.00 MB 1 0
14,890 14,890 00000000ffca2b3b5df775b36415f5c19ef904dfd70a97c3dc2ea56654e87d73 0.00 MB 1 0
14,889 14,889 00000000c1510b7d180e085d8a9b1a08ecbff9a5f42df8fcdcfc72940aa3f445 0.00 MB 1 0
14,888 14,888 00000000335bea1b8d758d975c19df9692cc66dbc30698b54c0306ad9493e03c 0.00 MB 1 0
14,887 14,887 000000000c2967b636945e7242bcfe9cebcec787c6e2483fb3fd361cf38611b2 0.00 MB 1 0
14,886 14,886 00000000dbe7144b80366fd5ecb8e8582018df7474018b252b294f413c383f23 0.00 MB 1 0
14,885 14,885 000000007ec3a84afb0e98481d30f5f48e828f5c336210890bf85eecaf5f7858 0.00 MB 1 0
14,884 14,884 000000005d544045b46b6fccbd7044eecb9ac8ef319bc0efd03287ddaa25e447 0.00 MB 1 0
14,883 14,883 00000000298e91915ccaa33556abd2df272c0132d7aaa12b69efbc75040b02c6 0.00 MB 1 0
14,882 14,882 0000000087d1a274fecafb3d65da5d742eb63aee585f136532aa9f06b9d3e627 0.00 MB 1 0
14,881 14,881 000000002042b2f9c65697d1f7006cf49ea9101d9605f4e1783cd6a0ff56594f 0.00 MB 1 0
14,880 14,880 00000000965828f62d290162b073a411e28662ac452c8c26b51cfcfc3734b8e1 0.00 MB 1 0
14,879 14,879 000000007021c6444af61597a4d9281383dce3f3c269d41aecdadb5906c193c0 0.00 MB 1 0
14,878 14,878 00000000086863f4755a247fb0ad162c0d2d34b5988a445bc6c3e1cfab3c8085 0.00 MB 1 0
14,877 14,877 00000000faa4b5450ac366589888f0d38a2610f069339759e8ff5bbc6cca0be2 0.00 MB 1 0
14,876 14,876 00000000e2bbe34f2d66d4ce57db011369496c1704f006996b1bdf3733f867b6 0.00 MB 1 0
14,875 14,875 000000004b825b10c3478dba82f5ef818b36b0c465130f82377e99938b5548bb 0.00 MB 1 0
14,874 14,874 00000000c2b102d942194fa895b4c66de0b9c10fdc707bdc0f0b162dbc92dcbb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.65 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,542.80 GB
    • Received: 136.63 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.