Memory Pool Memory Pool Refreshing

78,085 transactions
35.70 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 849,602 (329,224 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
520,378 520,378 000000000000000000310d2242bf1a050c7e2f123ea35e9a8a89e1207a17ab4d 0.61 MB 1,218 51
520,377 520,377 0000000000000000001df067ad05d70dc344d0386187f6e1d5da6f2267483f0e 0.51 MB 1,101 51
520,376 520,376 000000000000000000297028c355da3182d74db6c08e80a6ee59c5a263996bcc 0.67 MB 1,068 45
520,375 520,375 0000000000000000000f2151ad6f43be6a85f2562259e1c1837510557da43b17 0.16 MB 372 35
520,374 520,374 00000000000000000017f96f302b52c2e07b7dfd8c87162f0cc3e3cffd7324a9 0.36 MB 514 31
520,373 520,373 00000000000000000011a039ac0aa24a911751295eeaf6b734703d0cc39eb632 0.37 MB 800 57
520,372 520,372 0000000000000000003e6dc277c694c30cdf1cb07aa968f84dd24c2e92d69e4e 0.23 MB 523 46
520,371 520,371 0000000000000000000558e85d10b45415dbae223511ecd2d31f16abf80fa0c1 0.20 MB 457 53
520,370 520,370 00000000000000000024801945b2abe439f7adaced9b1c13b5e74dcc33f0a8d8 0.24 MB 535 39
520,369 520,369 000000000000000000433b3a9295bcad78441b8c505c2835705e3e8fe61d392a 0.13 MB 213 44
520,368 520,368 00000000000000000022ba39b242b88492bc7b93ebe330bfbba4211bbb1ac482 1.14 MB 1,130 20
520,367 520,367 00000000000000000021eb470365ff6e19e9503e693c8136165fde3fbfe919d6 0.11 MB 230 35
520,366 520,366 000000000000000000243ded18c1fda3b91e761b28b3522b0d05a9b17e0123f3 1.12 MB 153 2
520,365 520,365 00000000000000000005738611f27bc23a8d13f565dff13255d1c96c2f3e244a 0.40 MB 774 65
520,364 520,364 00000000000000000009d778414f9b5a6c815868b4186b27f0c512055923d590 1.12 MB 1,856 38
520,363 520,363 0000000000000000001edef72f1fe3239eb2dadaf44acd82ff6284cf2f1713d9 1.12 MB 1,524 30
520,362 520,362 00000000000000000029cb84eae80bd315cffa0590aea8b684c292e3d8cf6405 0.34 MB 783 65
520,361 520,361 0000000000000000000895fd16212c38d9ea27d4e51e8c0e2492f7ec418a448e 1.15 MB 1,731 34
520,360 520,360 000000000000000000131c5c9e3d3b1164b0e0864d893ca1798523731063c911 0.40 MB 490 40
520,359 520,359 0000000000000000001caae84154a44c6b1c17e405c3416439deedb75c598b87 0.41 MB 736 35
520,358 520,358 00000000000000000033f132372b5d58f5dd474e435c1c605d15dbddb5195168 0.44 MB 833 58
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, 105 incoming
  • Data Transfer: 536.30 GB sent, 3.00 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.