Community dashboards and analytics for RSS3

Featured dashboards and queries
...or search for moreCheck out these dashboards for up-to-date analytics about RSS3 and other related projects.
$RSS3 holders over time
...see SQL queryAbout RSS3
RSS3 is an open information syndication protocol that aims to support efficient and decentralized information distribution in Web3.
Derived from the best out of RSS, RSS3 is an open information syndication protocol that aims to support efficient and decentralized information distribution in Web3. It defines the format of information presence and communication, with this elegantly designed, user-friendly content format, clients can easily access a variety of content sources in a uniform format without the need for extensive compatibility logic.
Dune Analytics
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';