Hello,
Is it possible to view the user confirmation status in wp-admin?
Yes, you can edit a user, if there is a button to resend email confirmation, the user is not verified. Screenshot https://imgur.com/AuCpyvt
Is it possible to manually confirm a user so he may log in? Where is this data stored, so I could clear it via the database if needed?
You can check the user that has the meta key mbup_confirmation_code
in the table wp_usermeta, delete it to confirm the user.