Memory Pool Memory Pool Refreshing

76,360 transactions
32.32 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,599 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,268 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,598 (581,474 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
268,124 268,124 00000000000000096f5c3334bb24a490c5c656174991989c24d531af20021a7f 0.09 MB 189 70
268,123 268,123 00000000000000084468642a78312986608605b2103e9705bdd02f507dd558e3 0.16 MB 312 66
268,122 268,122 000000000000000524719db2993655809d352e7ca6c6e33fa0401f15ddcc368f 0.05 MB 84 33
268,121 268,121 0000000000000008c811c5579cb2ee078f582345c4d98a302f0ff407b045aa63 0.15 MB 311 21
268,120 268,120 000000000000000813979ce2e9922972ec7cd2aba1ae8c6553afe5bb7e76c619 0.15 MB 267 48
268,119 268,119 000000000000000566a6b4bebc820b2ddfccc626aee13f33e54a7429656181a1 0.28 MB 566 104
268,118 268,118 0000000000000002b7f01b6c7f5dafb5ce593fab36ba862e04a0fb52810d1c52 0.15 MB 339 82
268,117 268,117 00000000000000034eec17f767ed985e4b3e885102c1759f7e156d7e0adbb618 0.14 MB 303 73
268,116 268,116 00000000000000071b6ca69d346e9c4e88ac11f91517368df331bee23917820e 0.21 MB 426 70
268,115 268,115 00000000000000073a146fc0f16decbc4038de1b299543bee52ec03981733fed 0.16 MB 361 25
268,114 268,114 0000000000000001f987736e8f9d190322807d016cb12a80058cf7004a6278e6 0.15 MB 278 9
268,113 268,113 00000000000000088298d736b31b22cd0a4f97aef1d4c0c51a3b89eaeec46556 0.21 MB 488 79
268,112 268,112 00000000000000005144f6a7109b9f8543880a0a5f85a054ec53966bc2daa24c 0.33 MB 530 67
268,111 268,111 00000000000000009ae51d24f3cfd6c9d07c73fcdc56105046a480244a5be809 0.19 MB 165 30
268,110 268,110 00000000000000046c0743b413ef30090452bd5fea0365670de329010e90ee60 0.15 MB 382 26
268,109 268,109 0000000000000008f59d060d48658e5a91070e4602c50076aa79466978e3c23a 0.25 MB 469 70
268,108 268,108 00000000000000097985d32c27603314cf52cf715c63c55aeeef3e73c0d18b75 0.45 MB 729 61
268,107 268,107 00000000000000065df7c30c471ce8a88d524f54c02d79277f70f33072273884 0.09 MB 182 62
268,106 268,106 000000000000000a03ea8c90161a275ee63d077ec35c1b582c77934c0be12a02 0.40 MB 643 61
268,105 268,105 0000000000000005e25ca9b9fe62bdd6e8a2b4527ad61753dd2113c268bec707 0.15 MB 304 109
268,104 268,104 00000000000000004c2ddbab169a6f1d616ad5e659495d4a1c2fd23340e8a5d9 0.18 MB 247 69
Previous 10 blocks ↓
Total Size: 660.74 GB

Node Information

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