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
ai515435515435
com159291159291
io150945150945
ape9325393253
football6728567285
shib6570065700
domaqa713713
name590590
vic154154
cc5555
blog2929
xyz1818
doma1818
money88
net22
pro22
me11
international11

Share link

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