Transaction Fee Estimation in the Bitcoin System
Limeng Zhang, Rui Zhou, Qing Liu, Chengfei Liu, M. Ali Babar

TL;DR
This paper introduces FENN, a machine learning framework that integrates diverse blockchain data to accurately estimate transaction fees for timely confirmation in Bitcoin.
Contribution
The work presents a novel neural network-based framework that combines multiple data sources for improved fee estimation, surpassing existing analytical models.
Findings
FENN outperforms state-of-the-art methods in MAPE and RMSE metrics.
The models can be trained within one block interval, enabling real-time fee estimation.
Experimental results confirm the effectiveness and efficiency of the proposed approach.
Abstract
In the Bitcoin system, transaction fees serve as an incentive for blockchain confirmations. In general, a transaction with a higher fee is likely to be included in the next block mined, whereas a transaction with a smaller fee or no fee may be delayed or never processed at all. However, the transaction fee needs to be specified when submitting a transaction and almost cannot be altered thereafter. Hence it is indispensable to help a client set a reasonable fee, as a higher fee incurs over-spending and a lower fee could delay the confirmation. In this work, we focus on estimating the transaction fee for a new transaction to help with its confirmation within a given expected time. We identify two major drawbacks in the existing works. First, the current industry products are built on explicit analytical models, ignoring the complex interactions of different factors which could be better…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsBlockchain Technology Applications and Security
