# Exploring Subsquid: Decoding Polkadot's Data

*An introduction to Subsquid, a powerful tool for relaying and analyzing Polkadot blockchain data.*

By [andrey016](https://paragraph.com/@andrey016) · 2023-11-28

---

What is Subsquid?
-----------------

Subsquid is a modern GraphQL-based indexer for the Substrate-based blockchains such as Polkadot and Kusama. It allows developers to access on-chain data in a more efficient and flexible way.

Why Use Subsquid?
-----------------

The major advantage of Subsquid over traditional methods is its speed and efficiency. By indexing the data off-chain and providing it through a GraphQL interface, applications can request only what they need, reducing bandwidth usage and improving response times.

How to Get Started with Subsquid
--------------------------------

To begin with Subsquid, you will first need to set up a node and start indexing. Once that's done, you can use your favorite GraphQL client to start querying data.

Conclusion
----------

Subsquid offers a new approach to interacting with Polkadot and other Substrate-based blockchains. Its GraphQL-based interface provides a more efficient and flexible method for accessing on-chain data, making it a valuable tool for any blockchain developer.

---

*Originally published on [andrey016](https://paragraph.com/@andrey016/exploring-subsquid-decoding-polkadots-data)*
