Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

441 transactions (0.17 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,424 000000000000000000022b910000000000000000000000000000000000000000 0.17 vMB 438 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,423 (831,133 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,290 80,290 0000000000539ec4db6220315753785ca43d9705026e44d3e8e8b65ad997fc78 0.00 MB 3 0
80,289 80,289 00000000003f54b3006900f96c2a487323f0b79a18b13afbc9e67e2e4c2cbe7f 0.00 MB 1 0
80,288 80,288 00000000005481feab9c9df88871c7c20f9dfdf5ecaf6a9cd7b57c3a21fe2b3c 0.00 MB 1 0
80,287 80,287 00000000003064d68ba15ffea76c8a90a136803932e85ecdb5cacf2a4697eef0 0.00 MB 2 0
80,286 80,286 000000000035c6994d40ccd9b40bfae89d46e7bc1acf0dbb2dce00532d58a000 0.00 MB 4 0
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
Previous 10 blocks ↓
Total Size: 776.03 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.50 GB sent, 128.90 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.