Login into your Salesforce account using your administrator credentials.
From the Service Setup choose Developer Console
Run the query below:
select count() from User where UserType = 'Standard' and IsActive = true.
Number of seats is displayed as follows: