Post
Topic
Board Development & Technical Discussion
Merits 64 from 9 users
Topic OP
Goxplorer, a Bitcoin blockchain parser package written in golang
by
iMil
on 11/11/2019, 14:56:16 UTC
⭐ Merited by ETFbitcoin (21) ,malevolent (20) ,Welsh (10) ,suchmoon (4) ,hugeblack (3) ,o_e_l_e_o (2) ,joniboini (2) ,Chlotide (1) ,vapourminer (1)
Hi,

A couple of weeks ago I started a toy project in order to dig into blocks structure, and one thing leading to another, it evolved into a pretty usable block file parser Go package.
I am aware of btcsuite, but TBH I found its documentation really hard to read and the project way too large for the simple task I wanted to achieve, so I took the opportunity.

So here it is, I present you Goxplorer (pun intended) https://gitlab.com/iMil/goxplorer, it supports pretty much all locking mechanisms including natives and P2SH embedded SegWit ones. It has the ability to add callbacks for every parsed transaction and/or block, which makes it fun to play with.

It still needs more documentation and testing, but I thought you might find it useful.

Hope you like it,

Cheers,

iMil