Questions tagged [raw-data]

should be used for questions related to raw data

Any question related to raw, unprocessed data used by various programs.

Raw data is important for developers to test their system whether it conforms to the standards and produces the correct results.

126 questions
3
votes
3 answers

.csv file of every block timestamp in btc history

i am looking for a .csv file of every block timestamp in bitcoin history with the block height. i can get one day at a time from bitcoin.info but i dont fancy manually copying and pasting over 3000 days worth and cleaning that data up. Does anyone…
joaf bresj
  • 31
  • 1
  • 2
3
votes
1 answer

How to get full Block information like blockchain?

How to get these values? Output Total Estimated Transaction Volume Transaction Fees Relayed by
2
votes
2 answers

how much data represents 1 satoshi? and on entire bitcoin

I mean, how many bits or bytes represents 1 satoshi, the minimun bitcoin portion and how many bytes represents one entire bitcoin, not a block, a 1.00000000BTC
Wiitus
  • 21
  • 1
2
votes
1 answer

How many shops accepted BTC? Is it somewhere roughly statistics data?

I am writing bachelor thesis. I need to include a graph on "how many shops or companies accepted BTC". Do you know where I can find historic data or a graph for this?
user3473712
  • 435
  • 4
  • 9
1
vote
1 answer

Where in a bitcoin transaction can I store some data?

I need to store some data in a transaction to the data can be stored in the blockchain. In which field of the transaction I can store it?
user153465
  • 291
  • 1
  • 10
1
vote
1 answer

How can you tell if you're at the end of an incomplete blk*.dat file?

I've been parsing the blk*.dat files using fread(). Let's say this is the basic structure of a blk.dat file: [magicbyte] [blockheader] [transactions] [magicbyte] [blockheader] [transactions] ... [magicbyte] [blockheader] [transactions] When…
inersha
  • 3,063
  • 1
  • 17
  • 41
1
vote
1 answer

Where can I find per-second bitcoin price & volume data?

I am looking for per-second (or any time interval less than one day) bitcoin data for bitcoin price and volume on any given exchange. Do you know where I can find this sort of data? Have found Coinbase's price data for every 10 minutes which is…
0
votes
1 answer

Don't have full block data on my full node

I am revising my blockchain parser and I'm encountering an issue where I only have block headers but not the corresponding block data on my machine for blocks past a certain height (on my machine it started at block #594606 and from there on I only…