paper-with-me

홈 › Papers

Bitcoin Research with a Transaction Graph Dataset

2024-11-15 · Hugo Schnoering, Michalis Vazirgiannis

Bitcoin, launched in 2008 by Satoshi Nakamoto, established a new digital economy where value can be stored and transferred in a fully decentralized manner - alleviating the need for a central authority. This paper introduces a large scale dataset in the form of a transactions graph representing transactions between Bitcoin users along with a set of tasks and baselines. The graph includes 252 million nodes and 785 million edges, covering a time span of nearly 13 years of and 670 million transactions. Each node and edge is timestamped. As for supervised tasks we provide two labeled sets i. a 33,000 nodes based on entity type and ii. nearly 100,000 Bitcoin addresses labeled with an entity name and an entity type. This is the largest publicly available data set of bitcoin transactions designed to facilitate advanced research and exploration in this domain, overcoming the limitations of existing datasets. Various graph neural network models are trained to predict node labels, establishing a baseline for future research. In addition, several use cases are presented to demonstrate the dataset's applicability beyond Bitcoin analysis. Finally, all data and source code is made publicly available to enable reproducibility of the results.

📄 PDF Abstract BibTeX arXiv:2411.10325

Code (1)

hugoschnoering2/BTCGraphLabeling 공식 구현

Tasks

Graph Neural Network

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Demystifying Fraudulent Transactions and Illicit Nodes in the Bitcoin Network for Financial Forensics

2023-05-25 · Youssef Elmougy, Ling Liu

Blockchain provides the unique and accountable channel for financial forensics by mining its open and immutable transaction data. A recent surge has been witnessed by training machine learning models with cryptocurrency …

Anomaly DetectionFraud Detection

Bitcoin Transaction Forecasting with Deep Network Representation Learning

2020-07-15 · Wenqi Wei, Qi Zhang, Ling Liu

Bitcoin and its decentralized computing paradigm for digital currency trading are one of the most disruptive technology in the 21st century. This paper presents a novel approach to developing a Bitcoin transaction foreca…

Representation Learning

The Temporal Graph of Bitcoin Transactions

2025-10-22 · Vahid Jalili arxiv

Since its 2009 genesis block, the Bitcoin network has processed >1.08 billion (B) transactions representing >8.72B BTC, offering rich potential for machine learning (ML); yet, its pseudonymity and obscured flow of funds …

Anomaly Detection

Blockchain Technology: Bitcoins, Cryptocurrency and Applications

2021-07-16 · Bosubabu Sambana

Blockchain is a decentralized ledger used to securely exchange digital currency, perform deals and transactions efficient manner, each user of the network has access to the least copy of the encrypted ledger so that they…

BABD: A Bitcoin Address Behavior Dataset for Pattern Analysis

2022-04-10 · Yuexin Xiang, Yuchen Lei, Ding Bao, Wei Ren 외

Cryptocurrencies are no longer just the preferred option for cybercriminal activities on darknets, due to the increasing adoption in mainstream applications. This is partly due to the transparency associated with the und…