UTXOracle.py: Get Bitcoin Price Without Any Exchange or 3rd Party
UTXOracle.py estimates the daily USD price of bitcoin using only your Bitcoin Core full node.

- "Introducing UTXOracle.py - Get the price of bitcoin without any exchange or third party.
- "Anyone can run UTXOracle.py on their Bitcoin Core full node and they will get the same price. They will also get the same price history going back to July 26th, 2020."
"It will work even while you are disconnected from the internet because it only reads blocks from your machine. It does not save files, write cookies, or access any wallet information."
- "It only reads blocks, analyzes output patterns, and estimates a daily average a USD price of bitcoin. The call to your node is the standard "bitcoin-cli"."
- "Open source, 100% on-chain data, no external libraries, no cookies."
- Deployed instance of UTXOracle.py can be found here.
Comments
just daily for now. it's a statistical thing so it needs a lot of samples. it could potentially be done on every block, but would still need to average over trailing blocks
— Steve (@SteveSimple) September 21, 2023
i'm trying to encourage people to open the script. i try to explain everything as i do in the script comments
— Steve (@SteveSimple) September 21, 2023

Announcement / Archive
How to run
Website Link
GitHub Repo
Stacker.news Discussion