Memory Pool Memory Pool Refreshing

66,926 transactions
33.82 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,743 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 4,552 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,742 (122,471 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
727,271 727,271 000000000000000000085083e34f24c65d5655f63b8bd53b8a32e34017bb9dda 1.19 MB 2,410 7
727,270 727,270 00000000000000000001790fa0f93268724d221a5f22906d0b2f599f8e7dbb13 1.39 MB 2,222 7
727,269 727,269 000000000000000000036ad0afd9192e3d368fe45aef86d6db992a899090cdba 0.74 MB 1,263 7
727,268 727,268 0000000000000000000240132b4a1df7260dba855e3ebd3fefb13115e10fc632 1.72 MB 443 1
727,267 727,267 000000000000000000076f716ecd386963cb25c86da918e430dc36246c9ff83d 1.49 MB 2,648 8
727,266 727,266 000000000000000000051780f5947e4d62787319ad848c3df01a5cfdd3f91d0a 1.50 MB 2,372 8
727,265 727,265 00000000000000000007fac185ca4a2fe78e220bba79abd743ac6d96d86e38ca 1.25 MB 1,378 4
727,264 727,264 00000000000000000002d97bf9e32f05a86c2f128f7a5c3b07edd7870271828b 1.39 MB 2,102 7
727,263 727,263 000000000000000000048f8cd38f27c347d3d76eb124b704aebcc0842f84eb54 0.71 MB 1,277 7
727,262 727,262 000000000000000000042b6bf4bf7c70f6d859b371d34ec943c3ce3750ac1211 0.75 MB 500 3
727,261 727,261 00000000000000000001d25bc75589e63698d6a21d09d2e72307a834b6343b22 0.52 MB 936 7
727,260 727,260 00000000000000000006db70f27227ac01300419135be23220d16b9d5e96d556 0.36 MB 718 8
727,259 727,259 00000000000000000002e9b77c7a26b07035eeaca9d9cbad0e713484acb3e405 0.20 MB 369 8
727,258 727,258 00000000000000000006ce877723bbb8e3270a5282fed2cf62f242d6ef9069a2 0.55 MB 828 9
727,257 727,257 00000000000000000007a40488810d4f1cdd6df758f32e7d0accac7502f1b98b 0.07 MB 144 9
727,256 727,256 00000000000000000005b5cb6109c37e75678e73f9f038808a1260e6a30a8c6d 0.09 MB 151 5
727,255 727,255 00000000000000000008b02b24f6fcd404635c9eab9fdabb4d238e4783db9842 0.26 MB 199 3
727,254 727,254 0000000000000000000976fa0acb6b1a609536746d2d649cc39ccf98146e18ea 0.60 MB 976 8
727,253 727,253 0000000000000000000463d20ea0477ec1de4c042211c6e06d2790a30f5ee58c 0.65 MB 833 7
727,252 727,252 00000000000000000003be42813897b0347446273df243fabeca7c87ea11f420 0.79 MB 959 4
727,251 727,251 00000000000000000006abbddab09861902d73a8b072d03368ae25f7598f3672 1.39 MB 2,172 8
Previous 10 blocks ↓
Total Size: 661.02 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 694.32 GB sent, 4.16 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.