Memory Pool Memory Pool Refreshing

88,851 transactions
35.65 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,926 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 4,796 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,925 (307,729 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
542,196 542,196 000000000000000000060154a5c5da65576f2e594437c2388dbfe1b95ce68684 0.82 MB 1,559 23
542,195 542,195 00000000000000000007275f295d02afe6d28bc089e01c095d33bbc68af4a6b7 0.61 MB 1,495 5
542,194 542,194 00000000000000000026f038cdb6c07bc343c03d24c643486602a510b142354b 1.31 MB 3,073 8
542,193 542,193 0000000000000000001f5fb251c85f5a7b7c3fd6beca1fe6f91f97162a1c3b21 1.23 MB 2,287 32
542,192 542,192 0000000000000000000f74dd94ca1cb3ab1efe3974979128e2681ec8750437c3 0.00 MB 4 18
542,191 542,191 00000000000000000000a71c56c6823aafad2faff4ba41f3cba8c74949733049 0.26 MB 353 7
542,190 542,190 000000000000000000140924f790df6d23682cb2bc7c6b2c1e5efdc62ab77e3e 1.18 MB 1,965 7
542,189 542,189 00000000000000000003d5d20e9d88d6854a092d78b9ddfde4c03fcdc395654f 1.24 MB 2,842 26
542,188 542,188 00000000000000000025aea30fa40a5fb94629607dafbd1e1b3cd8c366413417 0.33 MB 732 14
542,187 542,187 0000000000000000001b760a64fef52e35c8b2de11b126df670c29dda8f2c641 0.90 MB 2,409 6
542,186 542,186 00000000000000000019e3c911967367dcbf11dba7406cd2078a87a11a96e9fd 1.26 MB 3,358 10
542,185 542,185 00000000000000000001e54a19ffcd697294ece1392abc1c75faf9aebdff499a 0.59 MB 1,094 35
542,184 542,184 00000000000000000006abb792631aabf19d1b7247d5d42bca46acf965e07b53 1.21 MB 3,344 17
542,183 542,183 000000000000000000071d0270c37bdb5874bfd393fbbce33db938e61f22ef70 0.00 MB 1 0
542,182 542,182 0000000000000000001d22234a9187515697097ad875a8701c14134f2d9c9eea 0.10 MB 206 61
542,181 542,181 00000000000000000005c8518a3808a88e33a9bca0bcb11047b8d6b9c0597c6e 0.25 MB 426 50
542,180 542,180 00000000000000000008558d8dad35a081029bdb04387262f4a290a156a34aff 0.73 MB 1,698 19
542,179 542,179 0000000000000000001f047fc50e42cf0e53ffd03bdaa1d4fc8a7d13b06ccb64 0.34 MB 1,020 6
542,178 542,178 0000000000000000001e7c8396b2d7c13a4280f3817aad3d8b0bf012f4c6c7ac 1.25 MB 2,966 21
542,177 542,177 00000000000000000004b4f8dffe1dc1429e31bc88bdf79253d4d8b93a4eab50 0.29 MB 711 23
542,176 542,176 0000000000000000001ab46b9c04bc58a19a154fa2164cc1d1ccfa4d74372667 0.10 MB 216 10
Previous 10 blocks ↓
Total Size: 661.37 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: 858.66 GB sent, 5.92 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.