Memory Pool Memory Pool Refreshing

76,591 transactions
30.98 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,427 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,455 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,426 (321,733 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
527,693 527,693 000000000000000000329794d8d30c1c89158fdcf4f4c99088143caf73bae60e 0.13 MB 166 13
527,692 527,692 000000000000000000054c0ee344a99a36bbe6dc6a74ba499c1b42efdbf50b40 0.41 MB 530 19
527,691 527,691 00000000000000000029d37a3860724915ddc37c2a5c48328b06797729d91877 0.06 MB 160 26
527,690 527,690 0000000000000000000b65c1c2c9300ed89568d7a32bb710b418e9ee1b8c799b 0.09 MB 200 20
527,689 527,689 000000000000000000231361f88222ca9258585b73cca61953d0e47cb73a927e 0.25 MB 545 20
527,688 527,688 0000000000000000002a290726eac6358df41b9acc2ee24d68018ef04abf6af4 0.38 MB 764 26
527,687 527,687 00000000000000000020655937374737069911af7d84cf92dd63551d5e302d51 0.01 MB 22 16
527,686 527,686 0000000000000000001b13a415308039bc8b5dbe502ddd892bf52facfdaaaa55 0.09 MB 227 31
527,685 527,685 00000000000000000023feb36158c6fb981c441957e468889a895e51b6e4af6c 0.31 MB 574 15
527,684 527,684 000000000000000000075f10767924cc5115ba78db1897d12ca70f19d1c45f38 0.28 MB 681 33
527,683 527,683 00000000000000000013856a68c81fbda7eefd9f26933aefa16576f2ccb5c072 0.38 MB 831 20
527,682 527,682 000000000000000000360af44d511c58e70838122afd23fe0061e9b6fb30ac89 0.16 MB 273 35
527,681 527,681 0000000000000000002025d2b5a6f8dc7ad1d2cd40890f3e8f90253b70b60b7b 1.01 MB 2,392 26
527,680 527,680 0000000000000000002f6bcff79f89e290076f03f178568baec099e383c045f7 0.34 MB 668 35
527,679 527,679 0000000000000000001595533836e1b72ac24794e054662a5ba7dc6db44a8e89 0.24 MB 570 24
527,678 527,678 0000000000000000002fff95f53124b9420d8f61c8e181f7855c4e1026a467a2 0.32 MB 773 31
527,677 527,677 00000000000000000031b8b5a2798d0bc2c81559227646f6e324fa7e9153c190 0.91 MB 1,590 13
527,676 527,676 0000000000000000000f99e17fdbe4337f0f5cf50efd951065d65d6d45d38181 1.20 MB 2,688 25
527,675 527,675 00000000000000000005c558ac04309361e7c7c84215ade256e56612513606d4 0.19 MB 439 18
527,674 527,674 0000000000000000001da23e0e5bb8c34d4717f2f1c8ac20c7a34d74ee13360f 0.56 MB 1,287 24
527,673 527,673 0000000000000000001134b741f53f4e49e9f8073e41af6d8aaad3b849ebeee4 0.06 MB 131 10
Previous 10 blocks ↓
Total Size: 660.42 GB

Node Information

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