Memory Pool Memory Pool Refreshing

85,167 transactions
37.18 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,353 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 6,133 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,352 (178,873 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
666,479 666,479 00000000000000000008f136134c68a1e210d10b602bc601990351ac4e7b178c 1.21 MB 2,391 31
666,478 666,478 0000000000000000000ab02dba15af6fd8aa6074cdc9e36d47d28bf321110f26 1.31 MB 1,987 31
666,477 666,477 0000000000000000000c4d09fee94d0aab80230c02426861fef186d6cf4d602d 1.39 MB 2,125 83
666,476 666,476 000000000000000000002ce3ef499506c11b88b467ce9cc22b19daef21673fba 1.39 MB 2,202 117
666,475 666,475 00000000000000000002bae0f4a847e3b48eef4a2a968242eae92feacb22431e 1.41 MB 1,990 63
666,474 666,474 00000000000000000005b02d53a5f174710c85c6ef48cd39d2fe9cedf0e728cc 1.36 MB 3,142 104
666,473 666,473 00000000000000000001de2dc0053f51cd2d570c8cb2bd1b5aab14e21dbd637b 1.25 MB 1,961 67
666,472 666,472 000000000000000000027cd8914922da39d49271e015a8b03d4c2461e0daccfb 1.45 MB 1,784 43
666,471 666,471 0000000000000000000261d84703cc8a4182222ecd3dafdbbc523a422394620e 1.55 MB 1,241 15
666,470 666,470 00000000000000000004669d84cf097acd158e7eeac51a06bad2e4c681c5b0bd 1.31 MB 1,718 62
666,469 666,469 00000000000000000004bbfea244d3fb87231f3527b2092fbb83e308f10521ad 1.40 MB 2,638 89
666,468 666,468 000000000000000000075410e58448b3d9dc1c302e2c14eff79f78375498c72e 1.26 MB 1,477 18
666,467 666,467 00000000000000000006e8992e7981ff5088c6577838429f1c7df11b121d48a6 1.23 MB 2,293 42
666,466 666,466 00000000000000000001377cbc3ddadc4ee83b9f90d3fb1133047b4644f2425f 1.42 MB 1,613 23
666,465 666,465 00000000000000000003c7b3673a0fcaa01b917d1a4285b3e83f237dcb30179b 1.18 MB 1,174 66
666,464 666,464 0000000000000000000622603f9e791cda290efd60aeae12d1abc828e8120fc9 1.27 MB 2,399 54
666,463 666,463 000000000000000000079c0848f85a9120ce4eece7167a4dc8aa16c9a75347b3 1.35 MB 2,050 21
666,462 666,462 000000000000000000065cc874b32f090d8dea8aa603d9050abe366a03dce246 1.28 MB 2,185 23
666,461 666,461 0000000000000000000963a8be4a414c7171ecfb33119aac9dd991cad4ee9337 1.23 MB 2,740 42
666,460 666,460 000000000000000000032e7acba9de2d960cb359f33ebfb30c9ba9d54c62b79a 1.59 MB 2,317 37
666,459 666,459 00000000000000000006a0b9c8beeffd618f0fa88bfe58439567a8adf4d8a38c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 653.06 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 9,296.08 GB sent, 79.09 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.