Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,195 transactions (0.89 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,417 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.88 vMB 2,177 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,416 (882,535 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,881 26,881 0000000012ab93639166c4e0d1547a9b051f4c7ae662fc8fd3af0f864556cb41 0.00 MB 1 0
26,880 26,880 00000000653893324347fa86c5f5e02ec329e17d446bce0e382aa490fffeff85 0.00 MB 1 0
26,879 26,879 00000000b3ac6c5b4483cbd5153c5db131ae737b1b1b0d084a0188820d3056b8 0.00 MB 1 0
26,878 26,878 0000000053bb74dede6f220024ec058c0243919dfdea21f7d82f60d5a9341c91 0.00 MB 1 0
26,877 26,877 00000000b25a6312c15cd3b29e20da78a6aa43a7298bce31c9298c51c9a5a4ad 0.00 MB 1 0
26,876 26,876 00000000a525cab37c1195efd4bd3baa410fa7576c21b265938d885efc9a2e0c 0.00 MB 1 0
26,875 26,875 00000000b74277473b05db3740821514009e83ca967971e987be9c7a912e37c2 0.00 MB 1 0
26,874 26,874 000000007b08097b0e85d1faf8e4f39d32c98d3d1cc57c476137f97c393c2758 0.00 MB 1 0
26,873 26,873 00000000e532dbc17ecc1c0ccc8fff3885b6162650bfe997b424725e2edfe5b6 0.00 MB 1 0
26,872 26,872 00000000953d6e9fe610720b7b736015e7103eaf3345b46ef8533f054d6f8bf4 0.00 MB 1 0
26,871 26,871 000000007f343e3dd4e6a01e1c75f3e5f556aec9256726f9519cecfc3674ffb3 0.00 MB 1 0
26,870 26,870 00000000b10f3a0f45dcf0fdb6aa47587bfe1fe69b5a411a174f455433251ec9 0.00 MB 1 0
26,869 26,869 000000008b98db198824637d69f94252169ea73fb8f9a702a42252079724d5ed 0.00 MB 1 0
26,868 26,868 00000000e84020e6f14b23807a2b693194c6012b787dbf5c4652008a3c94c4cb 0.00 MB 1 0
26,867 26,867 000000008384720e8a54cfa8d89eb00573e9a8627f98e8f787c448113e90fae0 0.00 MB 1 0
26,866 26,866 00000000ccccba6fff8ae8eb3f8cdf14f399c99b1fc517b428df8e408a682e3d 0.00 MB 1 0
26,865 26,865 00000000becd61b576dffdd3e00f3984145439d9afd9cf5942e7299ab43e602a 0.00 MB 1 0
26,864 26,864 000000002872ad9dcca63dc750aae3d5cb63532b232c8a0ea406cab43c4cb37a 0.00 MB 1 0
26,863 26,863 0000000006418b8848d045a16114f6ae3193c25bde399aa3386d7ee7bc7199cc 0.00 MB 1 0
26,862 26,862 00000000802fe2fcbaf6397b2f94a083f8df4f04668f1ad92754b467bb0937c5 0.00 MB 1 0
26,861 26,861 000000002cb115369bbcc577de19719573969956b237c05d45b955ba6ed73548 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.32 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,071.24 GB sent, 109.74 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.