Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

273 transactions (0.07 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,963 000000000000000000022b910000000000000000000000000000000000000000 0.06 vMB 241 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,962 (880,774 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,188 31,188 00000000767596adcde2bc72b66bad9a9f1c333ef80623763cce940bdd56cd2a 0.00 MB 1 0
31,187 31,187 00000000e151d7abf884e567c1af2ed380fab9505828dfb01e4ed41277aad501 0.00 MB 1 0
31,186 31,186 0000000078722b30cc5025bc0581260d14d11fe881c9240ea9af0533e583a36b 0.00 MB 1 0
31,185 31,185 00000000a13917ebbdd0f3d03cd5824b7d0c8ab82cd2e5f592e78490dc31bd87 0.00 MB 1 0
31,184 31,184 00000000cf8f03c0b4aeff17b577371e2eeebe286936ea72574164ab2025889f 0.00 MB 1 0
31,183 31,183 00000000abc656350c4798612d2a0fba69bd6b009ed6567266d8aa642f3933b2 0.00 MB 1 0
31,182 31,182 00000000d6bbe4f51a3f05fec64e84849203354caf087cfba5dea1ad050d00dd 0.00 MB 1 0
31,181 31,181 00000000329c26bfc2fd57410dfeab380bf2318570e18b4477fa6a36da700f4e 0.00 MB 1 0
31,180 31,180 00000000ae60114ce0b284bee97778db092bcbfeb7387c54b225965c0a5d961a 0.00 MB 1 0
31,179 31,179 00000000299d138559a31cdf30cbd12f7b0098df288e2c76981fa75e2cf98014 0.00 MB 1 0
31,178 31,178 00000000dd19295b32b9ff4aeed1fde763b96c44e61a726c36ba242036af0efd 0.00 MB 1 0
31,177 31,177 00000000a505cd65f5da939710934b331408dec9609df559cd375da60598a03e 0.00 MB 1 0
31,176 31,176 00000000b79921f2be3dfc6059b29d750ccd869ec1c984dff725210f79890f3b 0.00 MB 1 0
31,175 31,175 00000000de685e59956b885859d29baf8aefe0a01754450409c87bc210d943cb 0.00 MB 1 0
31,174 31,174 000000008252117223d4213582972cb430db6bdd47c829bf76fd44e2fe656d62 0.00 MB 1 0
31,173 31,173 00000000af5e6e884338f97fa6346838845c5a2f192ef8b667b54c0be4646f9a 0.00 MB 1 0
31,172 31,172 00000000973d73a9e9c3cf1635ee7b745e452c2dfaca3bef83e4955edea1da12 0.00 MB 1 0
31,171 31,171 00000000016cb2eb1a934b935608e27a92e16e1c17ce47a4b8fbf70992bf6b97 0.00 MB 1 0
31,170 31,170 0000000055cff1cd0593e331bf67a6e6d86cd48de517bc69ee61e6f539830520 0.00 MB 1 0
31,169 31,169 000000000801be022ec584623e31064a70696cbc3105e35d78f85d5ae3ed803e 0.00 MB 1 0
31,168 31,168 000000004d961ecaf8c39fd51b808ed42270a15f571ffb9e8707d95076f42c60 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.02 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,497.85 GB sent, 133.52 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.