paper-with-me

홈 › Papers

Ethereum transaction tracking: Inferring evolution of transaction networks via link prediction

2022-08-15

Blockchain is an emerging technology which has attracted wide attention in recent years. As one of the blockchain applications, cryptocurrency has developed rapidly in recent years, attracting criminals to commit fraud and money laundering. Therefore, to better protect the legitimate interests of users and help formulate an effective supervision, it is necessary to track and follow transaction records on blockchain-based systems. This paper studies the problem of transaction tracking in Ethereum from a network perspective, aiming to study explainable strategies for money flow generation. We first collect the space-intensive transaction data from Ethereum blockchain and model them as temporal weighted multi-digraphs. A variety of tracking strategies considering different transaction factors (i.e., frequency and amount) are proposed, and the corresponding random-walk based link predictions method are designed for evaluation. Our method gets explainable results from the experiments, demonstrating that both transaction frequency and amount influence the generation of new transactions in Ethereum. This means when tracking the money flow among Ethereum accounts, we should pay more attention to those transaction paths having a shorter time interval and a larger amount. From these transaction features, the proposed random-walk based link prediction framework is found to be an effective method for transaction tracking. Furthermore, we show an application of transaction tracking via link prediction effectively enhance the ability to detect the suspicious accounts in Ethereum.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Temporal-Amount Snapshot MultiGraph for Ethereum Transaction Tracking

2021-02-16 · Yunyi Xie, Jie Jin, Jian Zhang, Shanqing Yu 외

With the wide application of blockchain in the financial field, the rise of various types of cybercrimes has brought great challenges to the security of blockchain. In order to better understand this emerging market and …

Link Prediction

FRAD: Front-Running Attacks Detection on Ethereum using Ternary Classification Model

2023-11-24 · Yuheng Zhang, Pin Liu, Guojun Wang, Peiqiang Li 외

With the evolution of blockchain technology, the issue of transaction security, particularly on platforms like Ethereum, has become increasingly critical. Front-running attacks, a unique form of security threat, pose sig…

Probabilistic Sampling-Enhanced Temporal-Spatial GCN: A Scalable Framework for Transaction Anomaly Detection in Ethereum Networks

2023-09-29 · Stefan Kambiz Behfar, Jon Crowcroft

The rapid evolution of the Ethereum network necessitates sophisticated techniques to ensure its robustness against potential threats and to maintain transparency. While Graph Neural Networks (GNNs) have pioneered anomaly…

Anomaly DetectionTemporal Sequences

TxSum: User-Centered Ethereum Transaction Understanding with Micro-Level Semantic Grounding

2025-12-07 · Zifan Peng, Jingyi Zheng, Yule Liu, Huaiyu Jia 외 arxiv

Understanding the economic intent of Ethereum transactions is critical for user safety, yet current tools expose only raw on-chain data or surface-level intent, leading to widespread "blind signing" (approving transactio…

Ethereum Fraud Detection via Joint Transaction Language Model and Graph Representation Learning

2024-09-09 · Jianguo Sun, Yifan Jia, Yanbin Wang, Yiwei Liu 외

Ethereum faces growing fraud threats. Current fraud detection methods, whether employing graph neural networks or sequence models, fail to consider the semantic information and similarity patterns within transactions. Mo…

AttributeFraud DetectionGraph Representation LearningLanguage Modeling+4