Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,507 transactions (0.49 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,102 000000000000000000022cb30000000000000000000000000000000000000000 0.47 vMB 1,494 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,101 (882,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,385 27,385 000000001c82bbef5d12c103a4b22730a72ccac92d117fb88901a432fad32acf 0.00 MB 1 0
27,384 27,384 00000000fc0e7629461e981a1b545337127751ae43f5c21182c758d890e71248 0.00 MB 1 0
27,383 27,383 00000000f13a93e070432d8fe22a1e3226a9a4924ae0d34f12a910da862c0bc0 0.00 MB 1 0
27,382 27,382 00000000f9d08ab21e21e7967a4c0462fab1e9b3d8609c5de25eaf713d72be4f 0.00 MB 1 0
27,381 27,381 00000000956db19548c72f4ad73ca62b66dbf4d2ec69f0354a6b043281f51469 0.00 MB 1 0
27,380 27,380 00000000b919aefe3dd1be6eebbbd06e441e2b0c92bd25ff753db33acec7b8f5 0.00 MB 1 0
27,379 27,379 0000000003ec03a97c5756c81cc10aed778a2d72b09c818e7c6a9d8cf665705a 0.00 MB 1 0
27,378 27,378 00000000e4a96b935c5df376ebcb606a962575ea1e58faef733d58cd9c145ada 0.00 MB 1 0
27,377 27,377 0000000064e62a02a796f7bf1698f205bc95801564c28a560c1d2d31a0d7106e 0.00 MB 1 0
27,376 27,376 00000000a484392426be512da2d1bfbc03b31a0be0d3fe063dcf8cfc22b4bdb8 0.00 MB 1 0
27,375 27,375 00000000246990325879947294d3f6a3c3f6e60faa50746758a5435930e28dcf 0.00 MB 1 0
27,374 27,374 000000002b98c77e92db91f7b4a2e1dfd60cd07b54c2fb010530eca8606d05cd 0.00 MB 1 0
27,373 27,373 000000004ad7eb68b522897646fca931a9c3926ae6e1a02bc59d0fb33167604e 0.00 MB 1 0
27,372 27,372 0000000042a5faf68bfac14eb7f941ca5ccf538ba065194a171e379eb45de63e 0.00 MB 1 0
27,371 27,371 00000000b69e69a3e7c2d445e9c36e3316eb501f9a884fe61ca2fc16ac91c846 0.00 MB 1 0
27,370 27,370 00000000ccfe7a55a3541ed00b10d0896979bd26958b3f0dcb73c49014a4feea 0.00 MB 1 0
27,369 27,369 00000000671de51c56eea76a6541f3fe26b05633cf5d36ac82e5c23866b76d06 0.00 MB 1 0
27,368 27,368 000000002d59b24ee9268859842b10275d1802b0da59d7d71cfd867444c335c0 0.00 MB 1 0
27,367 27,367 00000000c36b382e5d7b6315028117531e8640953078287e76b030baf0c32299 0.00 MB 1 0
27,366 27,366 000000003d07b5b73107360c5daf81bb0c608affe32de845e89204e98c2f9f94 0.00 MB 1 0
27,365 27,365 00000000fbd8dbb03243e8990d67fae2183a9a6fb2c926a135fa09fc39d28a28 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.58 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,188.25 GB sent, 116.36 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.