We all know that exchange databases don’t shrink in size once they have grown without a defrag.
However if you want to see how much space is in a database then run the following powershell command
Get-MailboxDatabase -Status | ft name,databasesize,availablenewmailboxspace -auto
Your get back the results which will look like below :