Memory Pool Memory Pool Refreshing

79,777 transactions
33.16 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,582 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,236 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,581 (171,972 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
677,609 677,609 00000000000000000000a0e831b4e77b2eaaf4470b4e0f8035d8fb2e0e2216af 1.25 MB 3,097 106
677,608 677,608 000000000000000000022f636592d78fa2a756c88af3d464140b688b39a7c259 1.34 MB 1,268 81
677,607 677,607 00000000000000000007f01f7335104bc56a155f5cf68c8e34200c65c1401b03 1.14 MB 1,419 85
677,606 677,606 0000000000000000000c1e7de1566b61165d4f2d4869836f12f2655dcacc85a4 1.31 MB 1,870 83
677,605 677,605 00000000000000000006313396cd335a1387d1fa17dc62ed407aee30b52b6d4c 1.27 MB 3,109 83
677,604 677,604 00000000000000000000169eb0ab15109e05b4de8afcbfdbcbc46a4993f8c0aa 1.23 MB 3,046 90
677,603 677,603 0000000000000000000640915d6986d9a602549eef132729e2a2796b5aa610e2 1.23 MB 3,424 83
677,602 677,602 00000000000000000004c021f34ed4bd303b44b00b3ab5668e9646aeb5c81c61 1.23 MB 1,720 89
677,601 677,601 00000000000000000005f194e8a6ce7959aa637f57d5d1c6332020ed2051930e 1.18 MB 1,731 96
677,600 677,600 0000000000000000000b1efa0ae5111510cf122b5e9d99fc4c87f6745e1e9619 1.28 MB 2,939 102
677,599 677,599 000000000000000000078e67afe7d48d6e0dd0057622840819844bd5af6a83dd 1.30 MB 3,117 96
677,598 677,598 0000000000000000000a559078241a29c5f176fb70a646d8a9a549991d314a4a 1.14 MB 2,258 84
677,597 677,597 000000000000000000011e5ec422d2891f93beffaa17f860bbf68c57931d710a 1.30 MB 2,843 103
677,596 677,596 0000000000000000000a31432e82aebf0466ea72ce7ccb4e833bf7caa445de81 1.33 MB 2,543 87
677,595 677,595 00000000000000000003517699a137cca652bce00797090d2f51b26f84206abe 1.29 MB 2,818 101
677,594 677,594 00000000000000000008ee6e1371719866077530b83224b5474c9fb3e58d4151 1.34 MB 2,677 102
677,593 677,593 000000000000000000080fce33ad5147dce8bdd257b10f74579769a0a76766ab 1.38 MB 2,569 83
677,592 677,592 0000000000000000000452000042f81755b06224cae7272e821a080503a29f2c 1.27 MB 3,022 103
677,591 677,591 0000000000000000000699ee68725c91311c6cac4d090d8396248196fa25575b 1.31 MB 2,911 98
677,590 677,590 0000000000000000000b6896f26cdc211939302babb16e83c1fa2591dd67d586 1.32 MB 2,798 107
677,589 677,589 0000000000000000000870503b1a02d74913fc460e23e7dab76e37676a9f30d2 1.49 MB 1,814 95
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, 99 incoming
  • Data Transfer: 522.76 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.