Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,877 transactions (4.44 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,236 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,758 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,235 (824,936 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,299 85,299 00000000000fbf14c748f4094c0dfdff7e74bb29aeb8f5963565d10d5127aedb 0.00 MB 4 0
85,298 85,298 0000000000270b7d70912eccf3aa90b0b5312e7dc3008ac644dde8784392d44f 0.00 MB 1 0
85,297 85,297 0000000000036c1eca850e0204374c54bd12d92d19063d09948f0955187d7874 0.00 MB 1 0
85,296 85,296 00000000000b61ec1523926b85faf7fd5f4e12c17921a4f4b165e4cff24a52a8 0.00 MB 4 0
85,295 85,295 00000000001329cbb54574b78e57bf8a250f7bcf3d39c9d5b4df4a2f675643e9 0.00 MB 2 0
85,294 85,294 000000000017dbab1e6bc4b94e00668cee96821b3c80bfe2c91314c9a8ca55a7 0.00 MB 1 0
85,293 85,293 00000000000f31ebb689b96a517652ef8f7c678ef1d96eced77883bf7ce3f8ea 0.00 MB 2 0
85,292 85,292 000000000020587d27da1d8e19f42b2dbd531f6f99d8ae54cadcd08a762edf85 0.00 MB 1 0
85,291 85,291 000000000022461ffa2bdba00ef2392dfa55c7323730fc37d1e4ffaa9057debc 0.00 MB 1 0
85,290 85,290 000000000024bb7cd3af03f7e3f770ff183a9509475bb703ff5f96065ad4ede3 0.00 MB 1 0
85,289 85,289 00000000001c509035cda94bf932363050fd0b72cd97b679f02047c3142db807 0.00 MB 1 0
85,288 85,288 00000000002cc1f45f4fb753b7c7d345bddbbb1400f13ed7d023aed0b5b4d002 0.00 MB 2 0
85,287 85,287 000000000029a106df1beea88d238c90dab248e8982f976f86109d45dcbc2f13 0.00 MB 1 0
85,286 85,286 000000000028fb2790521529ca035c8469e6375ca5371b0441bf72d3de6f9d30 0.00 MB 3 0
85,285 85,285 00000000001a4c72d8855c392ac1f81d45718479b24758375a6cbe5ea2980ab6 0.00 MB 1 0
85,284 85,284 000000000003bbf2db36bbfbf46609405ec9516c17b6881127aefd88bc7fa569 0.00 MB 1 0
85,283 85,283 0000000000191f64a2493f429206a12aa1e38a4ee1f9cdb012fbfe388bda9070 0.01 MB 3 0
85,282 85,282 000000000004c07fc9777709f3817578b9380e8aad9ee2f491bd9aed73526ab5 0.00 MB 1 0
85,281 85,281 00000000001baadff0b650d88e9dcdaa124370750faeea3f37a1be98184950e9 0.00 MB 1 0
85,280 85,280 00000000002d45f40bc98a94267840d061262bbecf311af73867e97a887332fb 0.00 MB 2 0
85,279 85,279 000000000007f9f993890b9fd51f281f130f392c47cee88afea12ba781d099d0 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 773.83 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,206.40 GB sent, 117.78 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.