Memory Pool Memory Pool Refreshing

77,567 transactions
25.96 vMB
Show Random Selection Loading Transactions
Max Size: 160/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,520 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,199 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,519 (319,937 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
529,582 529,582 00000000000000000014d35dbe7dd8096153b6a459d5ad09b01e021c8b8f28d4 1.13 MB 2,407 37
529,581 529,581 0000000000000000000d5d698f328a8bb1749bd57fc6cdab45d2c487495f35ba 0.86 MB 1,510 30
529,580 529,580 00000000000000000028cc09065f347d268ff2cdeb367ef4aa73217809ca0056 1.14 MB 2,137 29
529,579 529,579 0000000000000000001e5e48b75e744baaee342079ab7466ee6c1f3fff2a8980 0.83 MB 1,001 9
529,578 529,578 000000000000000000193145ba9592b1e2fe78d56af6cd29c55582c783c2132c 0.46 MB 698 7
529,577 529,577 0000000000000000001e40a63991a77dc221fa7e2644f56d35336f91a4523a11 1.38 MB 1,188 29
529,576 529,576 0000000000000000000354aeb33198b481024a642fc0a89de4a53b3cf2aac2ea 1.21 MB 1,627 14
529,575 529,575 000000000000000000336a2498b3de69c8b29ae9f645f683e1ca8659e68a62ca 1.17 MB 2,614 49
529,574 529,574 000000000000000000122ce242900ab8bc40ca6ec923b76d0de95f8d4d46c2ed 1.17 MB 2,434 40
529,573 529,573 000000000000000000304a4ce26bd4d62dc491cef9ff1d457a7a480368ed308b 1.14 MB 1,955 58
529,572 529,572 0000000000000000002900798f15610c12937dc3d7621cb1230f6c32bddb90b3 0.21 MB 455 53
529,571 529,571 00000000000000000023120bcccf2e0ef8fca120a9e07be6175b756a8aa2e322 0.50 MB 659 9
529,570 529,570 00000000000000000020fcd47dd988b68a73872c0d24eb3b5cc9506543038de1 1.19 MB 2,474 30
529,569 529,569 00000000000000000014e51607676707fa9ce8fc5fa73120133fbf716a5a377c 0.18 MB 416 61
529,568 529,568 0000000000000000000710f2700c5bfe20c4f0855ef4bb171d63fe88c7fd849b 0.28 MB 576 35
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
Previous 10 blocks ↓
Total Size: 660.59 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 97 incoming
  • Data Transfer: 474.51 GB sent, 2.27 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.