Memory Pool Memory Pool Refreshing

72,547 transactions
30.40 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,541 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,006 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,540 (224,717 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
624,823 624,823 00000000000000000012f62b969a6031fc2ea0d9738ca1189c9e0721599bc967 1.34 MB 2,638 18
624,822 624,822 000000000000000000052b65940d6165f4d2ba1cd6340e58d97a002ce5a15119 1.14 MB 2,542 7
624,821 624,821 000000000000000000017475d241fa8a27eb154869e80063b3530492ced1ebc1 1.24 MB 2,766 18
624,820 624,820 0000000000000000000f7b79d1c4ca9f813e8cc93634f7cd740cb69025822392 1.37 MB 3,044 18
624,819 624,819 00000000000000000005119aeee8d2550c5875ff0569583d0ca543ed0c06b2d4 1.26 MB 2,942 30
624,818 624,818 0000000000000000000d20f2444e85ea5566553db964f02e229e0d457a11fbc2 1.21 MB 2,234 6
624,817 624,817 0000000000000000000f822d2e0f5dc90afd1013c849ac10ec20fbfe6805cae3 1.32 MB 2,899 15
624,816 624,816 0000000000000000000a734acd659a9bd3572353334825f58a9e740ed7a8f434 1.25 MB 2,697 28
624,815 624,815 00000000000000000007819bd3b40b635d12eb626d68b3957b9d73a1cb47b56b 1.20 MB 2,736 10
624,814 624,814 0000000000000000000e522d38f80a0a6c0950a1bcdb5bacc5d2e67f17af532c 1.38 MB 2,945 15
624,813 624,813 000000000000000000058c690ef93718c30cd3bee1fdbb0701e7cf409a16ba49 1.22 MB 2,395 31
624,812 624,812 0000000000000000000ef6fab6420dde1d86a45de0fc7c93d5aa8a60ffa42cdc 0.64 MB 1,488 14
624,811 624,811 000000000000000000039018d21a1d612f64d39dd88b521eff1ba84c6cfa510d 1.08 MB 2,603 15
624,810 624,810 0000000000000000000165b93e59e0e63d426f6590df466493b9e8ad1872dcab 1.27 MB 2,447 12
624,809 624,809 00000000000000000008113a6811091e723b4be262b900d5f288760c69a436bd 1.25 MB 2,339 22
624,808 624,808 00000000000000000003b0608d6e1e9c1e8bd18c2e40dec9d4e731c0a12ad5c0 0.32 MB 603 18
624,807 624,807 000000000000000000031de97b77528feab2c56b01889907670c6a79f00f068a 0.47 MB 1,078 17
624,806 624,806 00000000000000000002d0581264168de8f389cdd6e285d8d19e0a654e836498 0.88 MB 1,782 10
624,805 624,805 00000000000000000000165f88a3f5082ca87d8256906abcc79ec60cc39b758d 1.18 MB 2,299 10
624,804 624,804 00000000000000000004a354e042fb8edf8f5aa3e481abc37b6d0970be3454e0 1.29 MB 2,966 31
624,803 624,803 0000000000000000000ca590c7e3080f308b5b2026b7b9fd602a896db31b3723 0.64 MB 1,124 19
Previous 10 blocks ↓
Total Size: 660.63 GB

Node Information

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