Memory Pool Memory Pool Refreshing

69,582 transactions
30.76 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,603 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,938 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,602 (607,555 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
242,047 242,047 00000000000000bcb47d4e5ac0af34bea16597daeef391c4bb340e8d2ec7957e 0.01 MB 13 103
242,046 242,046 00000000000000735789231d460eafc4525eec5ebd69bd3f68cc3decd0159181 0.07 MB 145 132
242,045 242,045 00000000000000c5ef32c7f611e339805718da31dcf0f9da285b48db4b20b187 0.09 MB 187 72
242,044 242,044 00000000000000b57dbf82e90de6d4c8a090ac8fc06c1465fa0b476cf0cee75a 0.17 MB 414 162
242,043 242,043 000000000000005e06a477e58f52f8573c51ce6dbb8f2b52334ded2cb3c2d670 0.16 MB 368 147
242,042 242,042 00000000000000b7d4247b9ac957486b802b103e1601f0749e263319866c1812 0.10 MB 207 136
242,041 242,041 000000000000000ae93d6a361594e9c1bce2f95ab9445ccfda38a6be446da524 0.18 MB 416 144
242,040 242,040 00000000000000b1a62fe2f4ef7bf685236abbf87097e26f665dd4da0f23a391 0.11 MB 253 152
242,039 242,039 000000000000008e8586a3208b2858982b22dc01f7469d1a12c34e9dfdbe4f4b 0.07 MB 182 209
242,038 242,038 000000000000000b944d81ffd151767ce089acd0a473940abbbd20dfe3c7338f 0.01 MB 28 283
242,037 242,037 00000000000000786c7b486dca0fe369a76b0cafa0e42ad37b9e4ce1525c5af2 0.05 MB 119 66
242,036 242,036 0000000000000013fb0170cc804a968382d866caca63716cfd435ca6a1418a9d 0.12 MB 280 131
242,035 242,035 000000000000006e28b04d113ef6e89e9dd3e3b951783da0f8669d9a74f0633b 0.21 MB 435 131
242,034 242,034 0000000000000073645ab3f3df8e84b3e4a0bc214646843da012f7f0397f3f0e 0.20 MB 470 171
242,033 242,033 00000000000000a1c290ce20953d864a4b9c603abc8a9c77a04429c89c5e9fac 0.07 MB 153 162
242,032 242,032 00000000000000074cec3ecda52186d4ec26742de9ef631d28e1fd6b8ed15bd4 0.11 MB 235 168
242,031 242,031 00000000000000c585335cf7de3c496a7d53672f5beb11e7840d4cb62111da48 0.20 MB 419 151
242,030 242,030 000000000000005fac28e26c098067b051e165696f62746040d46add59261caf 0.02 MB 32 95
242,029 242,029 00000000000000c2045c7e4af741455eaa50f7a1958031ff2985b75d2a7dec5c 0.18 MB 389 147
242,028 242,028 0000000000000086690c4f57d8f67ad4b9030b6a177647b39bdd47e23122eb85 0.06 MB 139 125
242,027 242,027 000000000000001d978dbc86fcddcc16fc5673808f1e90513befa85c3aef6a2e 0.22 MB 531 206
Previous 10 blocks ↓
Total Size: 660.75 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: 530.98 GB sent, 2.97 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.