Tornado.cash
Dashboard by @poma
Check out these dashboards for up-to-date analytics about tornado.cash and other related projects.
Dashboard by @poma
Query by @itzler
Tornado improves transaction privacy by breaking the on-chain link between recipient and destination addresses. It uses a smart contract that accepts ETH deposits that can be withdrawn by a different address. Whenever ETH is withdrawn by the new address, there is no way to link the withdrawal to the deposit, ensuring complete privacy.
In this way, Tornado.cash acts as a proxy to ensure that the transaction is 100% anonymous with zkSnarks proofs.
From https://medium.com/@tornado.cash/introducing-private-transactions-on-ethereum-now-42ee915babe0
Explore and fork thousands of queries and dashboards
Dune Analytics is a powerful tool that allows anyone to easily query, visualise and share smart contract data for free. You can explore thousands of queries and dashboards created by the community.
SELECT SUM(token_a_amount) AS dai_bought
FROM dex.trades
WHERE block_time > now() - interval '24 hours'
AND token_a_symbol = 'DAI';