> ## Content Index
> Fetch the complete content index at: https://birchtree.me/llms.txt
> Use this file to discover other available public pages before exploring further.

# Introducing Quick BIN Lookup
- URL: https://birchtree.me/blog/introducing-quick-bin-lookup/
- Published: 2016-04-07T14:00:58.000Z
- Updated: 2016-04-07T14:00:58.000Z
- Author: Matt Birchler
- Tags: goodie, #Import 2023-06-01 22:41, #Import 2025-03-29 19:29

![](http://d.pr/i/117lB+) 

Today I am happy to release [Quick BIN Lookup](http://quickbinlookup.com/?ref=birchtree.me), simple one-use website that lets you easily find some basic information about any credit or debit card. This is primarily useful to merchants who need to look up where a payment is coming from.

As the name implies, this site is aimed at getting you the BIN/IIN information you want quickly and easily. There are no extraneous features or sales pitches to get you to upgrade to another product like you'll see on some similar sites. The site is less than 100 lines of HTML, very limited CSS, and the only JavaScript is there to serve my analytics and single Adsense ad. *Oh, and of course it has a better mobile interface than any of its peers.*

The backend of the site is built in PHP and uses the [Binlist](https://www.binlist.net/?ref=birchtree.me) API to access the BIN data data. As with the site design, this code is optimized to accomplish the most with as little code as possible.

Save [Quick BIN Lookup](http://quickbinlookup.com/?ref=birchtree.me) for later and I hope you find it useful when you actually need it. You'll be happy to have it.