Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,673 transactions (2.23 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (4 blocks)
  • 5 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,246 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,126 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,245 (882,349 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,896 26,896 0000000013db8c0224636b4a98b810eb78064fe0dbe040bce0a259773a536c4c 0.00 MB 1 0
26,895 26,895 00000000b7478f6cf4ed8c5706c7f509154773abcc57d5b7cebadbc9a632bdea 0.00 MB 1 0
26,894 26,894 00000000e94500a3ed486475a75059782774c6907a34912bd0aeb39d7cdd443d 0.00 MB 1 0
26,893 26,893 00000000c3dd0ea58aa5b0fa0c520e1fbdad693b0d8918cf715186c914472042 0.00 MB 1 0
26,892 26,892 00000000920fec15c8ed352800c726a9dbf86170e15a20b9ae421495c9e7a71c 0.00 MB 1 0
26,891 26,891 000000004a2050ac3f88488d6e457be900b7fe1627ffac1be127e38425181094 0.00 MB 1 0
26,890 26,890 000000004aadb44c28770a7a0c894e168d23c88eba16c65a62dbbc2c3af996f9 0.00 MB 1 0
26,889 26,889 00000000c885f1d44273703875bf7c52c89af7b90fd9a276db2fbe9e82407017 0.00 MB 1 0
26,888 26,888 000000000b98bd51c36438a52deb15b035c31582cf035bf00a74792e2e48f430 0.00 MB 1 0
26,887 26,887 0000000026ba85ed802fd6e777884b7a3d1631a039706eaaf2ca7c6a47bb94e2 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 771.99 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,022.67 GB sent, 107.92 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.