BlockSpore by BlockSpore - A Fast, Independent TRON Block Explorer

Topic Title: BlockSpore by BlockSpore - A Fast, Independent TRON Block Explorer

Basic Information

Project Name: BlockSpore Project Track: infra-security Team Name: BlockSpore Team Members: 1 BACO

Social Info

Website: https://blockspore.info

Project Overview

Project Goal: To provide a fast, clean, and completely independent block explorer and Web3 interface for the TRON network.

Unique Value Proposition: Currently, Tronscan has no serious, fully-featured competition. A healthy blockchain ecosystem requires diverse, decentralized infrastructure to prevent single points of failure. BlockSpore offers a faster, cleaner alternative with native TronLink integration. Users can browse blocks/transactions, manage TRC-10/TRC-20 tokens, stake TRX, and vote for Super Representatives all from one streamlined, dark-mode interface.

Background Note: I have been building on TRON since the early days. I was a Web3 engineer for Sesameseed and Unifi Protocol, and most importantly, I was one of the two original developers who built the very first version of Tronscan. I know what this infrastructure needs to succeed.

Project Demo: https://blockspore.info

Expected Completion Date for 2025: Q4 2025 (Core explorer is live; Custom Oracle and Contract Verification slated for late 2025).

Current Progress (%): 70% (Core explorer, wallet integration, and governance dashboards are fully operational).

Technical & Governance Details

Project Test Instructions: 1. Visit https://blockspore.info. 2. Use the search bar to look up any TRON block, transaction hash, or address. 3. Connect your TronLink wallet using the button in the top right. 4. Navigate to “My Account” to view your portfolio, stake/unstake TRX, or send tokens. 5. Navigate to “Governance” to view SR data and cast votes using your staked TRX.

Technical Details: The frontend is a single-page application built with React 18, TypeScript, and Vite. It utilizes Tailwind CSS v4 for styling and @tanstack/react-query for data fetching. Currently, it routes data through TronGrid and TronScan APIs, backed by a custom Go-based caching backend to ensure high-speed queries and bypass CORS restrictions.

Smart Contract Links: N/A (BlockSpore is an infrastructure interface, not a new smart contract protocol).

How is the Project Governed?: Currently centralized under core development, transitioning to community-driven development where features are prioritized based on user and developer feedback.

Funding & Business Model

Funding Request: As our user base grows and we transition toward running our own fully independent indexing nodes (Phase 3), server and infrastructure costs will scale significantly. We are looking to secure TBL incubation funding to subsidize our decentralized indexing infrastructure, dedicated API development, and node maintenance.

Revenue Model: The core explorer will always remain a free public good. Future revenue streams to sustain the project include:

  1. Premium tiers for the upcoming Developer Open API (higher rate limits for enterprise).

  2. Integrated swap routing fees (bringing DEX swaps directly into the explorer).

Interested in TRON Having a Stake?: Yes. We are highly aligned with the TRON ecosystem and open to strategic discussions.

Preferred Collaboration Method: We are looking for incubation funding to cover heavy infrastructure costs, as well as ecosystem partnerships to make BlockSpore a default tool for TRON developers and users.

Ecosystem Impact

Partnerships: As an individual builder, I have deep past ties to the ecosystem (Tronscan, Sesameseed, Unifi Protocol). BlockSpore is currently independent and seeking integration partners.

Time on TRON: I have been building on TRON since Mainnet launch. BlockSpore was recently launched and accepted into the TBL.

Project Milestones

Project Milestones:

  • Phase 1 (Current): Establish core block/transaction/account browsing and native TronLink integration (staking, voting, sending). Status: Complete/Live.

  • Phase 2 (Upcoming 2025): * Custom On-Chain Price Oracle: Aggregating pricing data natively from TRON DEXs.

    • Smart Contract Verification: Allowing developers to verify and interact with contracts directly on BlockSpore.
  • Phase 3 (2026+): * Independent Indexing & Open API: Transitioning to our own Go-based indexer to offer a robust, independent API alternative to TronGrid for all developers.

1 Like

good day blockspore, great to have you with this project,

i just got to try out, love it, but can’t blockspore operate on it own without having to

1 Like

The Connect Wallet feature is just there so you can vote or send funds from the explorer; this was one of the features that we also introduced in Tronscan back in the day. But you only have to connect your wallet if you want to use those features.

The only thing is that if you are a power user, you probably want to enter a Tronscan and/or TronLink API key. Since it pulls most of its data from those sources, you might run into their rate limits (it will still work, but it just takes a bit more time to load some parts of the pages).

Once we get to phase 3 of having our own indexer/API, this will no longer be needed. This is actually the hardest part of a block explorer.
An RPC node cannot really tell you the historic transactions because you would need to know in which block the transactions happened to look them up. This means that for it to have transaction history, you need to index every block and build your own API. With Tronscan, this was the hardest part of the project.

So that will be quite the project, plus there are some hardware or/and hosting cost involved, your basicly making a structured database of everything that is happening on the blockchain.

But will cross that bridge when we get there (phase 3).