Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,339 transactions (0.97 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,236 000000000000000000022b910000000000000000000000000000000000000000 0.97 vMB 3,334 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,235 (853,494 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,741 57,741 0000000009fa1296540c96554dc1f6409a743c7c30a9fbacb24c06cc5cac10bb 0.00 MB 1 0
57,740 57,740 000000000601bdc9ad761624f12da862f939b82622fa6cf294ddccebce336389 0.00 MB 1 0
57,739 57,739 000000000eeb0596145e80347238989fdb027c114f6273341a43a21d0010bfea 0.00 MB 1 0
57,738 57,738 0000000000b74da12bb04b37203092b9ced2a1b775fba3a3ddde06323c86050d 0.00 MB 1 0
57,737 57,737 000000000def1eae3ba299cc55fcee96bc51a6cf6a002ca6ebee147a7c9060a0 0.00 MB 1 0
57,736 57,736 000000000b6d51505fe70df2f704bbeb0a44d9c9f88e0b0659b64f780b2e6e66 0.00 MB 1 0
57,735 57,735 0000000014f9753a263aa05bb111123dc49b23e0ad23083b068c43ff234cb8d1 0.00 MB 1 0
57,734 57,734 0000000014213ecb3e2fc7dd95ff2ec7872f4e6cd5300f7692eaba5715d80fde 0.00 MB 1 0
57,733 57,733 000000000faf5ec6b1ab0782278d00073525183ce2783abd9eb333d6be4eb075 0.00 MB 1 0
57,732 57,732 00000000104a446134a0e57b682466602047118c3d2bcf5287243ba3300017ab 0.00 MB 1 0
57,731 57,731 0000000006389ef9a43e71406095451c51b6242b7b96a8fe93528376f8dd266c 0.00 MB 1 0
57,730 57,730 0000000014af421f6ae398025e195c5ecd6ad3e873f0f8a4af4683e63c90190a 0.00 MB 1 0
57,729 57,729 0000000012e45a3b95e3edcf00c82230e45268e8c480403f2842e7e8af2ad98e 0.00 MB 1 0
57,728 57,728 000000001166877ff522d19f109c878c925f3ae6feac14da4defadba66741ea8 0.00 MB 1 0
57,727 57,727 0000000013e9a5d8e1ea7b7a9d5f50336caa0ebd9917900eaec8f7877e054f02 0.00 MB 2 0
57,726 57,726 0000000009448e9a30fe5c1bd5e65026508f0201b8fc6ae5082c5f423f3c02fa 0.00 MB 1 0
57,725 57,725 000000000247592efc0e52522fe68bb638df5d6c8a29ec39e877471608f5d766 0.00 MB 1 0
57,724 57,724 00000000060817432547bf17d2472e2b0425da7c6daabac6862618ed3e76fbb5 0.00 MB 1 0
57,723 57,723 000000000a2b66d00bea7510d35013c3659b2bdeda8162b8c4d01e8e0186d180 0.00 MB 1 0
57,722 57,722 0000000010f26c4a77f287273596eb2cdc1eff53742669d046f6dd9d8ee5531d 0.00 MB 1 0
57,721 57,721 0000000003c7c5e140b54ffb3488c1625c4f11ccf32eda5fa2c85f613dfc3958 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.68 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,380.91 GB sent, 127.24 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.