Memory Pool Memory Pool Refreshing

79,763 transactions
38.42 vMB
Show Random Selection Loading Transactions
Max Size: 198/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,919 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 7,011 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,918 (378,736 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
471,182 471,182 000000000000000000224042af81f01d53c2de1506daa11fe1028939aea07ec8 1.00 MB 1,713 373
471,181 471,181 000000000000000000962348854cc7a86fc2427baf9a85c50b0ab75dd2f00cb5 1.00 MB 2,145 355
471,180 471,180 000000000000000000b0d533a455d602959c3b96c651ffd698cec281dedb6e7f 1.00 MB 2,818 425
471,179 471,179 000000000000000000fa594d0bd2be3eb5abf0391db8adca7ed62d89684c189c 1.00 MB 2,601 448
471,178 471,178 0000000000000000002586d4846304f2b2d9ad00f1a8f4bdbe4985132264368a 1.00 MB 1,827 215
471,177 471,177 0000000000000000002668c671ee7dc337b48659ffee3a8d7cb6f5e3dd9f5a81 1.00 MB 1,484 141
471,176 471,176 0000000000000000002f2dd788bbd073e142be43a014bb7998ac43571f5c60e3 1.00 MB 1,586 388
471,175 471,175 0000000000000000015a11873d5707f7b5217436189e6d173eefdceeccd1a902 0.99 MB 2,538 179
471,174 471,174 000000000000000000a45be55e54144d2e25758628c7cd85ab1d844c81d38347 1.00 MB 2,285 357
471,173 471,173 00000000000000000089c5df691fe1d6f83018e2e60d48f0b65735f3f4ff3838 1.00 MB 2,098 180
471,172 471,172 000000000000000001256fcd144e471cf8cbb3fadaaf141945affa9f0770aed4 1.00 MB 2,181 189
471,171 471,171 0000000000000000012b56b227dd7d5d11bed67c068ab2242b6e806364c47af8 1.00 MB 2,321 333
471,170 471,170 000000000000000000ed6c486ad28efe6dd80720f62012d020479499bc3a3f46 1.00 MB 2,508 243
471,169 471,169 000000000000000000720f25995a2d0c151a44cc515cd7558113d79582756fb5 1.00 MB 2,768 264
471,168 471,168 00000000000000000179d14727b0618fdadb857cdabd7b099f8233e79a2852f0 1.00 MB 2,575 378
471,167 471,167 0000000000000000017f668212e9ab2b8fbacc323110446027a7d94e0e71a175 1.00 MB 2,368 429
471,166 471,166 0000000000000000011489db4e56f4717e4eafc2bafe6d71c29f1baa4a91537d 1.00 MB 2,356 185
471,165 471,165 000000000000000001147e7aef34fad651358270fa2eff466b91d52c7840c2ac 1.00 MB 2,415 338
471,164 471,164 000000000000000001868c9ad9438198b81bb438187d517705e5625065496a72 1.00 MB 2,309 304
471,163 471,163 00000000000000000008206730bc535e63096fd98eedf61e05d534fb2db72985 1.00 MB 2,551 400
471,162 471,162 00000000000000000189b388dc0cd716513c10abbc3b677097766e995e913fc1 1.00 MB 2,294 401
Previous 10 blocks ↓
Total Size: 661.35 GB

Node Information

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