Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

368 transactions (0.18 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 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
912,154 000000000000000000022b910000000000000000000000000000000000000000 0.18 vMB 368 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,153 (713,800 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
198,353 198,353 00000000000004f5c0938ae72c6ea52d0b78227142b1707fad816dae7972ee5c 0.24 MB 618 343
198,352 198,352 00000000000003ff0b098927a98b539e3c0078fdc2ee68bfff4e31b46942d039 0.04 MB 60 237
198,351 198,351 0000000000000095c01ce80ac114916b96f917faf7425e3c6e71a8c86e4b0556 0.14 MB 256 64
198,350 198,350 00000000000000abcb84688a0cabb4596f5b67b67eaedd6565ed9ad00e46ba17 0.11 MB 249 97
198,349 198,349 00000000000002f9a08cc47263a878ab56fcd8800f44d2a124494aff4767a030 0.36 MB 791 119
198,348 198,348 00000000000005a7ead9268f2cc78a047623bc67a3d86c898953327a8073140d 0.17 MB 180 74
198,347 198,347 00000000000000f154678d41fe9673f26bdd81547286c9d1b135a658e52184ed 0.25 MB 644 554
198,346 198,346 000000000000034c21ec974a132f980450e5e1ba69ae05665f27db78f9f9a947 0.00 MB 13 13,270
198,345 198,345 00000000000001cc6e543922dd64d6e1f743f678a9e5db96aaa6bd48c598d9ed 0.00 MB 10 15
198,344 198,344 00000000000000f70a608cf13ef238b4887d9014d26a5475990953db39c4e85d 0.21 MB 510 319
198,343 198,343 00000000000000d923365b244a7d4982446f92dc0c40ea28983270a768a8b161 0.07 MB 239 207
198,342 198,342 00000000000001dd72fc057afd97d87c6c34e7d675b8907595b8b441f50d407b 0.22 MB 512 40
198,341 198,341 000000000000050ad41a273fec91cbefa349b1eba7046491468fef6ab248bee6 0.17 MB 483 141
198,340 198,340 00000000000004ecad635121bdb1501455d261a5f5bc28cc6bad7196edfc56bf 0.25 MB 404 205
198,339 198,339 00000000000001c023afeeed8f00ac2104d6ba5e7caca9f97f04144921686c04 0.17 MB 477 212
198,338 198,338 000000000000026c26626c874087abd1e7586a600c13e3519aeaddd148aa51c1 0.19 MB 350 251
198,337 198,337 00000000000000a36c0397cb82b310c06c024db32e397d225039188ba34b6c60 0.42 MB 886 185
198,336 198,336 00000000000002d73b971646610cfe03f5d647a91428168e4fd532bdbeae7af3 0.00 MB 9 14
198,335 198,335 000000000000049c4c006ced6a5e24ccb5687f98e010d594e5b531b6833685d3 0.05 MB 132 56
198,334 198,334 00000000000001684fce0a4dd277cec5e0b1d1e655f208d03e91d5f988cee536 0.20 MB 494 148
198,333 198,333 000000000000028364a27c66900ddabe28dc2aa29e01574ccdeeb1b010c73257 0.13 MB 324 121
Previous 10 blocks ↓
Total Size: 777.36 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,526.71 GB sent, 135.24 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.