The BIN List, open-sourced

A Binlist open-source database of 343,063 BIN List and numbers and 13,348 banks to find detailed information about the issuing bank, including the scheme/network, level of the card, the card type, the bank name, and the country the card was issued in.

Click to enter first 6-8 numbers of card

Card Scheme

${ scheme ? scheme : '?' }

Card Level

${ category ? category : '?' }

Card Type

${ type ? type : '?' }

Country

${ country.emoji} ${ country.name ? country.name : '?' }

Bank

${ bank.name ? bank.name : '?' }

${ bank.phone ? bank.phone : '?' }

${ bank.url ? bank.url : '?' }

What is a BIN or IIN number?

A BIN (Bank Identification Number) is also known as an IIN (Issuer Identification Number) and it allows you to identify the name of the bank that issued the card to the cardholder.

Accurate data

This BIN lookup lets you quickly search the first 6 or 8 digits of a credit or debit card number and will provide a "best guess" if no specific number is found.

Fraud prevention

You can use the BIN database to check the card number of your customer to verify the bank name and country match the location of the customer to prevent fraudulent transactions.

Open source

The full BIN database is freely available as a CSV file to download and use in your own project without dependancies.

Contribute

If you have more accurate information on any of the BIN numbers in the list, you can contribute them on GitHub.