Back to Nodes

Crowd BF Explorer

Last updated Sep 12, 2025

n8n node for Cardano blockchain exploration. Simple API wrapper to interack with Blockfrost APIs

2 Weekly Downloads
64 Monthly Downloads

Included Nodes

Crowd BF Explorer
Crowd Handle
DEXTrade

Description

# n8n-nodes-crowd-bf-explorer

**Crowd BF Explorer** is a custom [n8n](https://n8n.io) node that lets you explore the Cardano blockchain and submit transactions via the [Blockfrost API](https://blockfrost.io).


## ✨ Features

– 🔍 Get Cardano address info (balance, UTXOs, recent transactions)

– 🔎 Fetch transaction details by hash

– 📨 Submit signed transactions (CBOR hex format)

– ⚙️ Options for validation-only mode and waiting for confirmation


## 📦 Installation

Clone this repo into your n8n custom nodes folder:


git clone https://github.com/crowdtrendz/n8n-nodes-crowd-bf-explorer.git

cd n8n-nodes-crowd-bf-explorer

npm install

npm run build