When syncing a node it would be helpful to know (an estimate of) the number of state entries in the current state to assess how long it takes to finish syncing a node. Is there a website, service or even better a way to get that number in geth? web3.eth.syncing.knownStates
is a moving target that is not very helpful as it's always a bit higher than the pulledStates
.