Block 1 - π Blockchain Webhook
- Type / Role
- n8n-nodes-base.webhook - webhook
- Config choices
- Version 1.1
This workflow is provided as-is. Please review and test before using in production.
Smart Blockchain Monitor with ScrapeGraphAI Risk Detection and Instant Alerts Target Audience Cryptocurrency traders and investors DeFi protocol managers and developers Blockchain security analy...
n8n-nodes-base.webhook, n8n-nodes-base.stickynote, n8n-nodes-base.code, n8n-nodes-scrapegraphai.scrapegraphai, n8n-nodes-base.if, n8n-nodes-base.slack
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by vinci-king-01.
Original n8n.io sourceManual blockchain monitoring is time-consuming and prone to missing critical events, often leading to delayed responses to high-value transactions, security threats, or unusual network activity. This template solves the challenge of real-time blockchain surveillance by automatically detecting, analyzing, and alerting on significant blockchain events using AI-powered intelligence and instant notifications.
This workflow automatically monitors blockchain activity in real-time, uses ScrapeGraphAI to intelligently extract transaction data from explorer pages, performs sophisticated risk analysis, and instantly alerts your team about significant events across multiple blockchains.
The template performs comprehensive risk analysis with the following parameters:
| Risk Factor | Threshold | Score Impact | Description |
|---|---|---|---|
| High-Value Transactions | >$10,000 USD | +15 per transaction | Individual transactions exceeding threshold |
| Block Volume | >$1M USD | +20 points | Total block transaction volume |
| Block Volume | >$100K USD | +10 points | Moderate block transaction volume |
| Failure Rate | >10% | +15 points | Percentage of failed transactions in block |
| Multiple High-Value | >3 transactions | Alert trigger | Multiple large transactions in single block |
| Critical Failure Rate | >20% | Alert trigger | Extremely high failure rate indicator |
Risk Levels:
| Blockchain | Explorer | Native Support | Transaction Detection |
|---|---|---|---|
| Ethereum | Etherscan | β Full | High-value, DeFi, NFT |
| Bitcoin | Blockchair | β Full | Large transfers, institutional |
| Binance Smart Chain | BscScan | β Full | DeFi, high-frequency trading |
| Polygon | PolygonScan | β Full | Layer 2 activity monitoring |
Estimated setup time: 15-20 minutes
# Install required community nodes
npm install n8n-nodes-scrapegraphai
Common Issues:
Support Resources:
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Blockchain monitor with ScrapeGraphAI risk detection, instant alerts and Slack |
|---|---|
| Complexity | intermediate |
| Nodes | 14 |
| Categories | Crypto Trading, AI Summarization |
| Author | vinci-king-01 |
| Published | 03 Aug 2025 |
Use the JSON export at /data/workflows/6929/6929.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Smart Blockchain Monitor with ScrapeGraphAI Risk Detection and Instant Alerts Target Audience Cryptocurrency traders and investors DeFi protocol managers and developers Blockchain security analy...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Crypto Trading, AI Summarization use case.