Memory Pool Memory Pool Refreshing

64,868 transactions
35.94 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,667 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,464 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,666 (320,099 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
529,567 529,567 000000000000000000144787e8f801001758dde00b782fe293ed20bdd6fe6178 0.13 MB 327 35
529,566 529,566 0000000000000000001dc2f40ec05458318a8cb7ecbd337be7fed74a4e2a6657 0.84 MB 1,279 27
529,565 529,565 000000000000000000363a11e2eb3830dfd645308636b8100caa17249910e63e 0.31 MB 688 61
529,564 529,564 0000000000000000002073711521048abec71a673aac8a30e0023287964a728a 1.15 MB 2,497 37
529,563 529,563 0000000000000000002765cacdc9626f627282af4b387d8572e5f9bb3bbe0ac8 0.79 MB 1,278 29
529,562 529,562 0000000000000000001b098641fb1708944a786df50ea409192aabdb832d55a8 0.37 MB 894 42
529,561 529,561 0000000000000000001e6f3d88464871bf033f5dcc6db6222b04ed9ef52eaebe 0.17 MB 370 36
529,560 529,560 00000000000000000009ee344439b0e2b851e552b1d386753f940076fdeea2bb 0.15 MB 358 37
529,559 529,559 00000000000000000026239043cfdfa73194faee52fa6a17d5d60857eee16f33 0.02 MB 65 31
529,558 529,558 00000000000000000036411c94df74639346be674a0dc0f884b9a88112e2cc60 0.27 MB 613 34
529,557 529,557 000000000000000000227c59b2bed8eb566db40972920f62ad67b4dca0bc2cb8 0.14 MB 354 37
529,556 529,556 00000000000000000015cef312a8904807271580d22fcf6e1bcfd1ffb40cfbaf 0.49 MB 924 30
529,555 529,555 00000000000000000004850989c1e8b3846b2e503d2bf8c3f63857a3aec0133d 0.95 MB 1,725 32
529,554 529,554 00000000000000000033d2f96cab412f7fb669fa846ac47ffd0aa77265131429 0.05 MB 140 32
529,553 529,553 00000000000000000007c1000509fd418f91ab2836f26dfaff152b2214df2277 0.54 MB 909 28
529,552 529,552 00000000000000000026289caffaa0cf0670b1606d7d1a810f0b979fd688b86f 0.00 MB 13 11
529,551 529,551 00000000000000000004a29e170dfdf24f9f89018d7b288967a25375c745f56b 1.08 MB 2,260 44
529,550 529,550 00000000000000000035527764bc76aee5d79e63e1853200cf0e6fd078e888d8 1.03 MB 2,064 9
529,549 529,549 0000000000000000003270e8620396824d560234eb590a6bae4ed44f14f2d282 1.21 MB 2,763 58
529,548 529,548 0000000000000000002ba68f456868705665230f2f609b74d51fa03de2ba78c4 0.26 MB 452 25
529,547 529,547 00000000000000000001870f50afeea6777fabcb8fe615f55c4f49aa261bedc8 0.12 MB 277 42
Previous 10 blocks ↓
Total Size: 660.88 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 616.25 GB sent, 3.58 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.