UTXO.live Oracle Hodl Triangle Outputs Inputs Ages
Explanation Live Price Yesterday Historical Price Run Local Source Code License

Run it from your local node:

If you're on a computer that hosts a bitcoin node and you have python3 installed, you can likely run UTXOracle.py in two steps.

1) Open a command window and download UTXOracle.py:

curl -O https://utxo.live/oracle/UTXOracle.py


2) Then run it:

python3 UTXOracle.py

If you're on an older node add "server=1" to bitcoin.conf (Options -> Open Conf File) and restart Core


We encourage you to read the source code.