Memory Pool Memory Pool Refreshing

80,240 transactions
36.85 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,846 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,397 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,845 (521,087 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
328,758 328,758 000000000000000013f3f8404e16a8b0f92b092f82af0791c937052615ce0880 0.49 MB 689 22
328,757 328,757 0000000000000000070bd28601f4b0d00d9cf9dc5ec21720789bdede1d7e1fc4 0.16 MB 319 27
328,756 328,756 00000000000000001586756ca0bd4b527f2c6b13e681f24096ae70e17f4174e6 0.23 MB 454 25
328,755 328,755 000000000000000014d699b2c406f04bd9ebfb0be4971db7159b2e87e498ad26 0.25 MB 691 32
328,754 328,754 0000000000000000111435654ac60ff9c394c84f48c43e45bf20ae7283e7e334 0.09 MB 239 32
328,753 328,753 00000000000000001833d6d2fc18c79037a2d3925e85bb4c1855a992dc1e5d45 0.43 MB 862 27
328,752 328,752 00000000000000000492e87bd4c79cd411277bcad5250f24a8010eec3bcb1f40 0.13 MB 235 27
328,751 328,751 00000000000000000132c2adaa9a2927ed60e5c57ed9af4115fcb53c835d6f47 0.02 MB 35 22
328,750 328,750 000000000000000008e3df3756ecca8a767d95e9d7e7c6e34a0d65b2c0b23aed 0.00 MB 1 0
328,749 328,749 00000000000000000c03a88afa94a2bc0e05c1a329be87f5dc3dbde5a3f751e9 0.24 MB 408 27
328,748 328,748 000000000000000014f7e67639037d12e32d4f475ac52d42994c327f3ef34b21 0.06 MB 53 16
328,747 328,747 00000000000000000b131d528f06e7dcdfdc8f64eed7b507405a3af914a439ea 0.02 MB 31 8
328,746 328,746 00000000000000001943c807c7795d0662b100ea28d121d03d4d3744ba0296ac 0.17 MB 396 24
328,745 328,745 000000000000000010b72e16dc753ccd2d9cfc5d03846748685d9374abd03c89 0.55 MB 859 23
328,744 328,744 00000000000000000cea24fe54186a1fb7a433a2d79fa2b0982ead4e93c32575 0.14 MB 268 30
328,743 328,743 000000000000000016833e09d3113a2e2c47f7940d9c402fcb480c2946a6ec88 0.34 MB 437 20
328,742 328,742 000000000000000018c2df9f8d9f7b00475f1a96c6af136e485d47c725d5f8c4 0.50 MB 978 28
328,741 328,741 00000000000000000f6f14083e37ce7dd4654b416dee98145c0f0a75c5336b7a 0.06 MB 64 35
328,740 328,740 000000000000000018dc27ae9790767350025deebed6ed2b5eed0650cb64eb7b 0.35 MB 989 39
328,739 328,739 00000000000000000f5e68b6bd353a2946ebac062eb0f0a9ba5bf6527aa18c34 0.01 MB 32 57
328,738 328,738 0000000000000000054c3a9501dd8b5a74572a0f36746ccf587241e200078967 0.57 MB 914 25
Previous 10 blocks ↓
Total Size: 661.22 GB

Node Information

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