Memory Pool Memory Pool Refreshing

76,109 transactions
31.49 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,585 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,548 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,584 (548,076 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
301,508 301,508 0000000000000000482f962f1448fe15944e87eda4c004ed3b706205fa71336d 0.48 MB 240 16
301,507 301,507 0000000000000000216a5fee562ed64afd2022bf78ae98998304880f2af23b76 0.14 MB 130 21
301,506 301,506 00000000000000002eaf062be04ded5fee5f9f513292c9135ef4de7679de07b3 0.11 MB 202 35
301,505 301,505 000000000000000073896e2063d003a63ec4a2b17ad5716151b5c829436294fe 0.23 MB 372 27
301,504 301,504 00000000000000003aebb3ec1cbb9d95d63f9e7b86330ed0bbf23ab7a9ac40e2 0.00 MB 1 0
301,503 301,503 0000000000000000608c50d22ad849782fc57ac757659a898aa8a2616286c491 0.06 MB 31 13
301,502 301,502 000000000000000015ab73149c75ea4445a7fee08f4ce5616efaca8fc8fe52d3 0.39 MB 517 25
301,501 301,501 000000000000000018676072817c0ac311fb1a71c5139307dbb89fa74a9ec18a 0.13 MB 235 32
301,500 301,500 000000000000000014288d18f6334634e7d936dd9fc9c896c48a078945d6ba9d 0.74 MB 539 13
301,499 301,499 000000000000000031443364d8ff314e646fda25dceb680de744464242b04b7b 0.01 MB 23 28
301,498 301,498 00000000000000005bc1c12b8fc1e7aaf620a9f4575c070c2b6e8f9e0afd8760 0.09 MB 176 29
301,497 301,497 00000000000000007917566c09faec71207028e838df27436eae480bef6a5259 0.09 MB 150 26
301,496 301,496 000000000000000058bb2f92e1fac50ea2c03f31b33ad3fc2570ad63956ce15d 0.22 MB 315 22
301,495 301,495 00000000000000001d7e689c9a410ef334c864af663b64f77c4b8b6a25e8a0e7 0.27 MB 389 28
301,494 301,494 000000000000000006029d90f451a8d536c0197b4197e00fa40073f96999372d 0.71 MB 309 8
301,493 301,493 00000000000000003d6c06bdc9344e8852cf4643604ed4c9bd30885fecbebe3b 0.22 MB 399 28
301,492 301,492 000000000000000066a65106109c6aa19c4f3f2ab9e876fba0a0d60ea030d301 0.24 MB 368 24
301,491 301,491 00000000000000003bcc3300a4706921f23982e091e0726833ff0c6ad4c5bbc6 0.73 MB 1,421 32
301,490 301,490 00000000000000007374479f7557e1f7857e8de3264b35de84c61d7a9965cb20 0.12 MB 279 40
301,489 301,489 00000000000000006e71446a06dc5c96bb7756fd6d14b855d49ea773d6a40515 0.32 MB 211 22
301,488 301,488 0000000000000000242e31a474a9edd35619cee12ae9448b2bfb33430017e569 0.34 MB 547 28
Previous 10 blocks ↓
Total Size: 660.71 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: 523.17 GB sent, 2.86 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.