Research on Abnormal Transaction Detection Method for Blockchain

Hualong Han,Ranran Wang,Yvpeng Chen,Kang Xie,Ke Zhang
DOI: https://doi.org/10.1007/978-981-19-8043-5_16
2022-01-01
Abstract:Blockchain has become a hot topic in current academic research due to its decentralization, imtamability and anonymity. However it also makes blockchain a tool for money laundering, fraud, extortion and other illegal activities. Therefore, it is particularly important to supervise and detect abnormal transactions on blockchain. In our paper, graph data structure is used to express blockchain node transactions. Aiming at the problem of too few abnormal transaction samples of block chain, k-rate sampling and feature similarity are used to solve the problem of unbalanced data. Further more, we select some features for feature preprocessing according to the distribution of multiple features of blockchain transactions. Finally, the blockchain transaction topology is used for multi-graph convolutional neural network machine learning methods to train the blockchain transaction data. So the abnormal nodes and non-abnormal nodes classification model is obtained. And the abnormal transactions of blockchain is detected by using the classification model. Experimental results show that compared with traditional algorithms such as logistic regression (LR), multi-layer perceptron (MLP) and linear regression (LR), the anomaly detection algorithm based on sample equalization and feature engineering has significantly improved recall rate. This provides a theoretical and practical basis for our next work - tracing abnormal nodes of blockchain, which has a good prospect for industrial application.
What problem does this paper attempt to address?