Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,624 transactions (0.55 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,322 000000000000000000022b910000000000000000000000000000000000000000 0.54 vMB 1,624 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,321 (820,050 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
91,258 91,258 00000000000cac4be6974b38532a772c5aff811b153769f0b3a5ab92f35df70d 0.00 MB 1 0
91,257 91,257 0000000000022a99be40aa6ab6fa7b6e5661bee6d81e977fffdcbbef7ade6fad 0.00 MB 4 0
91,256 91,256 0000000000046e38bf0027b772a6b375378fd537af068b6d773aea96e0c4d284 0.00 MB 2 0
91,255 91,255 000000000006593b7bffb02181bd909e8b3361c6b148f429cfba244f3f3d809a 0.00 MB 1 0
91,254 91,254 00000000000a326d99fa39ad4b729466bf752478ddcd39ac22dd923b211d6bb5 0.00 MB 1 0
91,253 91,253 000000000009b6aa2428121180cea162c80a7b85b3f197609571e5519136b737 0.00 MB 1 0
91,252 91,252 0000000000013531e1d4445bc41d4130a3a80f86dfde5ffa517ded4f5de2e190 0.00 MB 3 0
91,251 91,251 0000000000059f0a620de7852f2cfbad72ae110cfc76d438f6ccdd141c1ca6d6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.84 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,399.55 GB sent, 128.01 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.