An unknown fee is useful
Missing previous-output values must not turn into a made-up zero fee. Parsing a PSBT and having enough data to sign it are different milestones.
Read the missing-data reportPSBT and raw transaction inspection
Find missing data and inspect what a transaction actually contains.
Taproot Assets: anchor versus asset proof.
Parsing stays in this browser. No keys or recovery phrases. PSBT v0 only; a parsed file is not a validation verdict.
This explicit lookup sends the txid and your IP address to mempool.space. It does not broadcast anything.
Copied from Lightning Labs' official regtest proof test vector, not created or mined by BitcoinSignetFaucet.com. Synthetic regtest assets; no public Signet or mainnet confirmation is claimed.
Lightning Labs regtest vector. Asset quantities come from the companion record, not the Bitcoin transaction. The asset proof, commitment, history, and ownership have not been verified.
Encoded asset proof · Companion vector · Pinned Lightning Labs source
The fee cannot be calculated without every previous output amount.
Locktime/sequence constraints are present. Chain height, median time, and input ages were not checked.
Exact bytes match Lightning Labs' official regtest Taproot Assets genesis-anchor fixture. Asset context comes from its pinned companion vector, not from recognizing a P2TR script.
The companion record reports 1500 asset base units of first-itestbuxx. Bitcoin output 0 holds 1000 sats. These are different quantities; raw anchor bytes do not contain the asset amount.
The companion encoded asset proof is available as a reference artifact only. Doctor does not decode or validate Taproot Assets proofs, commitments, issuance history, or ownership. This Bitcoin anchor alone cannot establish them.
Parsing and metadata inspection only: no signature/script verification, finalizability decision, UTXO-set check, or mempool test.
Locktime and sequence constraints need chain context. RBF signaling does not guarantee that a replacement is accepted.
Missing previous-output values must not turn into a made-up zero fee. Parsing a PSBT and having enough data to sign it are different milestones.
Read the missing-data reportA signature field, or even final witness data, is not proof that every script condition is satisfied.
Compare PSBT stagesA signer checks authorization. A node checks consensus and current policy. Confirmation is a later observation.
Bitcoin Core validation reference