Memory Pool Memory Pool Refreshing

83,948 transactions
27.68 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 849,524 (152,613 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
696,911 696,911 00000000000000000010ac9b1cf0fb8cc172aed505615f125ec162d82e8df461 1.20 MB 2,447 11
696,910 696,910 0000000000000000000c0306083cb1dd559f291c473b0fbdd30eba91c80e7e77 1.00 MB 2,042 7
696,909 696,909 000000000000000000078e130e23820bdd5f23476a6a0e9f852592de5a106a0f 1.36 MB 2,217 21
696,908 696,908 00000000000000000007fe94d1243b394209d5a33168757708851b7606efd960 0.06 MB 186 8
696,907 696,907 00000000000000000008b12eaf6ccd9bc3eaa51506a3234974243031110df4ca 1.10 MB 2,209 10
696,906 696,906 000000000000000000009419e10cd3cc359275adfdd163c145d6155fe857bf74 1.33 MB 2,122 9
696,905 696,905 000000000000000000038bf45d42c50920a10030cd10ed68586c494b8ecbc1e9 0.07 MB 31 5
696,904 696,904 000000000000000000052901a4db5410a5415c070690376650b770ffaf839731 0.69 MB 734 6
696,903 696,903 0000000000000000001042a57397f8216cd33b4227b7f77a9b743b1db77d68a5 0.68 MB 646 15
696,902 696,902 0000000000000000000183d7a552d41df1e94f5920687f2d47467fffab985556 0.93 MB 1,594 9
696,901 696,901 0000000000000000000b71fbf0a95cb5144c4fe950124f38ac4e097bb87bdd2b 1.32 MB 2,336 12
696,900 696,900 0000000000000000000423f8c7037d38227b27c03fd1cae9d9303c4b212c72c9 1.28 MB 2,026 7
696,899 696,899 0000000000000000000ab2016137bf0eb43f02be8fe112ef9910714631a516d1 1.22 MB 1,148 7
696,898 696,898 0000000000000000000750336cb28f7eb1c7a4c219eecc6e92fc4fe8254db4ce 1.39 MB 2,542 11
696,897 696,897 000000000000000000095971eabaeda1acc853f881080c8271c18cd4ca5357ce 0.68 MB 1,469 7
696,896 696,896 00000000000000000005bdfb115eebbe776d4e4ab2a211611b9b4e154ae780ec 1.46 MB 2,403 19
696,895 696,895 0000000000000000000ab0b03b7e85171a3f8e6da9a04d300b940ea6e584e297 1.32 MB 1,180 2
696,894 696,894 0000000000000000000d44483f1d8ec6c4335c4cecb1e6e4b1b427818c6f6cb2 1.42 MB 2,607 12
696,893 696,893 0000000000000000000bc102026a4284e40a1c55acfc01bf09ceeb0824d0a238 1.41 MB 2,828 19
696,892 696,892 00000000000000000010893ad0921635992a9e20b3cf6a063ef18f66ed5993fc 1.50 MB 945 3
696,891 696,891 000000000000000000084e01d87dae6d3c3b7c6a909d3f43d46514a292762ac6 1.37 MB 1,607 14
Previous 10 blocks ↓
Total Size: 660.60 GB

Node Information

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