This New Tool Track’s Bitcoin’s Price Without Using An Exchange The Bitcoin blockchain alone is now capable of tracking Bitcoin’s price without help from the outside world, thanks to a developer’s new tool.As created by @SteveSimple on X (Twitter), UTXOracle is a Python program that “estimates the daily USD price of bitcoin using only your bitcoin Core full node,” according to the program’s script.“It only reads blocks, analyzes output patterns, and estimates a daily average USD price of bitcoin...

This New Tool Track’s Bitcoin’s Price Without Using An Exchange

The Bitcoin blockchain alone is now capable of tracking Bitcoin’s price without help from the outside world, thanks to a developer’s new tool.

As created by @SteveSimple on X (Twitter), UTXOracle is a Python program that “estimates the daily USD price of bitcoin using only your bitcoin Core full node,” according to the program’s script.

“It only reads blocks, analyzes output patterns, and estimates a daily average USD price of bitcoin,” the program states. The tool is fully open source, and can be used while disconnected from the internet by simply reading blocks from one’s device.

Price data for a given financial asset is typically sourced from centralized crypto and stock exchanges, where an active trading market creates liquidity to form a market and track current value. Naturally, however, such exchanges are centralized entities, subject to subjectivity, unreliability, and corruption that Bitcoin is supposed to escape.

This is especially true in the realm of crypto smart contracts, which require data price data and other external information to realize most of their use cases. By bringing price discovery purely on-chain, massive swaths of decentralized finance (DeFi) can become 100% “decentralized,” just like standard transactions.

The process for calculating price is a bit complicated: it involves using heatmaps of the Bitcoin blockchain to detect trendlines in the round BTC and USD denominations that users are transacting at, and assess price based on where those lines intersect.

Combined with just one day of external data to prime the model, UTXOracle can infer the daily price of Bitcoin with remarkable accuracy, within a 1% margin of error. On Monday, for example, it calculated Bitcoin’s on-chain price to be $26,448 USD, while Yahoo Finance calculated a “daily close” for Bitcoin at 26,183.21, based on CoinMarketCap data.

Not Practical For Ethereum

In a message to CryptoNews, the program’s developer – @SteveSimple on X (Twitter) – said the same type of program isn’t “practical” on Ethereum. While paying great respect to Vitalik’s work, he said that Ethereum nodes are impractical for running on a local computer in the first place, thus defeating the purpose of his project.

“You need the full blockchain on a local computer to run the UTXOracle code,” he explained. “This amazing new era of money that we’ve entered into with cryptocurrency is highly dependent on people keeping independent full copies of the blockchain on their local machine.”

While many Ethereum users run their own nodes, they often operate through centralized cloud computing companies like Amazon Web Services (AWS). They may also run “pruned nodes” – nodes that don’t contain full copies of the blockchain.

“I want to encourage people to run their own nodes, as that is the key to this beautiful new era of humanity.” the developer concluded.