pixelgif.com is a free service offering all 16,777,217 possible 1x1 pixel gifs.
The URL for colored pixels is http://pixelgif.com/rrggbb, where rrggbb is the 24bit RGB color code of your pixel. The following piece of HTML places a red 1x1 pixel gif on your website:
<img src="http://pixelgif.com/ff0000" width=1 height=1 alt="">
The URL for transparent pixels is http://pixelgif.com/trans. To put a transparent gif on your website, simply use the following HTML.
<img src="http://pixelgif.com/trans" width=1 height=1 alt="">
As bonus feature you can link to randomly colored pixel gifs with the URL http://pixelgif.com/rnd.