Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,645 transactions (0.65 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,419 000000000000000000022b910000000000000000000000000000000000000000 0.64 vMB 1,635 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,418 (831,133 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,285 80,285 00000000002b2c8fc0ef82582c060c13736a898574bce70e6b19a917b2ed71d4 0.00 MB 4 0
80,284 80,284 00000000000cf2665b1693c1a0dc3f1de2aa07a05261523dcb864bf5c91a502f 0.00 MB 1 0
80,283 80,283 0000000000109a23ea90b98874a1d800ad864bb451a517d5495b7c341534638b 0.00 MB 2 0
80,282 80,282 000000000046b25fae4f4ec46829424c472272249ea390cd33818a316618102d 0.00 MB 1 0
80,281 80,281 000000000020ea9d40dc616579da48ac87247159b99525c5188edff88eca723e 0.00 MB 4 0
80,280 80,280 000000000050a8ddf61f9a2fc44cf9d23adf9f6935981b9ad464078893ebc611 0.00 MB 2 0
80,279 80,279 000000000006fe60b8dd84a61e0106bababbfd5cde7da2b6452118ebfc250d75 0.00 MB 5 0
80,278 80,278 0000000000016e59400038b90104870e7058e58cdf0e56265e39d9936e50b96b 0.00 MB 3 0
80,277 80,277 00000000003ffd8828cce8588a744a02af53d79ca2d917110b31d13c8e8f7235 0.00 MB 3 0
80,276 80,276 00000000003588adfcf844c3b0c11af429526afea41ebbc700faa4350682f3b1 0.00 MB 1 0
80,275 80,275 000000000039e543a65c1cf47e0a8cd26e49f4d0e1432ee1d8dffe7afc608d2a 0.00 MB 1 0
80,274 80,274 00000000000618a19edd1e935c47f33ce989c527ad585bff5fc7db78b8e05eba 0.00 MB 3 0
80,273 80,273 00000000005119820e28fd92a1aecc92e0737c17f68c9f577dcce1d23526a892 0.00 MB 1 0
80,272 80,272 0000000000286a53ea7618746e4a6f87961bae266e03b8d77ab7fc5ea2066b71 0.00 MB 1 0
80,271 80,271 00000000000c993fe0267c4fb73c9d15d2a180c298ae42a1c4d2df6ee8cfc307 0.00 MB 3 0
80,270 80,270 00000000001377f2ffae0b153a5238ceff6fb7e54205f18be0a706b6497fe14b 0.00 MB 3 0
80,269 80,269 0000000000277cc5f9fdca6a850e345f53d0f1092261057979270b1a1103f9fc 0.00 MB 1 0
80,268 80,268 0000000000589a401d3d88c120ab7b1ccd118161f0e04336a305beb64148b1c5 0.00 MB 1 0
80,267 80,267 0000000000260e0b0b1348c4abaed9e18554cdeaf6eae63e24a04fb9448e4961 0.00 MB 1 0
80,266 80,266 000000000001d231082f208a68e781615b36a1559d20b1381585e3b7474270d7 0.00 MB 1 0
80,265 80,265 000000000058467906a80bd14c7755a986cb84f9ee0fc814c532ca39ee7ca7b6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.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,405.30 GB sent, 128.87 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.