Memory Pool Memory Pool Refreshing

79,840 transactions
35.64 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,635 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,433 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,634 (545,344 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
304,290 304,290 0000000000000000358c9bcddf8cf6ad92714fe0df313fb09a4d7d066f22fc62 0.67 MB 805 23
304,289 304,289 0000000000000000429979f20a6e2e108cd915e47a58dd3e239751d9778738c5 0.06 MB 63 12
304,288 304,288 0000000000000000135449f6811c4779af15de853679cbeeea18cfe03b8c010e 0.24 MB 270 22
304,287 304,287 0000000000000000609fe0e59e24fe3ff86bce8655039bedf4d092f75a034acf 0.06 MB 106 16
304,286 304,286 00000000000000000bf9de395eac7f6a5eec19e6b3d2956bf84a22eec8077d4c 0.49 MB 829 32
304,285 304,285 000000000000000057d5c677fb08ce79a0c6932e82d5e5f5219eb395d6289ebb 0.14 MB 204 23
304,284 304,284 00000000000000003097fd1457e4cc58a498f07b71737d35abd847b614f64cb7 0.79 MB 1,337 31
304,283 304,283 000000000000000035f4f63b0ce97d1de3f7f34bdb8b7b4f78453ab8be832d0a 0.15 MB 258 28
304,282 304,282 0000000000000000263fc647eae9a041d2e90a68a355135e051da9dd6dd1d421 0.46 MB 828 30
304,281 304,281 00000000000000003b976fd657d7d0e62107a7a3ca7a148121b2b0abab00bbe7 0.42 MB 750 34
304,280 304,280 00000000000000002efb8a1b3971548a6ddc6cc2b2b2103725b929f60995dc14 0.27 MB 385 22
304,279 304,279 000000000000000065c57b1235772a6a5028a9b759008295b6a7f81757c8306a 0.60 MB 976 27
304,278 304,278 000000000000000047e042def59a871fbf59f94e2c574f5e17cc722a87b9e1ef 0.22 MB 394 32
304,277 304,277 00000000000000004172077170dee0a7011ed4499367c5008de3a48eff4f8292 0.04 MB 38 12
304,276 304,276 00000000000000000c7688e9244a953eaf7caea7d2acc15ef3230bf315524c57 0.00 MB 12 30
304,275 304,275 00000000000000001e0619fc22d95e6c103cb249df23ccf0de72e5fe936c8a0f 0.12 MB 279 35
304,274 304,274 000000000000000006472c8b8a79cd9f6e9aecf0e5f21448e054d8379ee75227 0.35 MB 429 20
304,273 304,273 000000000000000052be7beaf21b3707df1cc42dda96893f1b6bfbd539f51ae4 0.35 MB 790 35
304,272 304,272 0000000000000000239572653bb584f5fbc290fbeec82509a3ad1f17fa7f9fca 0.00 MB 1 0
304,271 304,271 00000000000000001718897bfe5790c78144a325aee13d3b81f6cd2f5a7a0058 0.66 MB 1,233 32
304,270 304,270 00000000000000001de5267f8db22febefb3060deefa39e17ffa6eee850064d0 0.12 MB 212 30
Previous 10 blocks ↓
Total Size: 660.81 GB

Node Information

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