Memory Pool Memory Pool Refreshing

73,623 transactions
31.47 vMB
Show Random Selection Loading Transactions
Max Size: 172/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,601 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,259 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,600 (327,905 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
521,695 521,695 0000000000000000002201a668e1624a9efd50b33af19e5993fc365e78994e77 1.15 MB 1,788 29
521,694 521,694 00000000000000000023c2daa976f85fd48cd96f85cc49eff0aacbacd75abd8c 1.14 MB 2,329 19
521,693 521,693 000000000000000000423fe0090b7704727a178866f02a198d392cd619f25837 1.09 MB 1,631 46
521,692 521,692 000000000000000000161c7b561051b115716bfb1f05587b9dd697ec644a8adc 0.83 MB 668 14
521,691 521,691 0000000000000000003fb2bce597636852f83387dbadd88d47711e0b4bcd25e9 0.47 MB 386 25
521,690 521,690 0000000000000000000818252e8b427bc3476f6d91e7c4da1bc8bc146099e43d 1.04 MB 1,645 20
521,689 521,689 00000000000000000009aa42290b641eb6b7aef50691b125cc5abe2c52df5ccc 0.32 MB 460 32
521,688 521,688 00000000000000000025b508ce4f98015904a31b71806a98fd206f7cc9b7b861 0.94 MB 1,570 33
521,687 521,687 0000000000000000003498e03618deb9f28488448061c471950d2d1bcd9bcd5b 0.48 MB 93 2
521,686 521,686 00000000000000000045a78fc3ce9fd0136e84a22dc5dfec1f477d7265184b48 1.13 MB 2,686 27
521,685 521,685 00000000000000000013cee29a8bf72959642463ed29a187abb00e925d8f6767 0.18 MB 282 24
521,684 521,684 0000000000000000001861ae61a941ebee69fee07019701d1acfe892951602c9 0.56 MB 695 28
521,683 521,683 0000000000000000002fcc8a14767455884b2707addb4c1bdfd75770bba6c74e 0.46 MB 1,160 34
521,682 521,682 00000000000000000016630599d960a1a6f8bd4c2acb87dabf5b38241eb86335 0.61 MB 824 17
521,681 521,681 000000000000000000273043e08557f98946ecc9f7c212c0487b69532973eb19 0.17 MB 424 26
521,680 521,680 0000000000000000001fb3cd16fd6290dec8217f1afeb58705e738a7dfac5483 0.65 MB 1,047 33
521,679 521,679 0000000000000000002941b59fad2cfe9c9b01505586b7171efd4e0523f5f176 0.17 MB 360 27
521,678 521,678 000000000000000000427d2d0da9ce0210d713305192aaf403d434ea5b5f53a7 0.58 MB 1,153 13
521,677 521,677 00000000000000000004a70bf510abfee8047848c2346dbf2cbb8902c33c966f 1.16 MB 2,227 26
521,676 521,676 0000000000000000001624276e3e13177501f53ae18f42aae8fdc2e89466e176 1.20 MB 2,394 44
521,675 521,675 0000000000000000003c2e3e3dc6168e111918dbeee1147bd6e0e7428eebf5df 0.14 MB 396 38
Previous 10 blocks ↓
Total Size: 660.75 GB

Node Information

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