View live version of Ethereum Mining Calculator.
We estimated the network hashrate in GH using the following equation.
netHashGH = (difficulty / blockTime) / 1e9;
Where difficulty is the current difficulty to mine a block and blockTime is the networks current block time.