Blocksmurfer
The Blocksmurfer explorer is created by Coineva using Flask and Python Bitcoinlib. It can be used to search and analyse blocks, transactions, addresses scripts and utxo's on the signet blockchain. You can easily run it from a local server using the Blocksmurfer source code from github.
Currently the Bitcoin, Testnet, Testnet4 and Signet networks are supported.
Providers
Just like Bitcoinlib it retrieves blockchain data from a Bcoin node a Bitcoin Core node or various online Blockchain service providers.
For this website the following providers are used for the signet network: blockbook.signet.vierkant3, bitcoind.signet.vierkant3, vierkant3.signet.electrumx and mempool.signet .
To avoid too many request to external service providers the local providers Bcoin and Bitcoind are used whenever possible. Also transaction, block and address data are cached in a local SQLite or PostgreSQL database.
Bitcoinlib
Python Bitcoinlib is an open source bitcoin and other cryptocurrency library. You can use it to create and manage wallets, keys, transactions and interact with the blockchain through various service providers.
The current installed version of Bitcoinlib is 0.7.2.
Amsterdam, July 2024
explorer@blocksmurfer.io
Blocksmurfer (Coineva)