Bitcoin Forum
April 19, 2024, 07:05:14 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: Announcing iOS block chain explorer app  (Read 2708 times)
thirdprize (OP)
Sr. Member
****
Offline Offline

Activity: 485
Merit: 274


View Profile WWW
February 26, 2015, 01:09:50 PM
Last edit: February 27, 2015, 11:20:46 AM by thirdprize
 #1

After a month in development and another month getting it past Apple, my block chain explorer app is now available.

https://itunes.apple.com/us/app/blockchain-explorer/id953958125?ls=1&mt=8

You can search for blocks, addresses and transactions and then see where the Btc came from/went.  Then you can save them, email them, tweet them whatever.  The various bits of data are also colour coordinated for ease of use.

Have a look and let us know if you find any issues with it.

Did I mention IT IS FREE?

   



Remember that Bitcoin is still beta software. Don't put all of your money into BTC!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Madness
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500


My goal is becaming a billionaire.


View Profile WWW
February 26, 2015, 01:48:05 PM
 #2

Is it that hard to add it to iTunes ?
Anyway , thank you for your hard work , good job . Do you know if there will be any Android version available anytime soon ?

~ Madness

bitwarrior
Legendary
*
Offline Offline

Activity: 1764
Merit: 1000



View Profile
February 26, 2015, 01:50:10 PM
 #3

It seems to be a good App, will check it out.
Thanks for sharing. Good luck!
redsn0w
Legendary
*
Offline Offline

Activity: 1778
Merit: 1042


#Free market


View Profile
February 26, 2015, 01:52:32 PM
 #4

Interesting, I will try it on my iphone and write here in the thread if I will find bug (maybe improve the "design"). Thanks.
thirdprize (OP)
Sr. Member
****
Offline Offline

Activity: 485
Merit: 274


View Profile WWW
February 26, 2015, 03:11:35 PM
 #5

Is it that hard to add it to iTunes ?

There was an on one of the screens and whoever was reviewing it could not see the ad.  ?!?!?!?  they rejected it twice and in the end i stuck one on the main screen as well.  I guess they saw that as they passed it.  Sorry, no android version.

Version 1.1 may have a QR reader possible the balances on the saved address screen.

Madness
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500


My goal is becaming a billionaire.


View Profile WWW
February 26, 2015, 03:15:02 PM
 #6

Is it that hard to add it to iTunes ?

There was an on one of the screens and whoever was reviewing it could not see the ad.  ?!?!?!?  they rejected it twice and in the end i stuck one on the main screen as well.  I guess they saw that as they passed it.  Sorry, no android version.

Version 1.1 may have a QR reader possible the balances on the saved address screen.

No problem for the Android version .
If you don't mind my question on what programming language this app has been made in ?

~ Madness

thirdprize (OP)
Sr. Member
****
Offline Offline

Activity: 485
Merit: 274


View Profile WWW
February 26, 2015, 03:47:27 PM
 #7


If you don't mind my question on what programming language this app has been made in ?

~ Madness

It has been a year or two since I have written an app, so this uses the new Swift programming language and makes use of some of the latest Apple programming features.

It also gets its data from the BlockTrail.Com API, as that seemed the best API that I could find.

redsn0w
Legendary
*
Offline Offline

Activity: 1778
Merit: 1042


#Free market


View Profile
February 26, 2015, 09:21:21 PM
 #8

There are some bug, I've made a little video :


redsn0w
Legendary
*
Offline Offline

Activity: 1778
Merit: 1042


#Free market


View Profile
February 26, 2015, 09:37:30 PM
 #9

...
PS.  Is there any way to scale this image "in message"?



Yes of course , you should add the "width=NumberOfPixel  & also "height=x--" (if you want a perfect resize). For example :


Code:
[img width=300]http://www.thirdprize.org/Images/Apps/Blockchain-2.jpg[/img]

it will be :


thirdprize (OP)
Sr. Member
****
Offline Offline

Activity: 485
Merit: 274


View Profile WWW
February 27, 2015, 11:21:20 AM
 #10

There are some bug, I've made a little video :




Thanks for that.  Thought I had fixed that already.  Will be done in the next update.

redsn0w
Legendary
*
Offline Offline

Activity: 1778
Merit: 1042


#Free market


View Profile
February 27, 2015, 11:24:35 AM
 #11

There are some bug, I've made a little video :




Thanks for that.  Thought I had fixed that already.  Will be done in the next update.

No problem you are welcome, check also the "support page" the links aren't clickable.  However great work !
thirdprize (OP)
Sr. Member
****
Offline Offline

Activity: 485
Merit: 274


View Profile WWW
February 27, 2015, 08:59:50 PM
 #12

There are some bug, I've made a little video :




Thanks for that.  Thought I had fixed that already.  Will be done in the next update.

No problem you are welcome, check also the "support page" the links aren't clickable.  However great work !

Strange.  They work on iOS8 but not on iOS7.

thirdprize (OP)
Sr. Member
****
Offline Offline

Activity: 485
Merit: 274


View Profile WWW
March 01, 2015, 09:19:38 AM
 #13

New version submitted to Apple yesterday.

PolarPoint
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500


View Profile
March 01, 2015, 09:35:12 AM
 #14

Nice project you have. Does your app save the transactions and balance on local database, and these info are viewable offline? What I need is an app to store my address history and I can check them when I have no internet.
thirdprize (OP)
Sr. Member
****
Offline Offline

Activity: 485
Merit: 274


View Profile WWW
March 01, 2015, 10:44:20 AM
 #15

Nice project you have. Does your app save the transactions and balance on local database, and these info are viewable offline? What I need is an app to store my address history and I can check them when I have no internet.

Sorry, No.  It is all on-line.  I can look at doing that some how though.

thirdprize (OP)
Sr. Member
****
Offline Offline

Activity: 485
Merit: 274


View Profile WWW
March 08, 2015, 12:00:03 PM
 #16

Version 1.1 is with Apple and fixes most of the big bugs.  However it is being reviewed by an idiot so there is a bit of discussion going on.

redsn0w
Legendary
*
Offline Offline

Activity: 1778
Merit: 1042


#Free market


View Profile
March 08, 2015, 12:14:15 PM
 #17

Version 1.1 is with Apple and fixes most of the big bugs.  However it is being reviewed by an idiot so there is a bit of discussion going on.

Fantastic, when it will be approved I will test is for sure. You have made a good work it the first version (only those few bugs, but nothing of important).
thirdprize (OP)
Sr. Member
****
Offline Offline

Activity: 485
Merit: 274


View Profile WWW
March 11, 2015, 07:38:49 PM
 #18

Version 1.1 should be out now.

Muhammed Zakir
Hero Member
*****
Offline Offline

Activity: 560
Merit: 506


I prefer Zakir over Muhammed when mentioning me!


View Profile WWW
March 13, 2015, 11:25:08 AM
 #19

Thanks for the explorer! I will try this soon!

Can you make it offline like PolarPoint asked? It would be helpful and also does this show scripts and other technical informations? Thank you!

thirdprize (OP)
Sr. Member
****
Offline Offline

Activity: 485
Merit: 274


View Profile WWW
March 16, 2015, 08:34:21 AM
 #20

Yes, it does show scripts though i probably need to make that cell a bit bigger.  If you go to a transaction and then look at the outputs for that transaction. 

I can look at storing the data off-line.  Would you want just an address and its transactions?  And the source/destination addresses?

If you have downloaded it and like it, could you PLEASE, PLEASE, PLEASE, PLEASE give it a good review on the app store. 

Pages: [1] 2 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!