Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,635 transactions (1.06 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 1.00 vMB 3,281 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,235 (853,487 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,748 57,748 000000000b3ab549f80a71fb39cd29d4d4964902182752a3f9f1f4b46d82d7ed 0.00 MB 1 0
57,747 57,747 000000000141fd3c610c4367cadd3c59563f644a129906070c8978a17b931b14 0.00 MB 1 0
57,746 57,746 00000000136bb827a6ecf9b44d4a8a59aee40714a547a76f2c127e6b02cf68fd 0.00 MB 1 0
57,745 57,745 000000000656fc6c70d0b26a2cc5bceb54f9ef58069eb27a4dcc0d583442bdfd 0.00 MB 1 0
57,744 57,744 000000000870e80de3b887e8867e2b39a02b655f66c7f1738882d57789ac8ca9 0.00 MB 1 0
57,743 57,743 000000000b41a31ecd8f5fc5ce226b79107a845c3dd97e54b79723e49c87a473 0.00 MB 1 0
57,742 57,742 000000000186b1d0aba1528b6951d796aafcee5038aeb7125ec159c0000c6eec 0.00 MB 1 0
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
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.93 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.