Memory Pool Memory Pool Refreshing

46,274 transactions
32.76 vMB
Show Random Selection Loading Transactions
Max Size: 159/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,108 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,970 27
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,107 (500,452 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
341,655 341,655 00000000000000000abf693ad8c933fd391eb44df5b434808fb98a009032856c 0.06 MB 90 13
341,654 341,654 00000000000000000dd689f212acf2935662f3cc2892f8fdb0d776d51a710231 0.66 MB 1,204 25
341,653 341,653 00000000000000000dfad50f70c90d49811a2d2f76bd540de42fe1c8283a9515 0.57 MB 1,143 27
341,652 341,652 00000000000000000e548adddadaea622aca753ea0738bb9339d68718f7e95a4 0.21 MB 264 20
341,651 341,651 000000000000000002967ee375cb418af4b8013ced7f978cb70106afe26f091b 0.20 MB 358 35
341,650 341,650 000000000000000002a1c66c663d178919fb8cb029a8012b8d495f6faff6a7d9 0.46 MB 905 27
341,649 341,649 000000000000000003acd936dd5bff37185e235b522ab559d62ca22518b11ea2 0.19 MB 221 15
341,648 341,648 000000000000000015bac5ea85f3f3df7b81d6f726aae5a8e14638fb33f21182 0.10 MB 163 20
341,647 341,647 000000000000000018280169276abdb79a214f00f65b17026d868702f1e44805 0.60 MB 601 15
341,646 341,646 0000000000000000092e69dfbea2069a89cd62cdbe1bd3d4326c1ffa01dd292f 0.85 MB 2,170 33
341,645 341,645 00000000000000000c9a3f1a096ac5217547e81c0669bd54669d6645ecc57659 0.27 MB 549 24
341,644 341,644 00000000000000000cd02bdd936831d462f0a7d985703268453c0a4b41341422 0.16 MB 188 12
341,643 341,643 0000000000000000151c951f709e580b9249fd5084d54e51790827edc09875e2 0.11 MB 256 26
341,642 341,642 0000000000000000154d3ef5f83acc16afdd1078ace18e8951d79eaf56967718 0.38 MB 610 20
341,641 341,641 000000000000000012e8b917ab2ce51dcff38c4249120d58362484adbb4fa390 0.78 MB 1,362 24
341,640 341,640 00000000000000000e942a71be40fb19079098490b09bdb18e1e73f8c9345d9b 0.71 MB 1,165 23
341,639 341,639 000000000000000006f8524ef05d4edd1fc20c66228a269411cd34345e55075b 0.80 MB 1,301 23
341,638 341,638 00000000000000000dee62c4011183cbc78e257ea1aae7e2e52decb1516308d5 0.15 MB 386 33
341,637 341,637 0000000000000000103da43c25fa5a32e8845ae0af6a9782c30d411af4dc83ca 0.00 MB 15 29
341,636 341,636 00000000000000000457d3ef90a87cbcefd5585ed728e4664379d8649d53ddd4 0.21 MB 353 23
341,635 341,635 000000000000000012d7fbe1f68f23115b646bd81f7a69def310c8d64533e1b2 0.06 MB 120 22
Previous 10 blocks ↓
Total Size: 646.95 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,438.71 GB sent, 41.69 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

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 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.