Quickstart
info
PRISM Explorer is currently only available to holders of The Decentralized Generation NFT.
PRISM Explorer will enter open-beta in 'Q4 2024.
Accessing the Explorer (for DEGENs)
- Log in or create an account on PRISM.
- Connect your Solana wallet holding your DEGEN.
- Sign a message to validate ownership of the wallet.
- Start exploring!
Your First Query
Let's find 1000 transactions:
SELECT *
from transactions
LIMIT 1000;
Latest Blocks
SELECT slot, blockhash, block_height, block_time, leader_identity, transactions
FROM blocks
ORDER BY slot DESC
LIMIT 10;
Going Further
Being thoughtful about your query format will show the largest improvements in response time.
Clickhouse Syntax
As PRISM uses Clickhouse for it's underlying OLAP engine, you can use almost all of the available queries provided by the underlying engine. If a function is disabled for your user, please open a support ticket with your use case and we can enable them on a case-by-case basis.
Community Support
If you have questions or need help with a query, our community is always eager to help!