This should tell you if its any commonly recognised compression format. If it simply is a unusually named gzipped (or compressed) tar file then the following should work:
# With GNU tar
tar ztvf filename.trz
# Without GNU tar
gunzip -c filename.trz | tar tvf -