Title: I made a simple tool to query blockchain sanction addresses. Post by: nonlogs on August 07, 2025, 08:53:37 AM While I was searching for sanctioned addresses listed by authorities, I couldn’t find any direct or easy to use tool. So, I created this simple and user friendly tool using the free API provided by Scorechain. It’s completely free to use. Scorechain offers the API for free screening, but they don’t provide a direct search option, so I decided to build one myself.
Link: https://btcsanction.pages.dev/ (https://btcsanction.pages.dev/) Source: https://codeberg.org/nonlogs/Sanction.git (https://codeberg.org/nonlogs/Sanction.git) Title: Re: I made a simple tool to query blockchain sanction addresses. Post by: ABCbits on August 07, 2025, 09:44:18 AM Currently i have no reason to check whether an address is part of sanction. But i tried it a bit with few cryptocurrency address listed on US OFEC website and it seems to work properly.
Quote from: https://codeberg.org/nonlogs/Sanction.git 📄 License This project is free and open source. Anyone can use, modify, and distribute this software for any purpose. It's good to see you decided to give open source license, although you may want to choose specific one (such as MIT license). Title: Re: I made a simple tool to query blockchain sanction addresses. Post by: nonlogs on August 08, 2025, 05:47:08 AM Currently i have no reason to check whether an address is part of sanction. But i tried it a bit with few cryptocurrency address listed on US OFEC website and it seems to work properly. Quote from: https://codeberg.org/nonlogs/Sanction.git 📄 License This project is free and open source. Anyone can use, modify, and distribute this software for any purpose. It's good to see you decided to give open source license, although you may want to choose specific one (such as MIT license). Hey, thanks for the heads-up, I will add the MIT license. Title: Re: I made a simple tool to query blockchain sanction addresses. Post by: paid2 on August 10, 2025, 09:01:19 AM I also have no reason to use this tool, but I find it interesting to give access to this API in such a simple way. I’ve played around with it a bit by testing different addresses I found on the forum, some random ones and some known to be sanctioned by the OFAC. The tool seems to work very well at first glance.
Well done, OP! It’s always nice to see people creating tools that are easy to use and open source. Title: Re: I made a simple tool to query blockchain sanction addresses. Post by: Stalker22 on August 10, 2025, 09:28:40 AM Honestly, its super refreshing when someone actually does something instead of just whining about whats missing. You couldnt find a tool? So you went ahead and made your own - hell yeah, thats the spirit. Way too many folks just sit around waiting for someone else to fix things. You spotted a gap and just jumped in. Good job!
Title: Re: I made a simple tool to query blockchain sanction addresses. Post by: nonlogs on August 11, 2025, 06:39:55 AM I also have no reason to use this tool, but I find it interesting to give access to this API in such a simple way. I’ve played around with it a bit by testing different addresses I found on the forum, some random ones and some known to be sanctioned by the OFAC. The tool seems to work very well at first glance. Well done, OP! It’s always nice to see people creating tools that are easy to use and open source. Thanks for testing it out, that made my day. Honestly, its super refreshing when someone actually does something instead of just whining about whats missing. You couldnt find a tool? So you went ahead and made your own - hell yeah, thats the spirit. Way too many folks just sit around waiting for someone else to fix things. You spotted a gap and just jumped in. Good job! Thankyou. Title: Re: I made a simple tool to query blockchain sanction addresses. Post by: NeoMoney on August 12, 2025, 10:42:04 PM There isn't one for a clear reason, if the sanctioned found out they are sanctioned they would use the tool to bypass that.
That's why companies like chainanalysis do not share that publicly and requires strict license/regulation for its API. So a public one is completely useless in my opinion and unreliable. Title: Re: I made a simple tool to query blockchain sanction addresses. Post by: nonlogs on August 13, 2025, 05:36:05 AM There isn't one for a clear reason, if the sanctioned found out they are sanctioned they would use the tool to bypass that. That's why companies like chainanalysis do not share that publicly and requires strict license/regulation for its API. So a public one is completely useless in my opinion and unreliable. I don't think so. I guess you have no idea how AML scores work. What we need to worry about is sanctioned money that the government has its eyes on. Yes, they can move coins to multiple accounts, use mixing, CoinJoin, and other services, but by doing so, the transaction becomes untraceable. AML scores are purely unreliable because they don't share their source, and these APIs are publicly available, meaning anyone could avoid them. For additional security, you could use services like https://light.misttrack.io/ (https://light.misttrack.io/) that can help you out. Here is an example AML report I got for the address: bc1qcatv4gxq24z8hwt67sftjlnlm6dxnk04saz5zw Current Balance: 401.34777401 BTC (~46062795.65 USD) 🔴 High-risk ⚠️ 15.88% Critical-Risk Activities: - Scam : 8.95% (4,125,190.6$) - Sanction list : 3.42% (1,578,199.35$) - Hack : 3.21% (1,481,586.15$) - Ransomware : 0.28% (126,958.95$) - Seized assets : 0.01% (5,513.29$) 🔴 13.74% High-Risk Activities: - Mixing service : 12.08% (5,569,405.35$) - Mixing pattern : 0.72% (333,576.06$) - Exchange : 0.68% (314,702.1$) - Payment Service Provider : 0.25% (115,670.58$) 🟠 69.96% Medium-Risk Activities: - Cross-chain Bridge Protocol : 38.75% (17,856,606.93$) - Large unnamed entity : 26.73% (12,317,266.46$) - Ignored small amounts : 2.49% (1,147,298.89$) - Exchange : 1.06% (487,331.68$) - No entities found : 0.93% (429,088.18$) 🟢 0.42% Low-Risk Activities: - Exchange : 0.42% (192,175.72$) I find this analysis unreliable because how can using a mixing service that protects user privacy be considered a high-risk activity? They even take mixing patterns as high-risk activity seriously? By the way, this is the money that was seized from the eXch.cx wallet. Title: Re: I made a simple tool to query blockchain sanction addresses. Post by: dkbit98 on August 13, 2025, 06:21:03 PM One problem I see with your service is that governments and exchanges are randomly adding and removing addresses from blacklist.
And we all know that any coins seized and sold by governments are automatically getting whitelisted. I think you should add source link that confirms when bitcoin address was blacklisted and who did it. Also think about adding link for news and updates when new addresses are added. I find this analysis unreliable because how can using a mixing service that protects user privacy be considered a high-risk activity? They even take mixing patterns as high-risk activity seriously? It's all just a security theater :PI think they are doing something similar with decentralized Coinjoin. Title: Re: I made a simple tool to query blockchain sanction addresses. Post by: nonlogs on August 14, 2025, 07:49:59 AM One problem I see with your service is that governments and exchanges are randomly adding and removing addresses from blacklist. And we all know that any coins seized and sold by governments are automatically getting whitelisted. I think you should add source link that confirms when bitcoin address was blacklisted and who did it. Also think about adding link for news and updates when new addresses are added. I find this analysis unreliable because how can using a mixing service that protects user privacy be considered a high-risk activity? They even take mixing patterns as high-risk activity seriously? It's all just a security theater :PI think they are doing something similar with decentralized Coinjoin. Hey, thanks for the suggestion, but I must disappoint you as I said these data aren't owned by me but by the scorechain as I mentioned on the thread and on my website, so I have no idea about the source, but I'm sure they are using latest data. https://sanctionslist.ofac.treas.gov/Home/SdnList (https://sanctionslist.ofac.treas.gov/Home/SdnList) Title: Re: I made a simple tool to query blockchain sanction addresses. Post by: internetional on August 15, 2025, 07:34:22 PM Does anyone know how quickly a newly sanctioned address gets added to the Scorechain database? I’ve twice tried to withdraw BTC from exchanges to addresses of a company that was sanctioned later - yet the exchanges seemed to know in advance and refused the withdrawals.
|