Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,069 transactions (1.44 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,656 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 3,362 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,655 (78,352 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
833,303 833,303 000000000000000000026659a9ee67969fea0c1b5ebfaecb05e88cc3a3a21550 2.13 MB 2,484 65
833,302 833,302 00000000000000000002d4fda7a130a95ad2934a4f9e3c0688d68bc1271c2584 1.90 MB 2,997 78
833,301 833,301 000000000000000000016aaf97e6dd0ce3da4ece32b8e96b04b026be48d24116 1.88 MB 2,949 83
833,300 833,300 00000000000000000002b965788ad6a755bae805dbe105749f8dc7092a48bb05 1.84 MB 2,985 101
833,299 833,299 000000000000000000027877be9a1ceb95b00220bd038e38a147e629d11596b5 2.02 MB 2,558 112
833,298 833,298 00000000000000000001e3b4b1bf089752059d9ba83e483543aa25b922c8fc2a 1.71 MB 2,931 69
833,297 833,297 00000000000000000001704525c27c188dbaa1cd749158593ed2a17823906330 1.68 MB 2,675 77
833,296 833,296 000000000000000000010d1cc81ff96bb5f35fde02ddbea360afc82458452293 1.62 MB 2,094 91
833,295 833,295 00000000000000000001bdb015d26a1520bd04bbab951fb1e45ec8cdfaf1377e 1.92 MB 2,107 111
833,294 833,294 00000000000000000002036d922a1b8d535bc4fe0c3c20b859f32fa314167c40 1.72 MB 3,065 87
833,293 833,293 0000000000000000000279ad563d4b13a4678f4e8e02882f9a921d184e984a32 1.82 MB 2,541 109
833,292 833,292 000000000000000000021b5d92fc5e79db15a84575cc838819d1e93d12c1ba93 1.76 MB 3,357 101
833,291 833,291 0000000000000000000175565eab2d03f50023611bee4a7e588d2a5def37c94e 1.73 MB 2,315 123
833,290 833,290 0000000000000000000022b76e970a3f6f4e93d798db9950e923809155217045 1.83 MB 2,932 100
833,289 833,289 000000000000000000001ad9463f44df023101ea5160162f467e1336ba063b25 1.83 MB 2,555 56
833,288 833,288 000000000000000000031943e7dca0254d9a5c8e33513adca05685a1c45bb109 1.87 MB 1,916 29
833,287 833,287 00000000000000000003781f2c8087bc12ce9fdc7b28fac691a3f3392a3e6891 1.68 MB 3,089 57
833,286 833,286 00000000000000000000f4575b24ce5773f1ca92d96288e2f709bfcd4ad3c7d2 1.67 MB 2,652 60
833,285 833,285 00000000000000000000a9091a2262300338ef65d006e824c582a9c76afe3da0 1.65 MB 3,064 50
833,284 833,284 0000000000000000000123ceb0daf377a15f46ebb5499f5c8e34b19153ecf616 1.66 MB 2,799 96
833,283 833,283 00000000000000000002e83874eb1a6dad7bea48fd7d82cc299f1ade25f4092c 1.69 MB 2,633 37
Previous 10 blocks ↓
Total Size: 776.45 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,424.34 GB sent, 130.92 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.