monerochain (OP)
Newbie
Offline
Activity: 12
Merit: 0
|
 |
May 16, 2014, 03:29:51 PM |
|
Hi everyone! I'm happy to announce the launch of the first web-based blockchain explorer for Monero: It lets you look up any block or transaction ever made. For now it's quite simple and it does just the basics, but I'll be adding more features soon. If you spot a bug, think of a possible improvement or an idea for a new feature, please let me know your thoughts! I'm open to suggestions and requests. Regards.
|
|
|
|
newIndia
Legendary
Offline
Activity: 2226
Merit: 1052
|
 |
May 16, 2014, 04:06:57 PM |
|
Hi everyone! I'm happy to announce the launch of the first web-based blockchain explorer for Monero: It lets you look up any block or transaction ever made. For now it's quite simple and it does just the basics, but I'll be adding more features soon. If you spot a bug, think of a possible improvement or an idea for a new feature, please let me know your thoughts! I'm open to suggestions and requests. Regards. 1 BTC equals how many Monero ?
|
|
|
|
gaba
|
 |
May 16, 2014, 04:19:43 PM |
|
1 BTC equals how many Monero ?
Right now around 850 M. You can check actual price here: https://cryptonote.exchange.to/
|
LWWE6dtTUXuaq36KTCne5XqMQHfhfwpadC
|
|
|
newIndia
Legendary
Offline
Activity: 2226
Merit: 1052
|
 |
May 16, 2014, 04:40:09 PM |
|
Do u mean 850 MoneroCoin can be used to buy 1 BTC ?
|
|
|
|
TheKoziTwo
Legendary
Offline
Activity: 1552
Merit: 1047
|
 |
May 16, 2014, 04:41:43 PM |
|
Right now 1000 MRO = 1 BTC... or around that range.
Also, great site!
|
|
|
|
dnaleor
Legendary
Offline
Activity: 1470
Merit: 1000
Want privacy? Use Monero!
|
 |
May 16, 2014, 04:41:55 PM |
|
Great! I will send a donation! :-)
Edit: if you post an address ;-)
|
|
|
|
Kyune
|
 |
May 16, 2014, 05:16:03 PM Last edit: May 16, 2014, 05:30:19 PM by Kyune |
|
Very cool.
A graph of difficulty over time would be sort of neat.
Please also consider some explanatory language or a short FAQ explaining what no Monero block explorer could ever do because of the ring signature architecture of the currency. This highlights the privacy/anonymity features of Monero.
Interacting with a explorer like this -- especially compared to the current, somewhat clunky command line daemon and wallet -- really presents a "teachable moment" about the core differences between Monero and all the coins that have come before. The average user, new to Monero, will want to try something like inputting their public address to see their balance. But they can't (right?), because it doesn't work like that! A short FAQ about what can and cannot be divined from the Monero blockchain helps to educate newcomers that what they are seeing is not a shortfall of your explorer, but rather a feature set of this coin.
|
BTC: 1K4VpdQXQhgmTmq68rbWhybvoRcyNHKyVP
|
|
|
monerochain (OP)
Newbie
Offline
Activity: 12
Merit: 0
|
 |
May 16, 2014, 05:26:33 PM |
|
Great! I will send a donation! :-)
Edit: if you post an address ;-)
I've added an "about" section where you can find the address for donations: http://monerochain.info/aboutVery cool.
A graph of difficulty over time would be sort of neat.
Please also consider some explanatory language or a short FAQ explaining what no Monero block explorer could ever do because of the ring signature architecture of the currency. This highlights the privacy/anonymity features of Monero.
Interacting with a explorer like this -- especially compared to the current, somewhat clunky command line daemon and wallet -- really presents a "teachable moment" about the core differences between Monero and all the coins that have come before. The average user, new to Monero, will want to try something like inputting their public address to see their balance. But they can't (right?), because it doesn't work like that! A short FAQ about what can and cannot be divined from the Monero blockchain helps to educate newcomers that what they are seeing is not a shortfall of your explorer, but rather a feature set of this coin.
Very good point, that would definitely help the new users understand the workings of Monero. Difficulty over time graph coming out soon  Thanks for your comments!
|
|
|
|
Kyune
|
 |
May 16, 2014, 05:47:14 PM |
|
Very good point, that would definitely help the new users understand the workings of Monero.
Yeah, and not just new users. I'm still trying to get my head around how Monero works and I'm looking forward to seeing just what a blockchain explorer can, and cannot, do. What is the most that can be gleamed about a transaction when <mixin_count> is 0 vs greater than 0? Can you track <payment_id> ? etc. The original post announcing Monero lists the following as some of its key features: Untraceable payments Unlinkable transactions [...] Blockchain analysis resistance [...]
Your tool can help a wider population understand how elegantly this is true.
|
BTC: 1K4VpdQXQhgmTmq68rbWhybvoRcyNHKyVP
|
|
|
Kyune
|
 |
May 16, 2014, 05:59:08 PM |
|
Total coins in circulation might be a useful stat. People are always throwing around estimates, but you can calculate the exact sum.
|
BTC: 1K4VpdQXQhgmTmq68rbWhybvoRcyNHKyVP
|
|
|
slapper
Legendary
Offline
Activity: 2114
Merit: 1111
Enjoy 500% bonus + 70 FS
|
 |
May 16, 2014, 08:05:24 PM |
|
Top wallets would be great if it is possible  Great effort here. Thanks.
|
|
|
|
monerochain (OP)
Newbie
Offline
Activity: 12
Merit: 0
|
 |
May 17, 2014, 03:19:23 PM |
|
Very good point, that would definitely help the new users understand the workings of Monero.
Yeah, and not just new users. I'm still trying to get my head around how Monero works and I'm looking forward to seeing just what a blockchain explorer can, and cannot, do. What is the most that can be gleamed about a transaction when <mixin_count> is 0 vs greater than 0? Can you track <payment_id> ? etc. The original post announcing Monero lists the following as some of its key features: Untraceable payments Unlinkable transactions [...] Blockchain analysis resistance [...]
Your tool can help a wider population understand how elegantly this is true. I'm also not very familiar with the inner workings of Monero. I'm able to extract from the blockchain some more attributes than the ones currently displayed on the website, such as the payment_id present on some transactions, but I don't know the meaning of most of them. One of my next steps in my todo list is reading the cryptonote paper, so I can understand the protocol better and display the data in a more meaningful way or derive new useful data, to the extend possible. Total coins in circulation might be a useful stat. People are always throwing around estimates, but you can calculate the exact sum.
Done! I've added a bunch of charts, including the one you requested: http://monerochain.info/chartsTop wallets would be great if it is possible  Great effort here. Thanks. Unfortunately (or not), I don't think this is possible. As Kyune pointed out, one of the main points that make Monero different than most of other alt coins are its anonymity features based on ring signatures, which make it unfeasible to extract meaningful info regarding individual wallets.
|
|
|
|
zzzman20
|
 |
May 19, 2014, 05:52:27 AM |
|
Hi, can you have the cryptonote exchange post TXID next to withdrawals?
|
|
|
|
monerochain (OP)
Newbie
Offline
Activity: 12
Merit: 0
|
 |
May 19, 2014, 02:00:20 PM |
|
Hi, can you have the cryptonote exchange post TXID next to withdrawals?
It's absolutely fine if cryptonote exchange or anyone else wants to place a link to monerochain.info/tx/TXID. If you want them to put such link you should ask them. Is this what you're asking, or something else? Everyone should feel free to link monerochain.info if they want to, no need to ask for permission.
|
|
|
|
toknormal
Legendary
Offline
Activity: 3066
Merit: 1188
|
 |
May 19, 2014, 04:25:49 PM |
|
Total coins in circulation might be a useful stat. People are always throwing around estimates, but you can calculate the exact sum.
Here you go. The exact up to the minute circulation: http://monerochain.info/stats
|
|
|
|
toknormal
Legendary
Offline
Activity: 3066
Merit: 1188
|
 |
May 19, 2014, 04:27:35 PM |
|
Total coins in circulation might be a useful stat.
LoL  That should really read "Total Coins NOT in Circulation". You can now no longer get a decent amount of monero for love nor money unless you want to pay 1,300,000 Sats for them. EDIT: (Had to add an extra zero on there)
|
|
|
|
WigitGetIt
Legendary
Offline
Activity: 952
Merit: 1000
|
 |
May 22, 2014, 03:48:52 AM |
|
Hi everyone! I'm happy to announce the launch of the first web-based blockchain explorer for Monero: It lets you look up any block or transaction ever made. For now it's quite simple and it does just the basics, but I'll be adding more features soon. If you spot a bug, think of a possible improvement or an idea for a new feature, please let me know your thoughts! I'm open to suggestions and requests. Regards. I would like to get one made for GlobalBoostCoin. We would like to host it on our own server. Please PM. I have pm'd you as well. Github: http://github.com/GlobalBoostWebsite: http://www.globalboost.org/index.php
|
|
|
|
ora
Newbie
Offline
Activity: 47
Merit: 0
|
 |
May 26, 2014, 02:43:13 AM |
|
I use cryptonote-easy-miner_v0.0.3 download at http://extremepool.org/#getting_startedI run at mro.extremepool.org:5555 for 2 days. I check status at extremepool.org Address: 4Ay47mJMJFsAyLabYvTuvWMnYg9Cuz6433TR8EGLmzC2DTmW2UufUGCM7jekYepy8Li9Qj6p7j1kuM6 pb9FhwHFr5KfKphY Last Share Submitted: about a minute ago Hash Rate: 45.33 H/sec Total Hashes Submitted: 2004180 Total Paid: 0.000000000000 MRO Total summitted about 2million but I don't recevie any coin. Please help me check soon. I will shutdown my CPU first
|
|
|
|
ozie
|
 |
May 26, 2014, 08:32:58 AM |
|
It would be really great if the API could output the average Blockreward for the last 24 Hours. I need that value for the Monero IRC Bot. Please implement 
|
|
|
|
Kyune
|
 |
May 27, 2014, 12:26:52 AM |
|
I'm also not very familiar with the inner workings of Monero. I'm able to extract from the blockchain some more attributes than the ones currently displayed on the website, such as the payment_id present on some transactions, but I don't know the meaning of most of them. One of my next steps in my todo list is reading the cryptonote paper, so I can understand the protocol better and display the data in a more meaningful way or derive new useful data, to the extend possible.
Since you are able to extract it, adding search functionality for the payment_id field would be immensely helpful. Given the anonymous nature of Monero, payment_id's are basically the means by which the payer can prove to the buyer that the payment was actually sent over the network -- but to do so, they need to be able point to a neutral third party source (the block explorer) as proof.
|
BTC: 1K4VpdQXQhgmTmq68rbWhybvoRcyNHKyVP
|
|
|
|