Memory Pool Memory Pool Refreshing

53,095 transactions
28.47 vMB
Show Random Selection Loading Transactions
Max Size: 140/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,503 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 6,718 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,502 (178,032 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
666,453 666,453 0000000000000000000ae641a99b355a42994c8d663d99f3040e4236cfe4432e 1.18 MB 1,298 52
666,452 666,452 0000000000000000000817e839c4bccf7e80a1dd437ac32b675c989a57e31a15 1.48 MB 1,506 58
666,451 666,451 00000000000000000004e7abdb73a220e62ccecc78fe8ad141b76840c70b71a6 1.30 MB 1,599 16
666,450 666,450 0000000000000000000c59b49723b75c52dcbfe2cd3693fb47f091200a244b1a 1.41 MB 1,814 13
Previous 10 blocks ↓
Total Size: 651.46 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,134.45 GB sent, 68.71 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.