We must have some index that shows BTC amount entering into exchange from the distant past.
For example, I would like to see how much of BTC that are 1 year old entering into transactions today.
Something like:
SELECT SUM(BTC) FROM CurrBlock WHERE TX_Previous_output_dt < NOW() - INTERVAL x MONTH
Search for "Bitcoin Days Destroyed"