Memory Pool Memory Pool Refreshing

85,069 transactions
32.81 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,566 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 5,924 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,565 (170,459 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
679,106 679,106 000000000000000000053dfb9bfcccfe71621498818b25d6eaabc1b89ec45539 1.15 MB 2,114 75
679,105 679,105 000000000000000000014b365420bea9ae7fb5e25511dd474f54a570e73a68cb 1.33 MB 2,992 89
679,104 679,104 00000000000000000006f8191e981590ea12e0bcabb23ab72cd70f21e3298a57 1.31 MB 2,113 90
679,103 679,103 00000000000000000005020a5e1facf2094841545a890740e76f614edf288fd0 1.05 MB 542 85
679,102 679,102 0000000000000000000b09a2be45bcf7e877e4c3c43823378b826b81f7d0ecb2 1.11 MB 1,474 87
679,101 679,101 0000000000000000000a4b68694bf48267f04abf5c08094c01dc609d0f3db04d 1.32 MB 2,755 103
679,100 679,100 00000000000000000005dec6610f90cfd24ea0d00cbed90835a5d5d62f472b7a 1.45 MB 2,015 93
679,099 679,099 0000000000000000000b70368126f54bcb71cc89d986a734727efceb1d343e84 1.35 MB 2,193 95
679,098 679,098 000000000000000000020e7efea6f726cfdfec476392622e82b17641aa19a101 1.23 MB 3,163 89
679,097 679,097 00000000000000000008688a958c61d3282bd462a9adf9f8e513d14e96a7f277 1.38 MB 2,829 95
679,096 679,096 000000000000000000073c998ab40b056bc2158c74bf9c17d38e3d0ec338f4a7 1.34 MB 2,964 106
679,095 679,095 0000000000000000000a4a42a0741d5cf520642161178fe26e0fa380d9921a51 1.41 MB 2,718 103
679,094 679,094 000000000000000000063c59ff865582d00baa1f4bf1558670b0635afeaec73e 1.41 MB 2,897 95
679,093 679,093 00000000000000000003bae29442b3088e35b807eb38a5e1905345c034a1e257 1.30 MB 2,730 103
679,092 679,092 00000000000000000005684c1fc13afe2b53dbd755a45d8e727b0d2516e09274 1.43 MB 2,517 110
679,091 679,091 000000000000000000065a9db81e2c7d611d6a8620085ffc31e2301faaad341e 1.17 MB 1,498 86
679,090 679,090 0000000000000000000209dd8cdbd801bcdf5de282f887b91057ba6ac56dc9db 1.29 MB 1,918 93
679,089 679,089 0000000000000000000b5710368a674cff18b0356aeaf8c076fb8b08c3f70229 1.24 MB 2,354 88
679,088 679,088 000000000000000000029f4ecaf1121d6d02d3949a12ab5be54d925929484d7f 1.20 MB 2,580 78
679,087 679,087 00000000000000000007320f308d828bc71674b61d9701c59c553b283d8f804d 1.15 MB 2,409 82
679,086 679,086 00000000000000000006c5094995745305d6a129e4bc86672a93cc24637d0e6a 1.35 MB 2,482 89
Previous 10 blocks ↓
Total Size: 660.68 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 104 incoming
  • Data Transfer: 508.91 GB sent, 2.74 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.