Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,645 transactions (0.81 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,987 000000000000000000022b910000000000000000000000000000000000000000 0.80 vMB 2,632 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,986 (880,808 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
31,167 31,167 0000000024b93b2c4c9385f1c48ae7bced24acef660e3b8418fdd7c4a45b6cb2 0.00 MB 1 0
31,166 31,166 000000000bea576c3bc43952a6d032412c511efb86d261f010668bf2207a8965 0.00 MB 1 0
31,165 31,165 00000000468b66a4be0395b7639fd48c32632b99facd23902e9cd7373051a2b2 0.00 MB 1 0
31,164 31,164 00000000cbd62560a863a63088ad3f019a27c1da410165b1d2acafb6d6593b7a 0.00 MB 1 0
31,163 31,163 0000000082bd35e4acd9c9d98593c9a1d0c8d97d9815f4ec19579d5c641718e7 0.00 MB 1 0
31,162 31,162 00000000799fdbecffea41892aae031d47fc7d2660b671bf523b483796558387 0.00 MB 1 0
31,161 31,161 00000000c5f9904c4e5b2ab05bcb10b5529a49c8f694876b353385246f3eb8b6 0.00 MB 1 0
31,160 31,160 00000000cbbf99f3eb545d5595d339458b8088c85dfe1ceaaca64b6dbc1d9349 0.00 MB 1 0
31,159 31,159 00000000b2b010f5955b4205581096b861543821dff12e5eea3c3156790e2c4e 0.00 MB 1 0
31,158 31,158 00000000385d95d2b9b7475892d8679f88001e6f3a418f8cad192b36f3a2cc16 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.06 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,503.71 GB sent, 133.76 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.