Transactions Of Suspicious Bitcoin Crypto Wallets
Uncovering Patterns and Behaviors in Suspicious Crypto Wallets Activity
@kaggle.larysa21_bitcoin_wallets_data_with_fraudulent_activities
Uncovering Patterns and Behaviors in Suspicious Crypto Wallets Activity
@kaggle.larysa21_bitcoin_wallets_data_with_fraudulent_activities
CREATE TABLE btc_wallets_data (
"address" VARCHAR,
"hash160" VARCHAR,
"n_tx" BIGINT,
"n_unredeemed" BIGINT,
"total_received" BIGINT,
"total_sent" BIGINT,
"final_balance" BIGINT
);
Anyone who has the link will be able to view this.