Memory Pool Memory Pool Refreshing

76,962 transactions
35.15 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,654 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,528 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,653 (221,852 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
627,801 627,801 00000000000000000002309668aa10b2df9db4844f9da9d874dc1b8d76cd2d1b 1.25 MB 1,989 21
627,800 627,800 00000000000000000010b4f4c9e5e63cb7a2c80f23cc04fe921172460062d9f0 1.28 MB 2,334 20
627,799 627,799 0000000000000000000bf07b961efe8779ccdd87454f2eeb20ef1baad92a2072 1.20 MB 2,009 17
627,798 627,798 0000000000000000000fb78c6ca63e5ae851027e5bd9565244313d19e6985ffb 1.16 MB 1,837 16
627,797 627,797 000000000000000000017a95ba2a36d3d36504eac6cad66ee26996ac461cbbb7 1.06 MB 653 5
627,796 627,796 00000000000000000007e8dd7fe1059a9aa68918b971bb726802fac68ed8eb4c 1.11 MB 819 7
627,795 627,795 0000000000000000000daeb0abf4683b201748de6503d8ac8d2b474c6cf3750b 1.02 MB 253 3
627,794 627,794 00000000000000000007bc97f8a0fef57a75da9f832df7b781bffb669b40f40b 1.25 MB 2,509 21
627,793 627,793 0000000000000000000ee1477446d82c5a1f254f0927855077a27db011115cd3 1.23 MB 2,247 11
627,792 627,792 0000000000000000000737b9d3a61e409559836aaa84496d71a51cd92053a66d 1.29 MB 2,234 33
627,791 627,791 0000000000000000000fe05833ae10f0ec0f6154aabbfa166f7e38df4d96de47 1.24 MB 1,754 12
627,790 627,790 0000000000000000000e25aa9a11dfac32568651d826d5bf2115ada9d7233f21 1.07 MB 2,107 11
627,789 627,789 000000000000000000020c4438cfdd411f6a68815047be31610ee063516fe755 1.19 MB 2,426 12
627,788 627,788 00000000000000000006bd5fc7173b8fa186f106c749efab64f6af248ceb219c 1.31 MB 2,334 17
627,787 627,787 00000000000000000000c5ce5b2ebd51cc4a2ace79f04592008e1a8c40626431 1.17 MB 1,671 21
627,786 627,786 000000000000000000094c313e3e0a9f5d6fb4caa372939bd787c73a39a072e7 1.33 MB 2,676 27
627,785 627,785 0000000000000000000fdd7fce68b61821ea029549d6ca859942590576871eea 1.23 MB 2,406 39
627,784 627,784 000000000000000000056cf2b126dcebc27fd6d16879e2bcaed78343db4fb378 1.11 MB 2,300 8
627,783 627,783 0000000000000000000a1ba96aabb1a9ca8bc6b4e731c009b95a5cf61e678ca9 1.26 MB 2,520 11
627,782 627,782 0000000000000000000bb514372cda6e4cf838135e711d5616aca3422375b253 1.41 MB 2,534 21
627,781 627,781 00000000000000000003760a4f14191bef00f9a79d3c98b71f857661493bebf7 1.45 MB 1,298 10
Previous 10 blocks ↓
Total Size: 660.85 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: 581.81 GB sent, 3.42 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.