Post
Topic
Board Project Development
Re: Introducing OXT, a tool for Exploratory Blockchain Analysis
by
oxt_btc
on 21/02/2018, 17:57:50 UTC
A new version of the platform has been deployed.

Improvements

Support of Bech32 addresses (display and search)

Temporal Charts
    - Added new "/Blocks" section displaying 4 charts previously displayed in "/Transactions" sections
    - Added new "Payments" chart in "Transactions" section
        This chart displays the result of a heuristic trying to compute an estimate of the number of payments more accurate than the number of transactions by taking into account batch transactions.
        The formula used by this heuristic is:
            #payments = #utxos_created - #txs - #op_return
        More information about this heuristic: https://gist.github.com/cryptagoras/9062b97b8de0c92cd37cdb5b08cc5815
    - Added new "Segwit Usage" chart in "Transactions" section
        This charts displays the ratio #segwit_txs / #txs
    - Removed "Transactions (segwit)" chart from "Transactions" section

Blocks pages
    - Added a new "Entities" section listing the entities which have sent a transaction included in the block.
      Entities are ordered by decreasing block space consumed in the block.
    - Added the estimated number of payments processed in the block in "Summary" tab

Entity pages
    - "UTXOS" chart
        - Added a new indicator ("UTXOS Controlled") tracking the number of utxos controlled by the entity
        - Modified the indicators displayed by default
        - Modified the colors used for the indicators

OXT Directory
    - Added a new column displaying the number of utxos controlled by the entities

Misc
    - Fixed the unit displayed for virtual sizes (a.k.a. virtual bytes)


Tip: Clear the cache of your browser to get the latest version of the tool.