If you re looking for a working RFC3161 server then http://time.certum.pl/ has been one that I ve known and has been around.
If you re looking for a bigger solution that do not depend on a single secret based timestamping box (basically something that scales well) have a look at http://www.guardtime.com
Technically, a timestamp is a UNIX timestamp :) But the properties you seem to assign to a timestamp are a hash and a "signature" (possibility to verify that the claim that a certain hash existed at a certain time).
Anything that has to do with "trust" is something you can roll your own. The same way you can roll your own CA, the same way you can roll your own standards-based service or invent your own scheme. But convincing other parties to "trust" the thing you ve rolled your own might be trickier.
That s why people pay for CA certificates - they are pre-trusted by browser vendors. That s why when you need a solution that others have to trust or if you re obliged to timestamp your data, you need a certified timestamp source.