Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
100 changes: 67 additions & 33 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,16 @@
"pages": [
{
"group": "Get Started",
"icon": "book",
"icon": "book",
"pages": [
"about/roadmap",
"about/funding",
{
"about/roadmap",
"about/funding",
{
"group": "Features",
"pages": [
"index",
"about/features",
"about/features/ethereum-bytecode-database-microservice",
"about/features/blockscout-2-0"
"index",
"about/features",
"about/features/ethereum-bytecode-database-microservice"
]
},
"about/chains",
Expand Down Expand Up @@ -362,7 +361,7 @@
]
},
{
"group": "🧩Resources",
"group": "Resources",
"pages": [
"resources/premium-features",
"resources/contributing-to-blockscout",
Expand Down Expand Up @@ -439,6 +438,41 @@
]
}
]
},
{
"tab": "About Blockscout",
"groups": [
{
"group": "General",
"pages": [
"about/funding",
"about/announcements/newsletter-and-blog"
]
},
{
"group": "Explorer as a Service",
"pages": [
"resources/premium-features"
]
},
{
"group": "Partners",
"pages": [
"about/partners-and-integrations",
"about/partners-and-integrations/raas-providers",
"about/partners-and-integrations/vera-verifier-alliance",
"about/announcements",
"about/announcements/newsletter-and-blog"
]
},
{
"group": "News",
"pages": [
"about/announcements",
"about/announcements/newsletter-and-blog"
]
}
]
}
],
"global": {
Expand All @@ -456,30 +490,30 @@
]
}
},
"dropdowns": [
{
"dropdown": "Documentation",
"icon": "book-open",
"pages": [
"quickstart",
"development",
"navigation"
]
},
{
"dropdown": "API References",
"icon": "square-terminal",
"pages": [
"api-reference/get",
"api-reference/post",
"api-reference/delete"
]
},
{
"dropdown": "Blog",
"href": "https://external-link.com/blog"
}
],
"dropdowns": [
{
"dropdown": "Documentation",
"icon": "book-open",
"pages": [
"quickstart",
"development",
"navigation"
]
},
{
"dropdown": "API References",
"icon": "square-terminal",
"pages": [
"api-reference/get",
"api-reference/post",
"api-reference/delete"
]
},
{
"dropdown": "Blog",
"href": "https://external-link.com/blog"
}
],
"logo": {
"light": "/logo/Color_BS_logo_hor.svg",
"dark": "/logo/White_BS_logo_hor.svg",
Expand Down
37 changes: 17 additions & 20 deletions index.mdx
Original file line number Diff line number Diff line change
@@ -1,24 +1,21 @@
---
title: "Blockscout Open Source Explorer"
description: "Universal blockchain explorer for inspecting, analyzing, and interacting with EVM-based chains. Blockscout supports over 1000 L1, L2 and L3 EVM-based chains, optimistic rollups, and ZK rollups. "
title: "Welcome to Blockscout"
description: "Blockscout is a universal, open-source blockchain explorer for inspecting, analyzing, and interacting with EVM-based chains. Blockscout supports over 1000 L1, L2 and L3 EVM-based chains, optimistic rollups, and ZK rollups."
---

<Check>
🚗 [Autoscout is now available](/using-blockscout/autoscout)\! Autoscout is a simple one-click explorer launchpad which uses Blockscout's optimized hosting infrastructure. Use it for testing, modifications, spinning up a new chain and evn launching a full production-grade explorer. \
\
[**Get Started Now and have your explorer up-and-running in minutes.**](/using-blockscout/autoscout)
</Check>
<CardGroup cols={2}>
<Card title="New to Blockscout?" icon="sparkles" cta="Learn about key features and supported chains">
Learn about key features and supported chains
</Card>
<Card title="Using an Explorer" icon="searchengin">
Quickstart for blockchain explorer users
</Card>
<Card title="Data and APIs" icon="database">
Get started with APIs, SDK and more
</Card>
<Card title="Running Blockscout" icon="person-running">
Get your self hosted instance up-and-running
</Card>
</CardGroup>

- Blockscout provides a comprehensive, [easy-to-use interface](/using-blockscout/overviews) for users to view, confirm, inspect and interact on EVM (Ethereum Virtual Machine) blockchains.
- Blockscout provides [advanced developer tooling](/devs/verification/blockscout-smart-contract-verification-api) and access to extensive [JSON RPC and REST APIs.](/devs/apis)
- Blockscout currently supports a wide range of projects and chains, see our [chains and projects page](https://www.blockscout.com/chains-and-projects) for more details.

<Frame caption>
![](/images/729e3f81-image.jpeg)
</Frame>

While there are several explorers available to blockchain projects, most are closed systems (ie Etherscan, Routescan) which are not independently verifiable and do not support all chains in the ecosystem. Blockscout provides a much needed open-source alternative.

As the multi-chain paradigm continues to take hold in both private and public settings, transparent tools are needed to analyze and validate transactions and provide an explorer for all networks, including rollups, L2s, L3s and appchains.

Information on the latest release and version history is available in the [Github repo](https://github.com/blockscout/blockscout/releases).
![729e3f81 Image Jpe](/images/729e3f81-image.jpeg)