BlockchainSpider
  • What is BlockchainSpider?
  • Guides
    • Crawl a transaction subgraph
    • Collect label data
    • Collect transaction data
  • subgraph spiders
    • Overview
    • BFS
    • Poison
    • Haircut
    • APPR
    • TTR
  • label spiders
    • Overview
    • CryptoScamsDB
    • LabelCloud
    • OFAC
    • Tor
  • Transaction spiders
    • Overview
    • Collect by block order
    • Collect by transaction hash
  • Extractors
    • Overview
    • Deduplicate
    • Local community
  • Settings
    • APIKeys
    • Cache
    • Customizing your workflow
Powered by GitBook
On this page
  • Getting Started
  • Guides: Jump right in

What is BlockchainSpider?

BlockchainSpider is a tool for blockchain data collection based on Scrapy .

With BlockchainSpider, you can sample the transactions related to the specific source address, crawl the label data, and more you will be interested in data mining on the blockchain.

  • Transaction subgraph: the transaction subgraph related to the specific source account

  • Label data: the labels of addresses or transactions

  • Block data: the block data on chains

  • ...

Getting Started

Let's start with the following command:

git clone https://github.com/wuzhy1ng/BlockchainSpider.git

And then install the dependencies:

pip install scrapy
pip install selenium
pip install networkx

That's great! So far, you have made all the preparations for starting the BlockchainSpider!

Guides: Jump right in

Follow our handy guides to get started on the basics as quickly as possible:

NextCrawl a transaction subgraph

Last updated 2 years ago

Crawl a transaction subgraph
Collect label data