Following is the console output of the geth:
> eth.syncing
{
currentBlock: 3935087,
highestBlock: 3935168,
knownStates: 6020785,
pulledStates: 6015769,
startingBlock: 3935060
}
The account address is:0x374A7fd1A537646652bc79Ad76B5D4e737373372
TxHash:0x9797923f033a454aac25a7c324b7f37030ebc013cc4f80d85414016653d2e1ab
TxReceipt Status:Success
Block Height:3934618
(576 Block Confirmations)
TimeStamp: 2 hrs 23 mins ago (Feb-26-2019 02:32:42 AM +UTC)
From: 0x31b98d14007bdee637298086988a0bbd31184523To:0x374a7fd1a537646652bc79ad76b5d4e737373372
Value:7.5 Ether
($0.00)
> eth.blockNumber
0
> eth.getBalance("0x374a7fd1a537646652bc79ad76b5d4e737373372")
0
Now I am confused as already geth has synced upto block "3935087" but still unable to fetch state written in block "3934618".