Memory Pool Memory Pool Refreshing

85,594 transactions
28.53 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,507 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,419 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,506 (247,299 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
602,207 602,207 0000000000000000000fac9e84a620c65518ac3b773fbde1ddf73532d72e359b 1.15 MB 1,993 19
602,206 602,206 00000000000000000010a5671d68df5bd46b3cba016f8f8225d0c2bb028aa488 1.26 MB 2,600 28
602,205 602,205 0000000000000000000daaaa2363685380634739d241cd2d5c070c68ead0eb95 1.21 MB 2,001 12
602,204 602,204 000000000000000000101b0de4f0b5ec976832dc3eb02520ed2771faaea4e862 1.27 MB 3,128 27
602,203 602,203 00000000000000000011ccf05007537d1790f9cedc9c70f1d99938b11872cc4d 1.22 MB 2,559 12
602,202 602,202 000000000000000000025d2b3ab0cf29e932f86ff618370599df32eedb89abe5 1.31 MB 2,506 29
602,201 602,201 000000000000000000037f67a1ed5f439777223f0dc37750c649b07f80b70ae2 1.45 MB 3,328 31
602,200 602,200 0000000000000000000e956718b4ad25122d0aa7e13af16e7bbd000402b129ab 1.27 MB 2,666 49
602,199 602,199 00000000000000000011fa68145ff6ede63bf510b400888a4c88be5a536ffe5e 1.16 MB 2,070 22
602,198 602,198 00000000000000000008bd6f65a42904ec9a9247112eb54ac1bd7b9d6591f892 1.26 MB 3,052 28
602,197 602,197 0000000000000000000aea9f7d41764aaa00d315ad95f30965781786ce0cb80d 1.27 MB 2,658 39
602,196 602,196 0000000000000000001401aa8ef894ff2ab4cd9c13d1b82d94a50813bee6f710 1.13 MB 2,139 22
602,195 602,195 00000000000000000007273fd9ef84fe17839cc22a9f033a519be8c8b7d57ecc 1.16 MB 2,711 17
602,194 602,194 0000000000000000000fa25667f316edea7ddac66b33770d879b6d321f3c5185 1.27 MB 2,930 42
602,193 602,193 00000000000000000009e7247b67b0aa60a66ddab8993294183981f801ebaf45 1.10 MB 2,132 25
602,192 602,192 0000000000000000000ff7ccd3138f51efae7f81ea93ea7d12d004dd91d172d7 1.10 MB 2,527 24
602,191 602,191 00000000000000000001d08eb994c0d7fc5a55925c124cd75472dfd2a8307b9b 1.24 MB 3,112 28
602,190 602,190 0000000000000000000475a6830190abbd081cdec7b8845764a57091f69c6c96 1.22 MB 2,934 32
602,189 602,189 0000000000000000001405c2dc004b910528377a93319848e78821dea68ea6ed 1.36 MB 2,659 30
602,188 602,188 00000000000000000010d574a588fd120f08fb99a5d424aaac9fcf7b5a6fad56 1.41 MB 2,725 45
602,187 602,187 0000000000000000000cc968b0e42456618c570f23e2e4753b99be1d4e9b0bb5 1.27 MB 2,826 45
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: 11 outgoing, 92 incoming
  • Data Transfer: 452.74 GB sent, 2.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.