Login into your Salesforce account using your administrator credentials.

From the Service Setup choose Developer Console

 

Screen_Shot_2019-10-06_at_14.31.10.png

Run the query below:

select count() from User where UserType = 'Standard' and IsActive = true.


Number of seats is displayed as follows:

Screen_Shot_2019-10-06_at_14.30.59.png