Memory Pool Memory Pool Refreshing

63,074 transactions
28.17 vMB
Show Random Selection Loading Transactions
Max Size: 150/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 849,742 (151,535 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
698,207 698,207 0000000000000000000a1d2029d90bc79a717a4b10a7d4df069dc10047751aef 0.57 MB 811 11
698,206 698,206 0000000000000000000de1cf8d35d261d1b19f673c568b6936ff8f3c082ba58a 0.09 MB 201 15
698,205 698,205 0000000000000000000053e088a28f79249519f7e44fc2bff47bf893062e35c7 0.34 MB 482 12
698,204 698,204 00000000000000000004c4110f9480f41fc6046f2185b3dfacbec2f98eafd8e8 0.29 MB 554 6
698,203 698,203 0000000000000000000d0275d16c245461e93d4403f41bd8c5f708c02bcb7ada 1.28 MB 2,184 12
698,202 698,202 0000000000000000000daa88d03e47cb659aaeffa8b6a11bd10fe15443996f2f 0.33 MB 389 7
698,201 698,201 0000000000000000000a62d748d78cf7e9f6c3052a38a63532a1180ea74804b8 0.56 MB 1,106 11
698,200 698,200 00000000000000000008fc0165053b22559f672fed748059ce94b52ae5970356 1.00 MB 1,963 16
698,199 698,199 000000000000000000023cffb6744c7a1d9ac40dc065cdfc5d1d8136b1e3e48a 1.25 MB 2,050 38
698,198 698,198 0000000000000000000e3a69efd4463d7415a5c6b6d0b31002b7ff6c3cb1aed3 0.61 MB 1,045 11
698,197 698,197 00000000000000000005ea0b51211965f8a8d8e149bd0b59cbe63d66ae6de911 0.96 MB 1,613 9
698,196 698,196 0000000000000000000069013c371d26706c9c7db9ac9cd05f24e1f7d88cc35a 0.25 MB 361 7
698,195 698,195 000000000000000000015bf07128479ec6096ec0624a75d9c649cdbed3d81016 1.46 MB 2,651 9
698,194 698,194 0000000000000000000c3687ca0ced71d5e82d2754ea8306f879b672c752faad 1.38 MB 2,668 11
698,193 698,193 0000000000000000000eacbc31e32c8940092b6115430b192073d5d840c4630f 1.32 MB 1,647 8
698,192 698,192 0000000000000000000947a42e2c492ba4745b3e405aa5c1f47ffaaee330613a 1.53 MB 2,825 12
698,191 698,191 000000000000000000067cedc3b380d6968acd3d9aca30541542a6555556fad5 1.48 MB 3,185 5
698,190 698,190 00000000000000000001b6a71b039a98b47669e61a14c0e8c020d4b3c67cb7ab 1.42 MB 2,908 15
698,189 698,189 00000000000000000003e76cd0dbf8a196713523ac96f54a85cc3519e203a881 0.46 MB 1,049 10
698,188 698,188 00000000000000000009bebe57fb829b150a7f80168e5e5c0bfab4481c1ca8ca 0.19 MB 363 10
698,187 698,187 000000000000000000093e93d3e36703e29048e1648001dc1e0a9fc527fd27bb 0.53 MB 929 7
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: 690.44 GB sent, 4.14 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.