Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
12 views

Can I send Bitcoin to my bank [duplicate]

Can I send my Bitcoin to my bank account I'm having trouble with idme verification
Rose Garcia's user avatar
3 votes
1 answer
345 views

What could this OP_RETURN value be

I was messing around on the blockchain learning about OP_RETURN outputs and the equivalent use of Input Data in Ethereum and came across something interesting and I can't make sense of it. It starts ...
user2334659's user avatar
0 votes
1 answer
102 views

A wrong wallet situation

On 9th of this month I have my dad send me some bitcoin and I gave him my wallet for the payment.. after a while he told me he sent it I didn’t see it and I taught it was network and I would get it ...
Josh's user avatar
  • 1
2 votes
1 answer
486 views

Calculating addresses from Bitcoin transaction data

What would be the easiest way to retrieve addresses that are used in specific transaction? For instance, if you look at following transaction which is retrieved by getblock of JSON RPC with argument ...
xor's user avatar
  • 97
1 vote
2 answers
331 views

What are the OP codes associated with bc1?

As the title says I'm trying to extract bc1 addresses by using opcodes I've found from reading about bitcoin online. However, I cannot actually find the opcodes associated with bc1. The segwit outputs ...
bitcoinluvr6969's user avatar
0 votes
0 answers
87 views

Why do many of the early bitcoin addresses receive small transactions many years later? [duplicate]

For example... https://www.blockchain.com/explorer/addresses/btc/1NHHWnZKTetjZZfAbVjTS9EHQafdH6xn8a ...receives a block reward of 50 BTC in 2009 and then transactions in 2019, 2020, 2021 for tiny ...
d3wannabe's user avatar
  • 275
0 votes
1 answer
201 views

Transaction Wallet-Address extraction

When taking a look at the blk.dat files I am confused about how I would go about getting sender(s) and receiver(s). It is clear to me that if I have multiple inputs / outputs that there might be ...
TheEyeOfAr3s's user avatar
0 votes
1 answer
487 views

Retrieving bitcoin address of the receiver of a transaction with bitcoinrpc

I'm trying to write a simple python implementation using bitcoinrpc to extract the address receiving a transaction but... I'm not sure why certain fields are only accessible inconsistently. E.g. tx['...
d3wannabe's user avatar
  • 275
4 votes
2 answers
223 views

Is it possible to retrieve input addresses and input values of bitcoin transactions from raw blk.dat files?

I'm developing a script that processes blk.dat files from bitcoin core. So far, I am able to retrieve the following attributes for transaction inputs: "vin", "index", "...
Andreas's user avatar
  • 89
0 votes
0 answers
23 views

A Failed bitcoin transaction [duplicate]

I made a bitcoin transaction of $570 it failed and it's been over 24 hours I haven't gotten my bitcoin back please what do I do?.... The transaction does even have a TXID..... Please help.
Funds's user avatar
  • 1
0 votes
1 answer
55 views

How to analyze BTC flow in many to many transaction

I am confused as to how should I analyze many to many transaction. I.e. many TX IN and many TX OUT Is there a way to know in above setup which input address sent which amount to output address? I've ...
Macin's user avatar
  • 101
2 votes
1 answer
220 views

Translating inputs (and outputs) to find addresses involved in transaction?

Is there a way for me to translate the input and output scripts in a bitcoin transaction? I am building an application that lets you query different stats from the Bitcoin-network, down the line I ...
JVH's user avatar
  • 21
0 votes
1 answer
73 views

How does the bitcoin network use public and private keys when one wants to transfer funds?

I am familiar with Public keys, private keys and addresses. But, I don't understand how they are used when I want to transfer funds to a different wallet. For example, what is the process that is ...
Jamo's user avatar
  • 167
1 vote
2 answers
2k views

How to find xPub from wallet address

I'm trying to find a master public key (I believe this is the xPub) of an electrum wallet I no longer have access to. This is ok, I've moved all BTC from there. The thing is, I need the public key to ...
b.lyte's user avatar
  • 111
0 votes
1 answer
265 views

Repeating identical outputs in bitcoin transaction

I am building a script that is indexing all bitcoin transactions in real time with all their details etc. But I am looking here at this transaction - https://www.blockchain.com/btc/tx/...
Dan's user avatar
  • 27

15 30 50 per page
1
2 3 4 5
14