# Introduce

<figure><img src="https://289711434-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fc1ZKGRkIZoq95e1QROAm%2Fuploads%2F25qc1zjJgECaOyJLXxtJ%2Fimage.png?alt=media&#x26;token=232a0199-246a-45d9-b07a-b4eaddf449da" alt=""><figcaption></figcaption></figure>

## What is BlockDuck

BlockDuck is a tool for blockchain data analysis based on DuckDB's flexible extension mechanism. BlockDuck allows users to query blockchain directly in a way that is similar to querying a traditional SQL database.

### Key Features of BlockDuck

* **Live SQL Queries on Blockchain**: Perform Postgres-style SQL queries on blockchain data without requiring data extraction or loading.
* **Real-Time Analysis**: Eliminates time-consuming ETL processes, enabling faster and more efficient data analysis.
* **Reduced Costs**: Avoids unnecessary operational and service costs associated with data warehousing solutions.
* **Lightweight and Powerful**: Utilizes DuckDB’s efficient analytical processing power within the application process.

## What is DuckDB

DuckDB is an in-process SQL OLAP database management system designed to efficiently handle analytical query workloads. It is lightweight, easy to integrate, and features an intuitive interface for querying and processing data directly within applications. DuckDB is gaining popularity for its performance and low overhead, making it an excellent choice for processing large datasets directly in various programming environments.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://yixins-organization.gitbook.io/blockduck-docs/blockduck/introduce.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
