Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,078 transactions (0.55 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,363 000000000000000000022b910000000000000000000000000000000000000000 0.55 vMB 2,071 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,362 (820,083 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,279 91,279 00000000000e30c1e4bf944ececbc46a393f49d5473a411c3ae64e26177d2ebf 0.00 MB 1 0
91,278 91,278 00000000000e37d4fe51020e538a97047fb01eda6e9411ed08579d78a9816c49 0.00 MB 1 0
91,277 91,277 0000000000032ae1d2c1b74be87fe833c6189dff800e84bf734d7dd78a077db8 0.00 MB 1 0
91,276 91,276 00000000000a6e66778711f15d778eb84aaf85a61b7c9f742972fa143cbebadf 0.00 MB 1 0
91,275 91,275 000000000008b38ff276ce6b3cce03691e471dfb6a2b52f8b6cb35526e6dbd78 0.00 MB 2 0
91,274 91,274 0000000000087c894ecd53e9edceba62f03ae6c40776234207839e31c52266a8 0.00 MB 2 0
91,273 91,273 0000000000094893dff10d154b9be779c42cd39f63dfa24de5c27d5f34c101af 0.00 MB 3 0
91,272 91,272 00000000000c92cada57bd283cabcb1f9b33c323349855b8a25cd813cdce786f 0.00 MB 1 0
91,271 91,271 00000000000e6a79048db4779942bf57162d9d917db4037d5756244996ceb853 0.00 MB 1 0
91,270 91,270 000000000002293d05439a588bf4f1694a0cfe5ded2a7d1ccc679b3600a4b7f3 0.00 MB 1 0
91,269 91,269 00000000000d10de7af0c6549c939a5e5f74179f2dfc09428732a4be04013bcd 0.00 MB 1 0
91,268 91,268 00000000000d63f84000874eaa74d59545fea22b47932088ac576e65054dfbcc 0.00 MB 1 0
91,267 91,267 00000000000960ff5cd4159364c8b812742ca8c47092bb003b79e878360dd6cd 0.00 MB 3 0
91,266 91,266 0000000000075fbabfc8e068c1fc2e58292f00abad2589287320deffe897ffc0 0.00 MB 1 0
91,265 91,265 0000000000021f804e3f8f73ec52ff294ac265c26de46dffcd2630376b9abaef 0.00 MB 2 0
91,264 91,264 00000000000cb5576522c16532ea3390565fa1ff4922f9e670a041394f41963b 0.00 MB 1 0
91,263 91,263 00000000000e2e03d4ebbf8be7c74b55a12bb7eca412e94477941d07ce8a7fb4 0.00 MB 1 0
91,262 91,262 0000000000083600748e1b64dc9f05fe637b96949e3dd047ceffe10f1b96d7a4 0.00 MB 2 0
91,261 91,261 000000000005767c6298a7f1c30dd5b721886f12afe0c47cfcbf877558c46f88 0.00 MB 2 0
91,260 91,260 00000000000d74ddc422af7a0e97e0ebd985321620893b2c9cc38494221a8640 0.00 MB 1 0
91,259 91,259 00000000000283be9bd2bba05a404462bee70cb3cc88d83b9c1320fb3c6fea0f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.92 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,401.55 GB sent, 128.40 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.