Cashflow is a Bitcoin Cash transaction explorer which displays the directed acyclic graph (DAG) of transactions. It connects to a Chaingraph backend to fetch transactions with information about parent and child transactions.

Cashflow is built with the excellent React Flow library and uses the Nextjs framework.
Cashflow is open source. To run the development server locally:
pnpm install
pnpm run dev