Blockchain Market Sentiment Analyzer
Free to download on every platform. Comes pre-installed on BotFone, BotPad and BotFlip — with extra free apps included.
About this app
WHAT IT DOES
Blockchain Market Sentiment Analyzer turns raw on-chain data into a clear sentiment signal for any EVM address. Enter a token contract or wallet address, and the tool computes an overall sentiment score (Bullish, Bearish, or Neutral) based on recent activity. It analyzes transaction volume, token transfer frequency, unique interacting addresses, and contract interaction patterns. The results include a sentiment label, transaction count, balance, unique address count, and an activity score from 0–100. You also see recent transactions and transfer events with decoded sender, receiver, and value. This gives you a quick, data-driven read on whether a token or wallet is seeing healthy activity or cooling off.
HOW TO USE
Connect your EVM wallet (optional—the tool works read-only). Select the network from the dropdown. Enter any address (token contract or wallet) in the input field and click "analyze". The tool fetches on-chain data and displays a sentiment report with a colored sentiment label (green for bullish, amber for neutral, red for bearish). Below the report, you see key metrics, recent transactions, and transfer events. Use the "clear" button to reset and start a new analysis. No signing or approvals required—just paste and analyze.
TECHNICAL MECHANISM
The tool uses ethers.js v5.7.2 via the BGWallet provider. It fetches the current balance, transaction count, and contract code (to detect if the address is a token contract). For transaction history, it uses provider.getHistory() to get recent transactions. For transfer events, it scans Transfer logs using a chunked fetcher that automatically halves block ranges when the RPC returns a limit error—ensuring the scan completes even on public endpoints with strict eth_getLogs caps. From the logs, it extracts sender and receiver addresses, counts unique addresses, and calculates an activity score based on transaction volume and unique interactions. The sentiment is determined by a simple heuristic: high activity and many unique addresses = Bullish, low activity and few interactions = Bearish, otherwise Neutral.
WHAT IT CANNOT SEE
This tool cannot analyze off-chain social media sentiment, news headlines, or market chatter—it only looks at on-chain data. It cannot predict future price movements or trading outcomes. It cannot read private transaction data or mempool activity—only confirmed on-chain events. It cannot detect wash trading or distinguish between organic and inorganic activity. Historical data is limited by the RPC provider's archive node availability—older blocks may be unavailable. It does not include price oracles in this version, so no USD or stablecoin values are shown.
PLEASE NOTE
Works exclusively on EVM-compatible chains: Ethereum Mainnet, Goerli, Sepolia, Polygon, Arbitrum, and Optimism. Solana, Tron, Starknet, SUI, TON, Aptos, Bitcoin, Cosmos, and XRP are not supported. This is a read-only, free analytics tool—use it as a starting point for research, but always combine with other data sources for trading decisions. The sentiment is a heuristic, not financial advice.