Download / Usage

How to generate CSV

  • Download extension from Chrome Web Store.

  • Open the Chrome Extension.

  • Enter the Main Address to which you want to export the csv.

  • Enter another bitcoin address(optional); if you are using a wallet such as Xverse, you may have a bitcoin address separate from your taproot address. It will be marked as your address.

  • Enter an alias for the wallet(optional). The alias name will be included in the exported csv.

  • Click Export CSV. After a few moments, the CSV will be exported.

note: Because the free mempool and magiceden APIs are used, the request time is set to every second due to rate limitation. Therefore, if the number of histories is large, it may take a little longer. Please understand.

CSV Data Column

CSV Column Name
Descrition

timestamp

Timestamp (YYYY/MM/DD hh:mm:ss)

txid

Mempool transaction id

txUrl

Mempool transaction url

address

Taproot/bitcoin address

vin

Transaction input btc

vout

Transaction output btc

vdiff

Btc value of (vin - vout)

myAddress

Mark * if address is yours

date

Date(YYYY/MM/DD)

description

If the transaction reveals the behavior of the inscription, a supplement will be included in the memo

inDiff

Value if vdiff is positive

outDiffWithoutFee

Value if vdiff is negative (excluding gas cost)

fee

Gas cost

ordInscriptionNumber

Inscription number (Only if the inscription of Ordinals is known)

ordContentType

Inscription content type(Only if the inscription of Ordinals is known)

ordContentText

Inscription content text(Only if content type is text/plain, and the inscription of Ordinals is known)

ordInscriptionUrl

Inscription URL of Magiceden(Only if the inscription of Ordinals is known)

Last updated