Memory Pool Memory Pool Refreshing

78,557 transactions
34.60 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,772 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,061 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,771 (638,051 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
211,720 211,720 000000000000027155a009c6decc560ca512fc045be26945d9d6577abd39549d 0.18 MB 503 181
211,719 211,719 0000000000000341a6f13ed6aea59ebc0ec94d02a877f8ef5fc4caf0920f408e 0.12 MB 512 260
211,718 211,718 00000000000000e0de4ede09309f007b82e13cb9601ad80728c64cd514d23192 0.25 MB 824 231
211,717 211,717 000000000000003186f9bf8e23fe7e89115bf5a6d1d7a6363d2d1931409b87fa 0.05 MB 93 213
211,716 211,716 000000000000044b5876c4e0224cf4db7a4f6bce9f603affecb3b686fb8e31e6 0.20 MB 464 307
211,715 211,715 00000000000004086650e8e34bf0a20fdf571897cd00f343bbe1453605187d31 0.12 MB 317 185
211,714 211,714 00000000000001a872f7fc6fdd92130eece229e0ec2c29ecdd93e10cefeac492 0.06 MB 162 149
211,713 211,713 0000000000000292f2ce5b2315e39191533d33f42f7b72d5b42134f64eaa893a 0.14 MB 353 201
211,712 211,712 000000000000044ec7319955baa871e887c3bf77b57b245ed7e5c04faec0175e 0.05 MB 147 109
211,711 211,711 0000000000000147ccf3492f6479cbc60bbe98f9ee56502a7966cfde6a6f8dbd 0.09 MB 205 190
211,710 211,710 00000000000003ab49ed739a9571b473594c5e697cef0434efc0edd5d4a34ce3 0.05 MB 116 103
211,709 211,709 00000000000000f857b4eab6bf739159715234851cf3bcb0ed8068537d7876ea 0.04 MB 83 124
211,708 211,708 0000000000000028da51c0692faf4b93ce27322cfa70fac1e8cad8bef8c90a81 0.17 MB 312 104
211,707 211,707 00000000000002b6759515666b92596269454fe6d3410b3e817d86179576aab4 0.08 MB 312 16
211,706 211,706 0000000000000016af7c824e3c9cfca295b8b7c53c7afd6d20918edd8b42f350 0.10 MB 196 111
211,705 211,705 000000000000038dd0e8a26ab1e67e31eb03471ac8ca8b2bde5ef6f1255663fa 0.00 MB 10 12
211,704 211,704 00000000000000b76922174a70e873647120335b50daa41800d11b4b4b7e6c28 0.22 MB 516 421
211,703 211,703 0000000000000276c28f41adf4210377f1c64fd8f4456a1bd7cae30855e07c11 0.12 MB 287 172
211,702 211,702 0000000000000100565cdbd8592082f4ff9c05495be75f89df30f6252cf12ece 0.12 MB 187 120
211,701 211,701 00000000000004c15ee694b41e17f926d30d28cce230e0c637a72699e11fb335 0.05 MB 143 107
211,700 211,700 000000000000001dc5755f0c164dfd435470f9c62d75dcc96d0e66822ec54eb2 0.25 MB 592 220
Previous 10 blocks ↓
Total Size: 661.08 GB

Node Information

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