You can purge the users table using an SQL query, looking at the is_email_confirmed and joined_at columns to exclude activated and recent users.
There's no built-in search gambit / filter to search for non-activated users in the admin panel or FoF User Directory, but that's something that could be implemented relatively easily with the PHP extension API if you need it for use in API queries for example.