
Program History
In the History section, you’ll see all of the recent transactions. For more details on how to inspect a transaction using a block explorer, see our transaction exploration guide.
Program IDL
The IDL viewer shows the parsed instructions, accounts, types, events, and errors. To view the raw JSON output, click the “Show JSON” toggle in the top right corner. Expanding the dropdown menu reveals all required parameters and details. For example, expanding the Types section reveals a list of swap actions related to various DEXs, such as WhirlpoolsSwap, ClearpoolsSwap, and RaydiumAmmSwap.
Program Verification
A verified program on Solana is a deployed program whose on-chain binary exactly matches the publicly available source code. This is typically done using tools like Ellipsis Labs’ verified build CLI tool. For this example, we’ll use Privacy Cash, a Solana program for private token transfers. To view the verification status, hash, date, signer, or repo, click the Verification tab.

Program Security.txt
Asecurity.txt file is a standardized way for Solana program developers to define their security policies, provide contact information for security auditors, and establish clear guidelines for reporting security vulnerabilities.
The below example is from the Phoenix Program, built by Ellipsis Labs.

Program Authority
On Solana, programs are upgradeable by default, and the power to upgrade a program’s code lies with its upgrade authority. Looking at the Authority tab in DFlow’s Aggregator v4 program, we see that the upgrade authority is a Squads multisig with a 2/2 threshold (i.e., exactly 2 signers must sign program upgrade transactions).