Who actually controls this multisig?
Paste any Gnosis Safe address. This queries Safe's own public Transaction Service API — the same backend the Safe web app uses — for the real owner addresses, signature threshold, current nonce, and pending unexecuted transactions. Useful before trusting a project's 'multisig-secured' claim, or before joining one yourself.
How this works
Every Safe multisig's owners, threshold, and transaction history are public on-chain data — Safe just also runs a public indexer (the Transaction Service) so nobody has to scan the whole chain themselves. This calls that same public API directly from your browser and shows you exactly what it returns, with no interpretation layer in between.
A low threshold relative to the number of owners (e.g. 1-of-5) means a single compromised signer key can move funds — worth checking before you trust a 'multisig-secured' claim at face value.