Baselight
Sign In

Query Result

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
ai542011542011
com174089174089
io165903165903
ape9425094250
football8069580695
shib6602466024
domaqa10001000
name974974
net338338
fyi226226
vic144144
cash131131
llc9393
me8282
live8080
cc5555
casino4545
xyz4545
doma4343
blog4040

Share link

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