Memory Pool Memory Pool Refreshing

73,675 transactions
36.77 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,525 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 2,356 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,524 (178,050 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
666,458 666,458 0000000000000000000a111e20a511668de71f20d2db053bb893cf4895b9cb8b 1.22 MB 1,801 91
666,457 666,457 0000000000000000000a823be22de0de1e53976a2df434ec28ecd23783d524df 1.33 MB 3,156 122
666,456 666,456 000000000000000000009e15e3a38657064ef8fe3b15bb8833cab932e53c22f0 1.49 MB 2,385 60
666,455 666,455 0000000000000000000838f2fd319fe5c8c1a2f579a3c39fc9cb19d0e0c8ddca 1.55 MB 1,373 36
666,454 666,454 0000000000000000000cb55dc3ab54cc9cf6d390c0e1a4fd3b13422834822806 1.78 MB 248 10
Previous 10 blocks ↓
Total Size: 651.50 GB

Node Information

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