Baselight
1SELECT 
2    SPLIT_PART(name, '.', -1) as tld,
3    COUNT(*) as domain_count,
4    COUNT(CASE WHEN tokenized_at IS NOT NULL THEN 1 END) as tokenized_count
5FROM "@blt.doma_testnet_core.names"
6GROUP BY tld
7ORDER BY domain_count DESC
8LIMIT 20
tlddomain_counttokenized_count
ai539716539716
com173532173532
io165479165479
ape9397693976
football8031980319
shib6589065890
domaqa857857
name682682
vic144144
cc5555
doma4343
blog4040
xyz1818
money88
net33
pro22
de11
diamonds11
me11
international11

Share link

Anyone who has the link will be able to view this.