Memory Pool Memory Pool Refreshing

76,510 transactions
34.18 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,603 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,585 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,602 (747,336 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
102,266 102,266 0000000000023b7c764d3b292f2e66c31f111ee4c9bbaef240ffe5560c1230e3 0.00 MB 8 0
102,265 102,265 00000000000249be31897bca3f23af1513c24c4eced39d40a1ad9b2683183707 0.00 MB 9 0
102,264 102,264 0000000000014fb0b65325d14c47eac8d178717d8a06a8c9b11f365bcff3683e 0.00 MB 6 0
102,263 102,263 000000000001679e727ffd97bd7c81d6f885330f4e06d6ddcbb8fb639ca2fd61 0.00 MB 7 0
102,262 102,262 000000000000273ad52ac9a9c534bb8f2d4153587ec62c70a2081b75226c17e2 0.00 MB 4 0
102,261 102,261 000000000000eba0e1863ba1793caf4e5b84dda3d3270ea73932a242c52fb2df 0.00 MB 1 0
102,260 102,260 0000000000001605ec6c1d3fdfcdae102ddd15cead7369edcfc58acb7285b5bc 0.00 MB 3 0
102,259 102,259 000000000003e6d547950256d8a7cac8d5ef456a672b69969c06634d245f960e 0.01 MB 3 1,046
102,258 102,258 0000000000033a053ffed927cb6ea263e7771476bbd37a824ae6b8792465b01f 0.00 MB 5 0
102,257 102,257 00000000000297ca1257eaa77d71dc6dafde9e958abd1900718cdfd436523483 0.00 MB 2 0
102,256 102,256 0000000000034035abf44422efbba1681774077755b047bf568a4d5659a36d29 0.00 MB 7 0
102,255 102,255 0000000000034ff0f700a7d616a88682e8f3d202b269064cafa297397db60eb0 0.00 MB 1 0
102,254 102,254 000000000003ddc2a8043a48124e783a52ec9d81848a49a5249155d1a31dc14a 0.00 MB 2 0
102,253 102,253 000000000000e0712bb5348ff0e9c3877440b138707ca5b938fe7662f3fdfd08 0.00 MB 4 0
102,252 102,252 00000000000047ee6d0cc6c29c24bae9d2318bb675ae12807d3f1f1b95ddd182 0.00 MB 1 0
102,251 102,251 00000000000282de5652b1d6ca610f0387e49ad1300df2a4c000f76eb790c427 0.00 MB 2 0
102,250 102,250 000000000002b40f965d0e5eb3e00c3456f00216742318b185a4ebb79d2e3646 0.00 MB 1 0
102,249 102,249 000000000003a9ebabde9f17a83e6258726c113f9685b55d15346cad4cb9febf 0.00 MB 2 0
102,248 102,248 00000000000005e5da6d2493c50201f743c24046f209977b655b4de824a123bd 0.00 MB 11 392
102,247 102,247 00000000000381056a76450b54f695f8f3a2d438c4bfe5e10289012c977ed2ec 0.00 MB 20 0
102,246 102,246 000000000000f22d7aa93e44a83bcc0ab165e61cd2d4c1e1812a0b7a0563f501 0.00 MB 1 0
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, 102 incoming
  • Data Transfer: 535.21 GB sent, 2.99 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.