Action hook load_textdomain $domain variable

The default text domain is registered in wp_load.php before plugins are loaded. See the function wp_load_translations_early().

So when you register your action callback, the text domain has been loaded already.

For an alternative way to list all registered text domains see this answer: List of Default Translated Phrases.