Free Web Services - Herong's Tutorial Examples - v2.13, by Herong Yang
Archived: Get Bitcoin Block Data
This section provides a tutorial example on how to use the Get Bitcoin Block Data operation provided by blockexplorer.com.
The operation of getting the Bitcoin Block Data can be described as:
The simplest way to use this Web service is run a Web browser and enter the URL combining the end point and the resource path with given parameter values.
For example, if you want see the content of the first block on Bitcoin blockchain, run two calls:
Call #1: https://blockexplorer.com/api/block-index/0 {"blockHash":"000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f"} Call #2: https://blockexplorer.com/api/block /000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f {"hash":"000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f", "size":285, "height":0, "version":1, "merkleroot":"4a5e1e4baab89f3a32518a88c31bc87f618f76673e2cc77ab2127b7afdeda33b", "tx":["4a5e1e4baab89f3a32518a88c31bc87f618f76673e2cc77ab2127b7afdeda33b"], "time":1231006505, "nonce":2083236893, "bits":"1d00ffff", "difficulty":1, "chainwork":"0000000000000000000000000000000000000000000000000000000100010001", "confirmations":544660, "previousblockhash":null, "nextblockhash":"00000000839a8e6886ab5951d76f411475428afc90947ee320161bbf18eb6048", "reward":50," isMainChain":true, "poolInfo":{} }
Or if you want to see the content of the last block on Bitcoin blockchain, run two calls:
Call #1: https://blockexplorer.com/api/status?q=getLastBlockHash {"syncTipHash":"0000000000000000000fc2492ff1e1db161c63e63c859d0d0e2cb26656b54a2c", "lastblockhash":"0000000000000000000fc2492ff1e1db161c63e63c859d0d0e2cb26656b54a2c"} Call #2: https://blockexplorer.com/api/block /0000000000000000000fc2492ff1e1db161c63e63c859d0d0e2cb26656b54a2c {"hash":"0000000000000000000fc2492ff1e1db161c63e63c859d0d0e2cb26656b54a2c", "size":920811, "height":544655, "version":536870912, "merkleroot":"8ade09eb5ec1ecfa03ca1d39a791c7eb27a6c8191431e7c3f79d9a72854b2d61", "tx":[ "63b2648cb4bd8707dc2e2351add83e5d291ef686821cbba1169b9705c5625ef5", "7a2696f8f24d7fea38d1827e5a82c28f2f8bc72d14f5db49c754b1e2ebe396c1", "258a9f4da551535d2d0b554ad9420192da7e0bd878d7dd1fd6c9fb39dcaa4746", ... "58874306d22bb95eaa6da63c024c89e0814ebe5d836cd310437ac7f8546e825f"], "time":1538853719, "nonce":1980084033, "bits":"1725c191", "difficulty":7454968648263.241, "chainwork":"0000000000000000000000000000000000000000037dfa3debbe8901d114a520", "confirmations":5, "previousblockhash":"0000000000000000000587e706c09b8d32822deb9762d0ba2f7babf040335d77", "nextblockhash":"000000000000000000066dca848cf2c890cdbb5cd681678dbb4782c48980d821", "reward":12.5, "isMainChain":true, "poolInfo":{} }
Table of Contents
SoapUI - Web Service Testing Tool
Mock Web Services - herongyang.com/Service
"SoapResponder" and Web Service Test Tool
"Calculator" for 4 Integer Operations
DataFlex Web Service for Country Information
LatLonListCityNames - Return Latitudes and Longitudes of US Cities
LatLonListZipCode - Return Latitudes and Longitudes of US Zip Code
TempConvert Web Service for Temperature Conversion
NDFDgenByDay - US Weather Forecast by Day
NDFDgen - US-Weather Forecast for a Single Location
Bitcoin Blockchain Data API (or Explorer)
flickr.interestingness.getList - Get Interesting Photos
NumberToWords - Convert Number in Digits to Words
TitleCaseWordsWithToken - Words to Title Case Format
"PUG SOAP" Web Service for PubChem Database
Discontinued: Currency Converter by kowabunga.net
Discontinued: GetCountries - Get All Countries and Territories
Discontinued: GetCurrencies - Get Currencies from All Countries
Discontinued: GetGMTbyCountry - Get GMT Information of a Given Country
Discontinued: GetISD - Get ISD Phone Code of a Given Country
Discontinued: GetCitiesByCountry - Get Cities by Country
Discontinued: GetInfoByState - Get ZIP Codes of a Given US State
Discontinued: GetAirportInformationByCountry - Get Airport Code by Country
Discontinued: GetGeoIP - Get Country by IP Address
Discontinued: ConvertTemp - Convert Temperature Unit
Discontinued: ChangeLengthUnit - Convert Length Unit
Discontinued: ConvertWeight - Convert Weight Unit
Discontinued: ChangeAreaUnit - Convert Area Unit
Discontinued: Code39 - Generate Bar Code Images in Code 39 Format
Discontinued: GenerateBarCode - Generate Bar Code Images
Discontinued: GetMortgagePayment - Calculate Mortgage Payment
Discontinued: ConversionRate - Get Currency Exchange Rate
Discontinued: GetQuote - Get Stock Quote
Discontinued: GetSunSetRiseTime - Get Sunrise and Sunset Time
Discontinued: GetWeatherByZipCode - Get Weather by ZIP Code in US
Discontinued: getTime - Get the Current Time
Discontinued: questionSearch - Search Yahoo! Questions and Answers
Discontinued: Hotwire - Get Travel Ticker Deals
Archived: Get Bitcoin Blockchain Network Info
►Archived: Get Bitcoin Block Data
Archived: Get Bitcoin Transaction Data
Archived: Get Wallet Content by Address
Archived: Get Wallet Property by Address
Archived: Downloading and Installing SoapUI 5.2