TXT record lookup

TXT records hold arbitrary text in DNS: SPF, domain verification, BIMI hints, and more.

What lives in TXT

A zone can have many TXT records. Two SPF records on the same name is invalid and often causes both to be ignored. If a vendor says it cannot verify you, this lookup is the fastest way to see what the internet actually sees versus what you pasted in a control panel.

DNS TXT strings longer than 255 characters are split into chunks on the wire. Resolvers concatenate them; DNSFetch shows the joined text when PHP provides it that way.