RCasatta / fbbe

Fast Bitcoin Block Explorer
https://fbbe.info/
MIT License
29 stars 4 forks source link

Usd value at transaction time #37

Open RCasatta opened 1 year ago

RCasatta commented 1 year ago

Without dealing with external data source, it's possible to estimate the bitcoin price at past dates using the algorithm powering https://utxo.live/oracle/

Would be nice to use it to show USD value of outputs at the date of the transaction

RCasatta commented 1 year ago

Since we know the information is there, another approach is using machine learning to find the price, It would probably be also less easy to game since the algorithm would be under the hood? input: array of buckets of output values in a day output: price of the day