Post
Topic
Board Beginners & Help
Re: What is the current target value for block hash?
by
nc50lc
on 02/09/2023, 03:07:02 UTC
Is there anywhere to find more specific information about difficulty-- eg. What is the current target value for candidate block hashes?
If you have Bitcoin Core, you can query the current target with getblocktemplate "{\"rules\": [\"segwit\"]}" command.

For the difficulty, you can query the exact difficulty with either one of these commands: getmininginfo or getdifficulty
This webpage also allow you to execute some commands including those two: chainquery.com/bitcoin-cli