Memory Pool Memory Pool Refreshing

81,527 transactions
28.02 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,510 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,625 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,509 (275,036 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
574,473 574,473 0000000000000000001df9acd7e7f6ba222eb583963bc9996fdddc1726292615 1.31 MB 2,619 75
574,472 574,472 000000000000000000145de25ad28ca511f43f8b7c5eda7fd1f457e3389a582a 1.36 MB 3,307 120
574,471 574,471 0000000000000000001dcb635a2911ef0498ff89c085b6b15538f49ebffe4482 1.32 MB 3,124 123
574,470 574,470 0000000000000000000d224d4279f53c894c6a4c7e37a17c4da68f5440454e89 1.54 MB 2,123 61
574,469 574,469 0000000000000000000080db759a43c1eec11aa33d9aee19d543703c882726ca 1.38 MB 3,066 80
574,468 574,468 000000000000000000209d79fe981cfd16279f07db246d63f42ce1f11c68103b 1.60 MB 1,758 86
574,467 574,467 000000000000000000230c27bfd99384906a66008f530b9ade49c26010cf8aa6 1.18 MB 1,433 55
574,466 574,466 0000000000000000001ed2645240532613a105225275b07e21a08d5824d9b8d9 1.17 MB 3,006 56
574,465 574,465 0000000000000000001d58e0adccec4a3e9cfdad2a79cf4d793e0942b9baaf54 1.34 MB 3,277 83
574,464 574,464 000000000000000000164ca319aa462de0b8b0e811750792185893b779e7fcf0 1.25 MB 2,563 69
574,463 574,463 00000000000000000011e6afdb46656dbdec82748422f1f7643e78b651bc4b5b 1.19 MB 3,249 63
574,462 574,462 0000000000000000000c9b36f74b9bae7f8fe92c10b554e5d437eb9a830c2231 1.36 MB 3,589 80
574,461 574,461 00000000000000000020467f1182137a1cc363fbb68968605fb794f62fe58c27 1.29 MB 1,996 92
574,460 574,460 0000000000000000001fabc24b7af063ed747a95e7f0f5411bdad109a2767b10 1.37 MB 2,516 120
574,459 574,459 0000000000000000000eeddc67054024a993fa6334a7cc36e8ef93f79417a6d5 1.18 MB 2,517 66
574,458 574,458 00000000000000000011b035de5d799a1e6a07319a200dc44d33831925ef7c56 1.30 MB 3,053 105
574,457 574,457 00000000000000000007a3ba8fe711139247bd7241e63539d8a851354421c212 1.27 MB 2,491 73
574,456 574,456 000000000000000000215a848e898c279530fa2f7e8aa1902cc4c3e9d49e2b80 1.17 MB 1,850 84
574,455 574,455 00000000000000000019f7e8b7fe7cc8895d3f2dcccedf2389303fc1b89b8261 1.17 MB 2,444 126
574,454 574,454 00000000000000000018efa46b8bf75797c703fd291d092a8e786dd0b67c7b95 1.27 MB 2,688 47
574,453 574,453 00000000000000000010271b5f7c62aa57b146051ff56de051a22408bf406607 1.30 MB 3,106 56
Previous 10 blocks ↓
Total Size: 660.57 GB

Node Information

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