How were there 92 Billion bitcoins on the blockchain, if only 21 million exist and must be unlocked to get access to them?
You're so full of shit it isn't even funny.
So you have no clue how to answer the question. It's okay to admit you're wrong and have no answer.
In other words, bitcoin's inventor Nakamoto set a monetary policy at the start of the bitcoin concept that there would only ever be 21 million bitcoins in total, their numbers being released roughly every ten minutes, and the rate at which they would be generated would drop by half every four years until all were in circulation
Programming isn't always perfect and bugs do pop up and get corrected.
You're such an expert that you're quoting the Wikipedia article about Bitcoin. That is sad.
Why not post the code that sets the number of coins?
How about the code that created the 21 million coins and keeps them locked away, where is that code?
Since Wikipedia is your source of information about Bitcoin, look at this quote from the same Wikipedia entry you quoted:
The blockchain is a distributed database – to achieve independent verification of the chain of ownership of any and every bitcoin
According to Wikipedia, which is your chosen source of information, any and every bitcoin in existence is on the blockchain.
If it's not on the blockchain, it didn't happen. If coins aren't on the blockchain, they don't exist.
And again:
All bitcoins in existence have been created in such coinbase transactions.
That's pretty clear. It says all bitcoins in existence come from mining rewards. Therefore, 21 million coins don't exist.
Please show us 21 million bitcoins on the blockchain, or admit that all those coins aren't on the blockchain and therefore don't exist.
int64 static GetBlockValue(int nHeight, int64 nFees)
{
int64 nSubsidy = 50 * COIN;
// Subsidy is cut in half every 210000 blocks, which will occur approximately every 4 years
nSubsidy >>= (nHeight / 210000);
return nSubsidy + nFees;
}
Code is designed to do exactly what it is coded to do. It's not hard to come to the conclusion that using the above formula puts the total coin count to 21,000,000.
As I said before, the coins are there and are only given out when certain conditions are met, aka mining and other variables.
The blockchain has to abide by the code set forth above.
Everyone but you understands that there are a total of 21 million BTC.
In case you didn't know, there is a difference between total supply and available supply, use google if this is too hard for you to understand.