Memory Pool Memory Pool Refreshing

81,395 transactions
34.95 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,612 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,119 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,611 (378,241 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
471,370 471,370 0000000000000000005c14d0ab1d35d1920b9d15ecc07dcf506aadbabb1e61b9 1.00 MB 1,606 239
471,369 471,369 0000000000000000008035d476a1fbecd9456a2e06e5e46ddd3de4ea1d97eeda 0.99 MB 1,824 288
471,368 471,368 0000000000000000004258d80aee673833c9b2e93dcd1a20525fbd37bc95c8d5 0.75 MB 1,502 461
471,367 471,367 0000000000000000005a3cef5b0e10ae9961ff28812c26ff6af1e899a5445af0 1.00 MB 2,714 447
471,366 471,366 0000000000000000014fd378168e3a4fc1d4d89d1a7e2ab8781db492ea2dc2ad 1.00 MB 2,277 186
471,365 471,365 0000000000000000004dc9098b1ac51eba3f81c8ba8be31ede33d13fbfeade99 1.00 MB 1,987 122
471,364 471,364 00000000000000000176ea50778054ba77bb30fb05eb6b27c3355d873caa26f7 0.99 MB 1,921 154
471,363 471,363 000000000000000000e3cb4372fff61feb84dc6f9e51b12c63d3c364e4d9f58d 1.00 MB 1,744 270
471,362 471,362 0000000000000000012b4a8328340d5e2662e4a4be4d6d77968aff0a173d2c86 1.00 MB 2,132 368
471,361 471,361 00000000000000000020a7d4bce2445bfda12e8ecb5e62d0138843c2fd79b6cd 1.00 MB 2,313 374
471,360 471,360 00000000000000000056e75f2ecca822880eded48fb1ff09f11d6a9c88b62249 1.00 MB 2,455 377
471,359 471,359 000000000000000000e06948f9611c7dc3b97b1fe306ae017456bd1fb096dc90 1.00 MB 1,137 224
471,358 471,358 000000000000000000b65242f79502b577c568a15a80551e78362024c6d7415e 1.00 MB 1,673 355
471,357 471,357 00000000000000000177a617b531d495ea7fbf0691fcf5c2628a1e4627198c72 1.00 MB 801 390
471,356 471,356 000000000000000000427878dac9702dfcc3e738f94147e495ea62d05d898ccd 1.00 MB 1,722 282
471,355 471,355 00000000000000000186c23c52ea7dbac7144c916a36b73aa0b8b477205427bf 1.00 MB 2,246 416
471,354 471,354 000000000000000000113ab80fa6111dd0d24ac28583435cf047fff01f532e08 0.99 MB 2,055 207
471,353 471,353 000000000000000000e8c835e5849bc14bf6f20395e9282e0d4d9dd60e447b69 1.00 MB 2,357 401
471,352 471,352 000000000000000000b38a9d89e39e972b02afc65e173e5348fc2ccb2d385cce 1.00 MB 1,824 263
471,351 471,351 00000000000000000042876dbb7410fb909b9229821395faa7a7c044a2d62836 1.00 MB 1,753 383
471,350 471,350 00000000000000000141b2bb0e9a747d0ec9cc1a942c790352e0934fbfebe638 1.00 MB 2,252 328
Previous 10 blocks ↓
Total Size: 660.77 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 103 incoming
  • Data Transfer: 551.12 GB sent, 3.08 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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. Electrum Server. This is used to get information about address balances. Bitcoin Core doesn't keep track of addresses, so you need a separate database running alongside it to store address balances and activity. This information is retrieved using the Electrum protocol.

    Electrum Server is what wallets like Electrum and Sparrow Wallet use.

Limitations

There are a couple of limitations to this explorer:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead.

But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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:

  • 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.