Memory Pool Memory Pool Refreshing

44,049 transactions
33.89 vMB
Show Random Selection Loading Transactions
Max Size: 158/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,351 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,641 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,350 (321,478 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
527,872 527,872 00000000000000000012a3c3951ccdeefbd46ad1ad6d33dee95e7b52fd800fb1 0.64 MB 1,043 37
527,871 527,871 0000000000000000001d407bbf7554408c20c90f8b05bf74fb1ce71ee6399838 0.44 MB 897 58
527,870 527,870 0000000000000000000ff09b7357ad349890029808788c04a6c5b006663e764e 0.63 MB 618 34
527,869 527,869 0000000000000000002d51d6e50353207f2aa5d74245da921c579aa368da52a1 1.10 MB 1,411 54
527,868 527,868 000000000000000000165bac78944a603efcc4f103b8b420cfe58b394179bb59 0.24 MB 520 74
527,867 527,867 0000000000000000000b8bb711b2030e9cbc5d42f818bacbc678088306d480a6 0.62 MB 963 62
527,866 527,866 00000000000000000037d8c15584d07b214b71657784b072764918490f0b46fb 0.04 MB 89 96
527,865 527,865 00000000000000000017cbf3408cdaa722dff546ed070f80d7feba9973779492 0.23 MB 407 110
527,864 527,864 00000000000000000001a3f87e93a782687b51f9c4c309790f1c7f3b00de5d23 0.13 MB 278 69
527,863 527,863 0000000000000000002939924f7c0879d72b5e7ef7fb2441482b04a40936416a 0.00 MB 8 9
527,862 527,862 000000000000000000010d185d627175d08a9eb882014a17bd9a0c550363cef7 0.23 MB 482 30
527,861 527,861 00000000000000000013dc1e4b7df0efc0d13cd9a9b12c262bc6fd65c1fa389b 0.10 MB 245 15
527,860 527,860 00000000000000000000f50954429b3590a8bf6da5c81280099fa9c4586c801e 0.41 MB 773 61
527,859 527,859 000000000000000000386f2e515feafb051543179a24c14d8f968822254839e4 0.59 MB 1,225 58
527,858 527,858 000000000000000000058eee1a932502c3e369f11e832b4e3a9fceebbd70460f 0.43 MB 886 33
527,857 527,857 000000000000000000256499e315db5f8e9aa68903e6e4e6b2c3315229727d58 0.28 MB 502 18
527,856 527,856 0000000000000000000f5dbe787323689d7e6f8f746d57494a7527e55d7ade28 0.26 MB 489 70
527,855 527,855 0000000000000000000bb9043d5ec1c03068bfd1fa02b20b1fcf842a7da238cb 0.04 MB 114 14
527,854 527,854 00000000000000000032560b93c2f6c36cdfc38d886bacd1b2a87619551ef68f 0.60 MB 1,419 39
527,853 527,853 0000000000000000002c2faf1e2b17d89c59070a61afc81479e8c8ae0193c019 0.48 MB 306 22
527,852 527,852 0000000000000000001401d5fe3f7ad6aa0f02f11b78d6c6ddb1e63da0298a9f 1.04 MB 875 27
Previous 10 blocks ↓
Total Size: 660.28 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 81 incoming
  • Data Transfer: 267.00 GB sent, 0.77 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.