Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,958 transactions (4.24 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,277 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,002 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,276 (882,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,886 26,886 000000003211149efee66dab97dfbfdb62813f622502f9c3027dbe03e76b1a03 0.00 MB 1 0
26,885 26,885 00000000e3a6dfca8842a6bd7d10440cdc2fa61c3df87f54c97d01d5e17e58c0 0.00 MB 1 0
26,884 26,884 000000008bc9d70f100a8b90e72d766ec33f8efd3fbc3f761699ac36bf83d21b 0.00 MB 1 0
26,883 26,883 00000000a742bd3d123853762ae7bc1afc408eae42c23731e4f57bf1c2d69c83 0.00 MB 1 0
26,882 26,882 000000002262f16bb86e7bbea83cc953d3af8b6257d5ea5b2b67b037a9cf0cc8 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 772.05 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,046.31 GB sent, 108.31 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.