1 Mempool tracking 2015-06-22T19:09:48.177
1 How to return change (utxo - inputs) to output address? 2015-07-13T10:59:51.603
1 Do we need to maintain the ability to do a reorg over 100 blocks? 2015-07-30T05:44:13.803
1 How fast is BitcoinJ for getting UTXOs(/UnspentTXOuts)? 2015-08-18T16:04:28.257
1 How can a lightweight client make sure output has not been spent yet? 2016-04-26T07:33:40.163
1 Specification of Transaction Inputs - Bitcoin vs Ripple 2016-06-16T06:36:55.543
1 How can I extract the values of all UTXO for a specific section of the blockchain? 2016-07-08T09:31:25.873
1 Is there any tool to index ALL bitcoind UTXO? 2016-08-18T01:44:49.667
1 Do all outputs have an address associated with them? 2016-09-16T01:32:22.503
1 get utx scriptPubKey to become an object 2017-02-08T22:53:47.030
1 How can a Bitcoin transaction be used multiple times (If it is so)? 2017-02-16T20:17:59.797
1 How does a miner know if a transaction has already been included in the block chain? Does he traverse through the complete chain to conclude this? 2017-02-26T12:14:41.850
1 Are the outputs of an unconfirmed transaction part of the global UTXO pool? 2017-03-16T13:06:20.303
1 Create an issuance and a send within the same block (XCP) 2017-04-20T04:57:29.213
1 How does Bitcoin protect against doublespends? 2017-07-12T23:44:36.933
1 Getting a crypto proof UTXO set 2017-07-14T07:44:06.723
1 When you receive a BitCoin what do you actually get? 2017-12-19T18:24:52.197
1 what's CCoinsViewDB::GetHeadBlocks for? 2017-12-29T08:15:29.880
1 How can I get address wise UTXO balance for Zcash t-address 2018-01-24T12:29:15.323
1 how can i query utxo to bitcoind(using bitcoin-cli) with public-private key not wallet 2018-03-17T14:19:44.410
1 utxo vs account-model 2018-04-30T19:02:54.310
1 Conflicting transaction info on Blockchain.info and Jaxx compared to other sources 2018-04-30T20:21:28.403
1 bitcoin chainstate database parsing in python giving wrong value 2018-05-05T06:40:05.163
1 How can I get UTXO for a specific address? 2018-05-05T14:31:01.173
1 Zcash T-address address wise UTXO transaction list both testnet and mainnet API 2018-07-02T05:25:00.800
1 What would UTXO consolidation look like in the public ledger with Schnorr signatures? 2018-10-15T09:43:09.400
1 How to cheaply melt many micro UTXOs? 2018-10-18T15:33:51.930
1 Are there any other balance management systems other than UTXOs and Account Based used by blockchains today? 2019-01-29T16:35:59.510
1 If I was developing a Bitcoin wallet, should I support both legacy and compatibility addresses? 2019-02-28T18:57:26.563
1 How does a Bitcoin (Core) wallet use inputs? 2019-05-15T12:07:09.407
1 What is the order in which UTXOs are sorted in a block? 2019-06-06T04:49:20.213
1 Is UTXO synonymous with leftover money in an address? 2019-08-06T21:39:26.927
1 Fetch UTXO Bitcoin to address created by rpc importprivkey without rescan like other api 2019-08-16T03:14:32.463
1 Why is the 'Estimated BTC Transacted' referring to just one of the multiple outputs? 2019-08-20T09:18:59.357
1 How many TXO have been created in total? 2019-08-29T07:46:07.073
1 How is the monetary part of bitcoin stored? 2019-09-25T03:04:53.433
1 How bitcoin application in production retrive UTXO's 2019-11-13T21:14:03.617
0 How can I find out if a transaction used a specific vout as its input? 2014-11-26T21:51:02.780
0 Where are my bitcoins - unconfirmed transactions 2016-03-14T18:34:10.810
0 What is the memory usage for checking transaction inputs? 2016-04-26T06:18:40.097
0 UTXO all sent to change address? 2016-11-19T05:06:32.590
0 Why do transactions send coins to the same address as they spent it from? 2017-02-06T15:20:32.660
0 How to get asm and hex from vout 2017-02-09T16:05:06.603
0 How to create a tx that cannot be replayed? 2017-07-12T00:15:44.470
0 How to get unspent bitcoins using bitcoinj 2017-08-12T04:21:39.160
0 What is crypto-proof UTXO set? 2017-10-20T09:57:54.113
0 Where to find UTXO Metadata API 2017-11-11T09:36:25.260
0 Does using different addresses affect subsequent transaction size, given the same number of inputs? 2017-12-15T02:25:25.953
0 get utxo at a certain chain height 2017-12-30T15:25:01.633
0 BTC not received after sending 2018-01-11T18:42:00.040
0 What are the mechanics of verifying that an output transaction is not spent? 2018-01-15T10:28:26.697
0 How to get unspents for inputs using bitcoinjs-lib? 2018-01-16T21:43:56.807
0 what happens to UTXOs when a transaction output script is satisfied? 2018-01-30T13:49:23.773
0 Double spending UTXOs 2018-02-13T08:16:02.373
0 Is it true that only UTXOs can be used as Transaction Inputs? 2018-03-19T16:23:56.123
0 Pycoin: How to sign SegWit transaction via Pycoin? 2018-03-21T04:12:15.887
0 Is it possible to spend the unspent outputs of a burn address? 2018-03-21T21:07:19.907
0 Editing the utxo database? 2018-03-22T04:54:58.417
0 How are utxos associated with a particular address? 2018-03-24T17:41:39.687
0 get the location of UTXO data 2018-04-09T02:21:10.457
0 How many change outputs are there in a Bitcoin transaction 2018-06-13T14:31:39.107
0 What does a bitcoin transaction contain? 2018-06-14T21:03:23.010
0 I seem to have too many unspent outputs for my given balance. What am I missing? 2018-07-19T07:06:50.130
0 UTXO transaction consolidation? 2018-08-06T01:10:24.563
0 Which values are GetValueIn() and GetValueOut() calculate? 2018-09-20T15:30:48.057
0 Can I receive detailed tx data via command line using only a lightclient? 2018-12-12T20:59:42.273
0 Reference an UTXO of a transaction that has not been yet mined 2019-01-15T14:53:50.130
0 How does an SPV client forms a transaction which is then Broadcasted? 2019-01-16T12:36:32.597
0 The risk of sending money to a xpub generated address 2019-01-23T05:07:06.493
0 Question about UTXO and indivisibility 2019-02-02T01:33:34.953
0 How to create an application which constructs a transaction using `bcoin` (javascript)? 2019-02-13T10:29:07.773
0 Use UTXOs before transaction is signed/broadcasted 2019-02-27T00:59:16.947
0 Spending UTXO from same block 2019-02-28T23:01:16.020
0 Swift implementation of bitcoin transaction creation 2019-03-01T14:27:26.907
0 Uniquely identifying a UTXO 2019-03-02T17:55:46.477
0 Uneconomical UTXO requested 2019-03-08T14:41:47.633
0 Transactions with multiple input UTXOs and multiple output UTXOs 2019-03-18T16:44:54.643
0 Why is there sometimes no output that sends funds back to the sender's address? 2019-03-20T01:00:28.083
0 Is SIGHASH_NONE encompassing of other signature types? 2019-03-30T18:46:36.797
0 Signing a blank input? 2019-03-30T19:22:36.993
0 Why does binance send a small amount into another utxo while sending to cold wallet? 2019-05-19T14:15:58.143
0 Signing a Tx that has multiple UTXOs 2019-05-24T19:27:34.623
0 Is a bitcoin UTXO divisible? 2019-06-12T10:12:18.707
0 OP_EQUAL not working properly 2019-06-25T16:57:35.817
0 Privacy: How should I handle UTXO's? 2019-06-28T22:53:06.473
0 Bitcoin address generation and UTXO scanning 2019-06-29T22:38:08.417
0 How to rebuild the balance of a Bitcoin address using bitcoin 2019-07-08T16:05:49.747
0 spend a specifc UTXO 2019-07-19T11:06:24.280
0 Some weird BTC transaction just happened to my wallet, sub wallet doesn't send back the BTC to my wallet 2019-09-01T08:42:57.383
0 How Bitcoin dose find and verify UTXO ? is this efficient? 2019-09-24T06:51:24.807
0 Clarification on the UTXO expense 2019-10-07T13:55:50.663
0 How can I consume my whole bitcoin balance in a single transction? Is it possible to use multiples UTXOs in a single transaction? 2019-10-18T13:36:27.337
0 How long does it take to find a UTXO in UTXOs set? 2019-10-26T00:13:28.927
0 if bitcoin miner(s) changed the UTXO set would the bitcoin nodes reject the blocks? 2019-11-11T22:04:07.477
-1 Can bloom filter be used to filter UTXO? 2015-07-16T06:55:53.040
-2 Can the network confirm a utxo is from a wallet on a verified list 2019-10-30T09:53:52.603