Memory Pool Memory Pool Refreshing

83,858 transactions
28.15 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,505 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,741 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,504 (152,601 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
696,890 696,890 0000000000000000000e05c1b22c83fb4dc4b660e5102b7991a9506b7004dc5d 1.38 MB 3,193 3
696,889 696,889 0000000000000000000544d20cd32fdd241398ea7a067ff9dd2d7b060b4607b1 1.42 MB 2,931 6
696,888 696,888 00000000000000000003d93f35e5d4979eb051cf797393a6fa90ebd0e92b1ddb 1.44 MB 2,256 13
696,887 696,887 0000000000000000000e6a254339d612d374295eac2bc31a21ccbb06f693981d 1.46 MB 2,750 10
696,886 696,886 0000000000000000000d5fbae9f0aa1fb13947b99a59fc04e72ecb68c5cf3457 1.45 MB 2,571 24
696,885 696,885 00000000000000000006040752a1d61728dcc15e438158a267e2c9bef17de2c4 1.39 MB 2,722 19
696,884 696,884 0000000000000000000c187c4ada610f76a0144c34302daa3c8b0bce676441bb 1.43 MB 2,873 11
696,883 696,883 00000000000000000010fe6a448b80f57b02d25cd30fbce9031db43d7276b822 1.29 MB 2,168 12
Previous 10 blocks ↓
Total Size: 660.56 GB

Node Information

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