Memory Pool Memory Pool Refreshing

79,101 transactions
31.37 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,718 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 4,832 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,717 (626,625 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
223,092 223,092 00000000000004085813e470e5882f1fca24f50a0505d53353c9e33f29f40615 0.23 MB 580 195
223,091 223,091 000000000000020e9765b5bcfe6b80ccd2ee4d63a1afe706fb10c9e648c1d4e8 0.11 MB 218 165
223,090 223,090 000000000000047f8bbedbd012f735228a3033412ef513f60aa091892bc14322 0.28 MB 684 203
223,089 223,089 000000000000010c7844c4bcb494688be7e72e8227c41a3a7425c782de1be865 0.00 MB 11 52
223,088 223,088 000000000000005e4dc6eb75e91dde670841d86f807ac283d38a1bb6326355d2 0.26 MB 190 32
223,087 223,087 0000000000000142ca8d4a513e7bb4ae2d88d6eb7158e5b233c3b2e19ba26347 0.26 MB 651 216
223,086 223,086 00000000000001a569d804bb96a9948acde20395a2b4bdd8312798a997dbd02c 0.06 MB 143 110
223,085 223,085 0000000000000101d3d0bfabb76c8b2fee4660db9c23493da1fc1368f38b56de 0.25 MB 551 192
223,084 223,084 00000000000002311ea99276aeae1961bab55cf381dedb8bbec2da771b3e26ee 0.20 MB 458 190
223,083 223,083 0000000000000058fe9a2b4db48366db511818793f7d7d890aa1193dbb3580eb 0.23 MB 499 173
223,082 223,082 00000000000002f97a848874bd79c4913d792b360050bb34e5441285c301e1c5 0.11 MB 239 165
223,081 223,081 0000000000000012a9601bd3315a97aa8a3d42bb8fff3fa699b9d7923e91876c 0.04 MB 128 253
223,080 223,080 000000000000034501ff6aee15877ddbc8e99f3b804c4889605c24fa61230d06 0.11 MB 224 172
223,079 223,079 0000000000000000139008bfda982356c5065c9035d6c7d588069d3e1b35746a 0.10 MB 223 164
223,078 223,078 000000000000038423efd5bc5391a6c30337d0231f4f923ac60c195c23a25c41 0.03 MB 67 192
223,077 223,077 0000000000000170c2d74d3330a9d2e6364bcf01e2bef1770c293858d908e08f 0.16 MB 417 197
223,076 223,076 00000000000000a3508061f7ed86c49a7d1622d841dd5c2cedbb1ea74c0b673c 0.06 MB 123 139
223,075 223,075 0000000000000258fdf2d5a761ecd822398a18b26b2ecb0fb23ab892a9dcd2fc 0.12 MB 285 190
223,074 223,074 000000000000015b4cff50e4e1a22a92ee41bbc8315eaebe81bce531384ab598 0.21 MB 477 182
223,073 223,073 00000000000000b57cdb90b3faabfb4025aa8a33756d77e27e3ff219b6fe537a 0.00 MB 8 466
223,072 223,072 000000000000019c71f31cecaaf85461a76ef1cc4f938c19b3eac0d015180fd8 0.13 MB 339 208
Previous 10 blocks ↓
Total Size: 660.98 GB

Node Information

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