steemdb.com - open source blockchain explorer and data playground (alpha release) by jesta

View this thread on steempeak.com
· @jesta · (edited)
$5,178.73
steemdb.com - open source blockchain explorer and data playground (alpha release)
One thing I get asked for a lot on steemstats.com is historical data. The problem I ran into was in the way steemstats was designed - everything is loaded in real time from the blockchain. I needed a way to store and retrieve data based on time and date - [steemdb.com](https://steemdb.com) (steem database) is the concept I ended up with, which will allow all of us to use this data.

Before I go further, **this post will be split into two parts**: the first part is for everyone and outlines the benefits [steemdb.com](https://steemdb.com) brings to steem users; and the second part for the developers interested in learning and/or contributing.

Also - **This is a super early alpha, it might crash :)**

# Introducing steemdb.com, the website

steemdb is about being able to look at data in different ways, as well as back historically in time, using techniques that aren't currently available through the steem blockchain. It also serves as a playground for new ideas and experiments. It's a block explorer at heart, but doesn't feel like your typical explorer.

I'd invite you to check out my account overview here:

[https://steemdb.com/@jesta](https://steemdb.com/@jesta)

or you can even continue reading this post via steemdb:

[https://steemdb.com/steemdb/@jesta/steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release](https://steemdb.com/steemdb/@jesta/steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release)

### Currently steemdb allows you to do the following things:

- View detailed account information + historical charts
- View detailed information about posts
- View the current witnesses + mining queue
- Search for accounts using the box in the upper right
- (Experiment #1) Browse posts by creation date, filter by tag, sorted by either votes or payouts

**You currently can't do anything that requires a login** - steemdb is all about exploration for the time being.

This post is going to get long, so for those of you who need a TLDR, I'd invite you to scroll through the small gallery of images below that show the various pages available.

---

## Account View

Example: [https://steemdb.com/@jesta](https://steemdb.com/@jesta)

The account view breaks down the different components of an account into separate tabs and tries to make the information easy to digest. You can look at anyone's account with this detail. It also charts and shows historical data for some areas of information to track changes over time. It's not mean to be a replacement to steemstats, but a tool that steemstats could link to to learn about others.

**Much of this data will be available on steemstats.com in the near future**. I'll also hopefully be providing some public APIs of the same thing for everyone else to use. This is all dependent on how optimized I can make the data and how much the infrastructure would cost to scale.

![Imgur](http://i.imgur.com/sYfxZMo.png)

---

## Post View

Example: [https://steemdb.com/steemstats/@jesta/steemstats-0-3-4-new-live-post-inspector-and-incoming-witness-votes](https://steemdb.com/steemstats/@jesta/steemstats-0-3-4-new-live-post-inspector-and-incoming-witness-votes)

This was my take on how I'd want to explore the data behind a post. It's not interactive at this point, but already provides a bit more insight than we have here on steemit. It features the content broken out into a tabular view based on data aspect, and a sidebar that shows you about the author, other things they've written, and other meta information.

I've also included buttons on each post to quickly view it on steemit.com, just in case you discover something you'd like to vote on or respond to.

![Imgur](http://i.imgur.com/tWkzLnJ.png)

---

## Witness View

[https://steemdb.com/witnesses](https://steemdb.com/witnesses)

This section is a mirror of the witness page on [https://steemd.com/witnesses](https://steemd.com/witnesses). It displays information important to the witnesses and miners on the steem network.

![Imgur](http://i.imgur.com/sLRUPdx.png)

---

## Posts by Date (Experiment #1)

Example: [https://steemdb.com](https://steemdb.com) (the current homepage)

This section was designed as an experimental view of data on the blockchain. This was my first attempt at organizing the data on steem in a more "content silo'd" fashion to see how it could be browsed.

I plan on doing a number of experiments on different ways to view the content in an attempt to help determine the best way to present it. My thought is that I'll be able to move a lot faster (since it's a database, not a blockchain) and help prototype what sort of things we may see here someday on steemit.com.

Currently, the posts page is set to:

- **Grouping**: It's grouped by the `creation date`. You only view one day at a time, and can go forwards and backwards in time.
- **Sorting**: Posts by default are sorted by payouts which can be changed to votes.
- **First Tag Priority**: If you click on a tag, if will only show you posts where that is the **first tag**.

It's pretty interesting to go back in time and view what was popular on specific dates. It's even more interesting when you pick a tag, and then paginate by date. I've found a few posts that I never would have seen by doing this.

![Imgur](http://i.imgur.com/BMfi8Ko.png)

---

![Imgur](http://i.imgur.com/wLnw4eT.png)

---

## What's next for steemdb.com (the website)?

The short version is more historical data, charts, APIs and ways to view the data that exists on the blockchain.

One of the biggest goals with steemdb is to help people learn about all the various aspects of the steem platform. steemstats.com has the same goal, but just from a very different angle. steemstats.com is about someone specific, and steemdb.com is about everyone in general.

Over time, I think that these two projects will integrate with each other more and more.

The steemdb platform will also be used to show the community alternate ways that the content here on steem can be presented. I plan on trying out a bunch of interfaces you're likely familiar with to see what works best and what the community would like.

I feel the best way to actually garner feedback is with a prototype, so I plan on delivering them, hopefully with the help of others! 

Speaking of which...

---

# Introducing aaroncox/steemdb - the code

https://github.com/aaroncox/steemdb

Let me start by saying I most definitely followed the mantra of "do things that don't scale" for this prototype. If I never updated this code ever again, it wouldn't be scalable to the size that I believe steem can achieve. In fact I don't even know how the servers will hold up with the announcement and general usage of the site. Gotta love these alpha versions!

**It's also not really that easy to use yet**! The reasons for this are: 

- It's 2 weeks old
- I used technologies I didn't have to learn
- I'm learning the best ways to retrieve the data from the blockchain

Just like steem itself, if you're going to get involved, you're going to have to be able to figure how things work without documentation (for now). Learn to ask questions - lots of them.

I'd invite you to join the #steemdb channel on steemit.chat, as I'll try to focus any interested parties there. If you join to promote your posts... you're gonna get the evil eye.

### The technologies behind steemdb currently

Technology stack was chosen based on technologies I've used recently, not what's best. I'm still working full time on other projects and steem is still only a portion of my time each week. So if I needed a hammer, and all I could find was a rock, I used it.

That doesn't mean these technologies can't change and be adapted. Remember, it's an alpha and an experiment...

Currently these are the components that make up the project:

1. **Data Storage**: MongoDB. Say what you will about it, but I was able to throw blocks of json at it, index it, and then begin querying/aggregating it.
2. **The Website**: Powered by PHP7/nginx, using the Phalcon 3 framework, and a small collection of composer packages. On the frontend it uses semantic-ui for UI and plottable.js for charts. It connects to MongoDB as well as directly to the steem blockchain (very lightly).
3. **The Services**: Written in Python3, and powered by Piston, these services act as the synchronization tools between the blockchain and the database.

All of this is encapsulated in a variety of docker containers that's controlled through `docker-compose`.

### Future direction of the project

Since this is the first release, a firm direction hasn't been set in stone. I'd like to see a number of improvements, as well as some optimizations, to really firm up it's core.

Right now off the top of my head, I believe it's immediate future includes:

- Some build processes to help manage js/css dependencies. It's very manual right now. You'll actually find a nice symlink from the public folder into the bower components.
- Cleaning up the synchronization scripts so they don't store quite so much data. Right now there's a lot of duplicate data, including posts, so the database is huge. Luckily disk space is cheap right now, and the project is still rather limited.
- The charts aren't in the best of places. The JS is actually stored in a volt file simply because docker was fighting me by corrupting my JS files.
- Most of the aggregation queries should be moved out of the controllers and into the appropriate models for reusability. There's very little duplicate code right now, but it might get out of hand if that pattern continues.

There are also some loftier goals of removing the frontend from PHP, and using something like react. This would make the PHP layer purely an API for the frontend to interact with.

### How do I run the damn thing?

I will get a full development environment guide up in the coming weeks. It's going to take a **LOT** of disk space and some patience for the setup. You're going to have to build your own entire database version of the 4+ million blocks in the blockchain. Currently, completely unoptimized, it's consuming `21.943GB` of disk space on my server.

If this is something you're interested in - the first step I'd take in getting started is setup a local steemd instance and synchronize the entire blockchain to a local computer/server. It just so happens I wrote a [guide on a web instance of steemd](https://steemit.com/steem/@jesta/building-a-high-availability-steemd-node-for-web-apis) a few weeks ago. I'd start there.

The first step of running steemdb is going to be letting the services run for like 6-12 hours as it creates your database.

---

# Wrapping things up

I'm pretty excited about this project, being able to query the database for pretty much any bit of information is like having a super power. I will do my best to keep the community up to date of changes, digest feedback, and help shape it into another great tool for the community to use.

Philosophically, steemdb is what I'd consider to be the 3rd and final part of the trinity of projects I've been working on:

- steemstats: All about you and your data
- steemdb: Aggregate information about everyone and everything
- steempress: Taking your data and letting you start your own website

These projects combined will hopefully form a powerful open source combination to help contribute to the overall steem ecosystem. steempress is up next in the list of priorities, with two new themes to implement and a few projects that have expressed interest in using it to power their ideas.

As a current developer, backup witness, writer and normal guy - I hope to continue being a meaningful part of this community far into the future. Thank you all for your support!
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 485 others
properties (23)
post_id727,572
authorjesta
permlinksteemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release
categorysteemdb
json_metadata"{"links": ["https://steemdb.com"], "tags": ["steemdb", "steemstats", "steem"]}"
created2016-08-24 05:23:54
last_update2016-08-24 05:25:54
depth0
children64
net_rshares223,725,492,741,101
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value4,703.655 SBD
curator_payout_value475.071 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length11,740
author_reputation140,532,825,392,812
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (549)
@bitcoiner ·
Wow! Another fantastic contribution, @jesta! I was super excited that you included a tech section! =D
👍  
properties (23)
post_id727,609
authorbitcoiner
permlinkre-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160824t052840994z
categorysteemdb
json_metadata"{"users": ["jesta"], "tags": ["steemdb"]}"
created2016-08-24 05:28:39
last_update2016-08-24 05:28:39
depth1
children0
net_rshares2,512,648,201
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length101
author_reputation28,039,985,052,237
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@faraz ·
thanks information @jesta
properties (22)
post_id727,653
authorfaraz
permlinkre-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160824t053301193z
categorysteemdb
json_metadata"{"users": ["jesta"], "tags": ["steemdb"]}"
created2016-08-24 05:33:06
last_update2016-08-24 05:33:06
depth1
children0
net_rshares0
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length25
author_reputation324,422,607,917
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@good-karma · (edited)
Great work! 
Is it update for steemstats or something different? 
How often database is updated, I see my account was updated 4 hours ago?
Love charts btw, they look great!
👍  
properties (23)
post_id727,667
authorgood-karma
permlinkre-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160824t053649239z
categorysteemdb
json_metadata"{"tags": ["steemdb"]}"
created2016-08-24 05:36:51
last_update2016-08-24 05:40:42
depth1
children2
net_rshares98,113,316
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length172
author_reputation505,048,788,109,758
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@jesta ·
Totally different website, as I explained in the OP. My projects are:

- steemstats: All about you and your data
- steemdb: Aggregate information about everyone and everything
- steempress: Taking your data and letting you start your own website
👍  , ,
properties (23)
post_id727,685
authorjesta
permlinkre-good-karma-re-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160824t054119234z
categorysteemdb
json_metadata"{"tags": ["steemdb"]}"
created2016-08-24 05:41:18
last_update2016-08-24 05:41:18
depth2
children1
net_rshares29,875,774,438
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length245
author_reputation140,532,825,392,812
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (3)
@good-karma ·
👍
properties (22)
post_id727,838
authorgood-karma
permlinkre-jesta-re-good-karma-re-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160824t060355906z
categorysteemdb
json_metadata"{"tags": ["steemdb"]}"
created2016-08-24 06:03:57
last_update2016-08-24 06:03:57
depth3
children0
net_rshares0
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length1
author_reputation505,048,788,109,758
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@t-bot ·
You've outdone yourself this time @jesta. This historical data is really useful. I particularly like the incoming/ outgoing votes graph, don't think I've seen that feature anywhere else. Good job.
👍  , ,
properties (23)
post_id727,687
authort-bot
permlinkre-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160824t054147654z
categorysteemdb
json_metadata"{"users": ["jesta"], "tags": ["steemdb"]}"
created2016-08-24 05:41:48
last_update2016-08-24 05:41:48
depth1
children1
net_rshares13,183,308,091
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length196
author_reputation1,079,775,162,327
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (3)
@jesta ·
Thanks :)

I had a lot of ideas for charts, I just haven't had time to implement them all just yet. I actually have some prototypes sitting here on this URL for more global stats:

https://steemdb.com/charts

They take a few seconds to load, but show the capabilities of the database :)
👍  
properties (23)
post_id727,698
authorjesta
permlinkre-t-bot-re-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160824t054331860z
categorysteemdb
json_metadata"{"links": ["https://steemdb.com/charts"], "tags": ["steemdb"]}"
created2016-08-24 05:43:30
last_update2016-08-24 05:43:30
depth2
children0
net_rshares24,914,496,373
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length286
author_reputation140,532,825,392,812
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@sunnyray ·
service number 1 for steemit.
properties (22)
post_id727,689
authorsunnyray
permlinkre-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160824t054140914z
categorysteemdb
json_metadata"{"tags": ["steemdb"]}"
created2016-08-24 05:41:54
last_update2016-08-24 05:41:54
depth1
children0
net_rshares0
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length29
author_reputation489,778,819,368
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@liberosist ·
Fantastic stuff as always, Aaron :) Looks like I won't be visiting Steemd.com much henceforth.
properties (22)
post_id727,713
authorliberosist
permlinkre-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160824t054513193z
categorysteemdb
json_metadata"{"tags": ["steemdb"]}"
created2016-08-24 05:45:51
last_update2016-08-24 05:45:51
depth1
children0
net_rshares0
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length94
author_reputation128,495,787,068,198
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@nonlinearone ·
This is great, thanks for all of your hard work on steemdb.com!
properties (22)
post_id727,747
authornonlinearone
permlinkre-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160824t055145548z
categorysteemdb
json_metadata"{"tags": ["steemdb"]}"
created2016-08-24 05:52:06
last_update2016-08-24 05:52:06
depth1
children0
net_rshares0
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length63
author_reputation32,692,222,381,271
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@randyclemens ·
This is AWESOME @jesta! I just released a little tool for Steemit a few days ago -- [http://st33m.it](https://steemit.com/steemit/@randyclemens/just-launched-http-st33m-it-free-custom-url-shortener-plus-stats-and-analytics-exclusively-for-steemit-articles)! It provides stats and analytics plus free custom short vanity URLs for Steemit articles. I'm not much of a coder, but I wanted to provide a valuable tool for this community. I hope you'll check it out :) Thanks for all your great contributions!
👍  
properties (23)
post_id727,795
authorrandyclemens
permlinkre-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160824t055847307z
categorysteemdb
json_metadata"{"users": ["jesta"], "links": ["http://st33m.it"], "tags": ["steemdb"]}"
created2016-08-24 05:58:45
last_update2016-08-24 05:58:45
depth1
children0
net_rshares24,416,206,446
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length502
author_reputation12,022,644,346,174
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@steempowerwhale · (edited)
Thanks for making this tool available. I especially support Experiment 1 Vote per day https://steemit.com/introduceyourself/@steempowerwhale/i-am-steempowerwhale-and-i-am-here-to-upvote-your-lifetime-dreams
properties (22)
post_id727,841
authorsteempowerwhale
permlinkre-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160824t060454466z
categorysteemdb
json_metadata"{"links": ["https://steemit.com/introduceyourself/@steempowerwhale/i-am-steempowerwhale-and-i-am-here-to-upvote-your-lifetime-dreams"], "tags": ["steemdb"]}"
created2016-08-24 06:04:57
last_update2016-08-24 06:05:45
depth1
children0
net_rshares0
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length206
author_reputation7,043,325,799,244
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@xomtux ·
This Steem blockchain explorer is long overdue and steemd can use some competition :) Great work!! Again !!!!!!
properties (22)
post_id727,892
authorxomtux
permlinkre-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160824t061217182z
categorysteemdb
json_metadata"{"tags": ["steemdb"]}"
created2016-08-24 06:12:18
last_update2016-08-24 06:12:18
depth1
children0
net_rshares0
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length111
author_reputation7,802,292,404
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@ervin-lemark ·
$0.08
### This is not great - it is exceptional!!!

Where do you find the time to do it all? Expertise is no problem as I can see :)

Extremely cool and useful. You came up with a proper data warehouse for a steem blockchain. 

## Is this a first for any blockchain?

It comes as somewhat lame but ... keep on the good work ;)
👍  , , , ,
properties (23)
post_id727,900
authorervin-lemark
permlinkre-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160824t061347417z
categorysteemdb
json_metadata"{"tags": ["steemdb"]}"
created2016-08-24 06:13:48
last_update2016-08-24 06:13:48
depth1
children3
net_rshares146,831,679,337
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.066 SBD
curator_payout_value0.018 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length320
author_reputation130,483,487,426,039
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (5)
@cryptocurrency1 · (edited)
$0.33
You should create a tab to show account is ranked by amount of followers from most followers to lowest followers, not just by vesting.

# Account with a lot of followers are more important.
👍  , ,
properties (23)
post_id734,035
authorcryptocurrency1
permlinkre-ervin-lemark-re-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160824t181444048z
categorysteemdb
json_metadata"{"tags": ["steemdb"]}"
created2016-08-24 18:14:33
last_update2016-08-24 18:16:21
depth2
children1
net_rshares509,436,387,373
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.246 SBD
curator_payout_value0.080 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length189
author_reputation-776,247,116,628
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (3)
@jesta ·
Agreed, I'll add some options for you to sort on that page ;)
properties (22)
post_id738,161
authorjesta
permlinkre-cryptocurrency1-re-ervin-lemark-re-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160825t010051415z
categorysteemdb
json_metadata"{"tags": ["steemdb"]}"
created2016-08-25 01:00:51
last_update2016-08-25 01:00:51
depth3
children0
net_rshares0
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length61
author_reputation140,532,825,392,812
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@cryptocurrency1 ·
also, you need to create a tab to show account rank by number of post from highest to lowest.
👍  
properties (23)
post_id734,047
authorcryptocurrency1
permlinkre-ervin-lemark-re-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160824t181555215z
categorysteemdb
json_metadata"{"tags": ["steemdb"]}"
created2016-08-24 18:15:42
last_update2016-08-24 18:15:42
depth2
children0
net_rshares1,446,649,799
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length93
author_reputation-776,247,116,628
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@davidbrogan ·
@jesta Really appreciate all your hard work and contributions to the evolution and development of this platform. Your efforts have helped me immensely. I have Steemstats open 24/7. It's my "go to" page for all things Steemit.
properties (22)
post_id727,911
authordavidbrogan
permlinkre-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160824t061503879z
categorysteemdb
json_metadata"{"users": ["jesta"], "tags": ["steemdb"]}"
created2016-08-24 06:15:06
last_update2016-08-24 06:15:06
depth1
children0
net_rshares0
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length225
author_reputation3,640,081,530,758
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@steevc ·
This is very cool. I'm loving the various sites that let me view Steemit data in different ways and this is yet another option. Thanks for doing this
properties (22)
post_id728,181
authorsteevc
permlinkre-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160824t065627999z
categorysteemdb
json_metadata"{"tags": ["steemdb"]}"
created2016-08-24 06:55:54
last_update2016-08-24 06:55:54
depth1
children0
net_rshares0
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length149
author_reputation273,317,013,544,223
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@mynameisbrian ·
Awesome @jesta!

I have a few ideas for other Steemit related services I have been mulling around in my head and it seems every idea I come up with the current API is a major design limitation. It's just too difficult and expensive to get at older data.

The only way I could think of to solve this is to pull every block and parse the information I need into a local db that is optimized for the searches I want to perform. I haven't had the initiative to attempt that though, and now you have gone and done it. Superb!

I look forward to looking over the code when I have the time to see if I can integrate into my projects. Super good work man!
properties (22)
post_id728,233
authormynameisbrian
permlinkre-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160824t070243102z
categorysteemdb
json_metadata"{"users": ["jesta"], "tags": ["steemdb"]}"
created2016-08-24 07:02:42
last_update2016-08-24 07:02:42
depth1
children0
net_rshares0
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length647
author_reputation240,497,801,758,545
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@cryptos · (edited)
Great work @jesta, almost what I needed in terms of additional functionality that steemstats did not have. The historical data charts are actually quite useful to see how things have progressed.

You probably have not seen my idea, but maybe you can consider further extending some of the functionality like I'm describing here: https://steemit.com/steemit/@cryptos/idea-new-tool-that-can-help-curators-on-steemit
properties (22)
post_id728,679
authorcryptos
permlinkre-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160824t081138123z
categorysteemdb
json_metadata"{"users": ["jesta"], "links": ["https://steemit.com/steemit/@cryptos/idea-new-tool-that-can-help-curators-on-steemit"], "tags": ["steemdb"]}"
created2016-08-24 08:11:51
last_update2016-08-24 08:12:39
depth1
children0
net_rshares0
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length413
author_reputation46,178,991,530,702
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@ervin-lemark ·
A second take of your newest tools gives me another opportunity to applaud you.

Raw data tab within posts is an essential help.

Here I can copy the body and paste it into new posts :)

Comes handy when you want to respin articles which are older that 12 hours and you can't edit them any longer.

# THANKS!!!
👍  
properties (23)
post_id728,902
authorervin-lemark
permlinkre-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160824t085215968z
categorysteemdb
json_metadata"{"tags": ["steemdb"]}"
created2016-08-24 08:52:15
last_update2016-08-24 08:52:15
depth1
children0
net_rshares10,964,220,392
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length310
author_reputation130,483,487,426,039
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@aleco ·
<html>
<p>I have written announcement to the Russian-speaking community</p>
<p><a href="https://steemit.com/steemit/@aleco/steemdb-com-anons-analiticheskogo-saita-bockchain-explorer-s-otkrytym-iskhodnym-kodom">[steemdb.com] Анонс аналитического сайта - Bockchain Explorer с открытым исходным кодом</a></p>
</html>
properties (22)
post_id729,046
authoraleco
permlinkre-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160824t091428339z
categorysteemdb
json_metadata"{"links": ["https://steemit.com/steemit/@aleco/steemdb-com-anons-analiticheskogo-saita-bockchain-explorer-s-otkrytym-iskhodnym-kodom"], "tags": ["steemdb"]}"
created2016-08-24 09:14:27
last_update2016-08-24 09:14:27
depth1
children0
net_rshares0
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length313
author_reputation3,575,471,604,506
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@litrbooh ·
@jesta, Thank you for a great tool supplementing steamstats.com
properties (22)
post_id729,145
authorlitrbooh
permlinkre-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160824t092544897z
categorysteemdb
json_metadata"{"users": ["jesta"], "tags": ["steemdb"]}"
created2016-08-24 09:25:48
last_update2016-08-24 09:25:48
depth1
children0
net_rshares0
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length63
author_reputation12,492,997,891,187
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@gord0b ·
@Jesta this is a really good start - so congrats on this - i will def push a donation to you ). A couple of thoughts my side:
1. View data between dates (eg 1 Aug to 24 Aug)
2. Export raw data to xls, for data from point 1
Keep it up )
properties (22)
post_id729,278
authorgord0b
permlinkre-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160824t094139079z
categorysteemdb
json_metadata"{"tags": ["steemdb"]}"
created2016-08-24 09:41:39
last_update2016-08-24 09:41:39
depth1
children0
net_rshares0
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length235
author_reputation1,605,297,596,869
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@happyphoenix ·
Nice.. Great work. I appreciate your contribution in steemit :)
properties (22)
post_id729,374
authorhappyphoenix
permlinkre-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160824t095450141z
categorysteemdb
json_metadata"{"tags": ["steemdb"]}"
created2016-08-24 09:54:54
last_update2016-08-24 09:54:54
depth1
children0
net_rshares0
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length63
author_reputation38,116,332,880,898
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@owdy ·
This is beautiful work.

Congratulations again and thanks for being such an essential part of the community.
properties (22)
post_id730,596
authorowdy
permlinkre-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160824t125018597z
categorysteemdb
json_metadata"{"tags": ["steemdb"]}"
created2016-08-24 12:50:15
last_update2016-08-24 12:50:15
depth1
children0
net_rshares0
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length108
author_reputation3,154,197,541,442
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@lukestokes ·
So exciting, @jesta! I've been waiting for this since you teased it in the chat. Thank you for all you're doing for the community!
properties (22)
post_id731,079
authorlukestokes
permlinkre-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160824t133239539z
categorysteemdb
json_metadata"{"users": ["jesta"], "tags": ["steemdb"]}"
created2016-08-24 13:32:42
last_update2016-08-24 13:32:42
depth1
children0
net_rshares0
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length130
author_reputation395,063,281,398,324
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@timcliff · (edited)
Awesome! I can't wait to play around with this 😀

I hope you don't mind Me throwing in a shameless plug on your behalf- if you haven't already you should  upvote @jesta as a witness. This is definitely someone we want running the backbone of Steem!
https://steemit.com/~witnesses
👍  
properties (23)
post_id731,977
authortimcliff
permlinkre-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160824t145632153z
categorysteemdb
json_metadata"{"users": ["jesta"], "links": ["https://steemit.com/~witnesses"], "tags": ["steemdb"]}"
created2016-08-24 14:56:33
last_update2016-08-24 14:57:48
depth1
children0
net_rshares2,357,530,541
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length279
author_reputation262,354,724,187,317
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@steven1980 ·
Great work! @jesta

Actually, I made a similar website http://www.steemb.com and submit a post 
in here https://steemit.com/steem/@steven1980/heavy-tool-steem-reward-income-report-your-steem-income-at-a-glance-english-version

Why my post is so poor?  :-)

www.steemb.com provides income information for Steemit users. On this website, you can see how much money you have earned from steem website. There are details, a summary and a chart. The amount is converted into US dollars using steem's real time exchange rates.
properties (22)
post_id732,155
authorsteven1980
permlinkre-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160824t151404493z
categorysteemdb
json_metadata"{"users": ["jesta"], "links": ["http://www.steemb.com"], "tags": ["steemdb"]}"
created2016-08-24 15:14:27
last_update2016-08-24 15:14:27
depth1
children2
net_rshares0
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length520
author_reputation14,125,375,446,227
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@jesta ·
I saw that post the other day and gave you an upvote. 

I'm just guessing here - but it may have not done as well simply because it's a lot simpler and most of those features already exist elsewhere. Right now (as far as I can tell) all that steemb.com does is:

- a little bit of global historical information on payouts (available on steemit)
- the top posts form the API (available on steemit)
- a page that shows a single user's earnings recently (available on steemwhales)

The post itself could have just been missed by many too, we all know there are some content discovery issues that happen from time to time. You could also open source it for extra credit, which would help others learn from your work :)
properties (22)
post_id734,195
authorjesta
permlinkre-steven1980-re-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160824t183018558z
categorysteemdb
json_metadata"{"tags": ["steemdb"]}"
created2016-08-24 18:30:18
last_update2016-08-24 18:30:18
depth2
children1
net_rshares0
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length714
author_reputation140,532,825,392,812
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@steven1980 ·
Thank you! I will add more useful feature to www.steemb.com
properties (22)
post_id738,185
authorsteven1980
permlinkre-jesta-re-steven1980-re-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160825t010312824z
categorysteemdb
json_metadata"{"tags": ["steemdb"]}"
created2016-08-25 01:03:12
last_update2016-08-25 01:03:12
depth3
children0
net_rshares0
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length59
author_reputation14,125,375,446,227
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@moonguy ·
Fantastic work. Can it be made like blockchainsql.io, where we can run SELECT query?
properties (22)
post_id732,362
authormoonguy
permlinkre-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160824t153313456z
categorysteemdb
json_metadata"{"tags": ["steemdb"]}"
created2016-08-24 15:33:09
last_update2016-08-24 15:33:09
depth1
children1
net_rshares0
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length84
author_reputation355,722,315,917
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@jesta ·
Possibly in the future, it's an option. Right now if I let anyone run any query they wanted it's likely it would grind the server to a halt. It's only optimized to run the queries I've setup - so it'd take some work to get it fast enough to handle other requests.

It's also not SQL, but I get the premise of the idea ;)
properties (22)
post_id734,131
authorjesta
permlinkre-moonguy-re-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160824t182326721z
categorysteemdb
json_metadata"{"tags": ["steemdb"]}"
created2016-08-24 18:23:27
last_update2016-08-24 18:23:27
depth2
children0
net_rshares0
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length320
author_reputation140,532,825,392,812
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@mrosenquist ·
Stupendous!  How do you create such tools so fast?!?   Do you not sleep?  
I think it takes me more time to explore, understand, and appreciate your work than it does for you to create it.   Keep it up.
properties (22)
post_id733,048
authormrosenquist
permlinkre-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160824t164543726z
categorysteemdb
json_metadata"{"tags": ["steemdb"]}"
created2016-08-24 16:45:42
last_update2016-08-24 16:45:42
depth1
children1
net_rshares0
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length202
author_reputation93,564,502,155,958
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@jesta ·
I've been building sites like these forever... though I have lost a bit of sleep ;)

Thanks!
properties (22)
post_id734,116
authorjesta
permlinkre-mrosenquist-re-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160824t182146043z
categorysteemdb
json_metadata"{"tags": ["steemdb"]}"
created2016-08-24 18:21:45
last_update2016-08-24 18:21:45
depth2
children0
net_rshares0
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length92
author_reputation140,532,825,392,812
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@eric-boucher ·
$0.04
Fantastic post! Thank you for your dedication to this enterprise and thrive on!   All for one and one for all! I'll surely be using this and you got an extra upvote from here.    Namaste    :)
👍  
properties (23)
post_id733,247
authoreric-boucher
permlinkre-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160824t170117390z
categorysteemdb
json_metadata"{"tags": ["steemdb"]}"
created2016-08-24 17:01:18
last_update2016-08-24 17:01:18
depth1
children0
net_rshares76,864,953,680
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.043 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length192
author_reputation68,478,707,640,592
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@onesunbeingnow ·
Incredibly awesome, i'm looking into it right now, really appreciate your work, thank you :)
properties (22)
post_id733,392
authoronesunbeingnow
permlinkre-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160824t171514767z
categorysteemdb
json_metadata"{"tags": ["steemdb"]}"
created2016-08-24 17:15:15
last_update2016-08-24 17:15:15
depth1
children0
net_rshares0
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length92
author_reputation4,910,334,874,600
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@frk ·
I like numbers, here have an upvote, im sorry my upvote is worthless, i havnt been blessed by the gatekeepers yet.
properties (22)
post_id735,303
authorfrk
permlinkre-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160824t201644061z
categorysteemdb
json_metadata"{"tags": ["steemdb"]}"
created2016-08-24 20:16:45
last_update2016-08-24 20:16:45
depth1
children0
net_rshares0
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length114
author_reputation201,578,609,200
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@shenanigator · (edited)
$0.03
Thank you for everything you do for the Steem community! I find your tools extremely helpful. I have some suggestions I think would make them even better.

# Suggested Improvements for Steemstats:

### 1. Add notifications for new followers

### 2. Allow for sorting of followers, sort by:
- Date they started following you
- Amount of Steem Power
### 3. Add cumulative statistics for followers
- Total Steem Power of followers
- How this number compares to other users
👍  
properties (23)
post_id735,495
authorshenanigator
permlinkre-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160824t203752280z
categorysteemdb
json_metadata"{"tags": ["steemdb"]}"
created2016-08-24 20:37:48
last_update2016-08-24 20:41:54
depth1
children2
net_rshares53,872,170,171
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.029 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length469
author_reputation61,344,803,233,405
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@jesta ·
Oh some of these are fun :)

I'll add them to my list and see what I can do!
properties (22)
post_id740,028
authorjesta
permlinkre-shenanigator-re-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160825t045747792z
categorysteemdb
json_metadata"{"tags": ["steemdb"]}"
created2016-08-25 04:57:48
last_update2016-08-25 04:57:48
depth2
children1
net_rshares0
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length76
author_reputation140,532,825,392,812
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@shenanigator ·
Excellent, I look forward to seeing what you produce!
properties (22)
post_id744,379
authorshenanigator
permlinkre-jesta-re-shenanigator-re-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160825t163606918z
categorysteemdb
json_metadata"{"tags": ["steemdb"]}"
created2016-08-25 16:36:03
last_update2016-08-25 16:36:03
depth3
children0
net_rshares0
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length53
author_reputation61,344,803,233,405
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@oumar · (edited)
Awesome website @jesta! Glad there are a lot of steemians contributing to the grow of this platform. I like to consider myself and active contibutor and recently I also released a cool website! 
[Steem Locator](www.steemlocator.com)
A website to find Venues accepting Steem or SBD all over the world. Please check it out!
https://steemit.com/steem/@oumar/steemlocator-com-locate-businesses-accepting-steem-my-contribution-to-this-community
Lets continue supporting this awesome community!
👍  
properties (23)
post_id736,345
authoroumar
permlinkre-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160824t215437335z
categorysteemdb
json_metadata"{"users": ["jesta"], "links": ["https://steemit.com/steem/@oumar/steemlocator-com-locate-businesses-accepting-steem-my-contribution-to-this-community"], "tags": ["steemdb"]}"
created2016-08-24 21:54:36
last_update2016-08-24 22:02:27
depth1
children0
net_rshares3,494,540,064
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length488
author_reputation3,870,595,414,580
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@cmtzco ·
$0.19
properties (23)
post_id738,105
authorcmtzco
permlinkre-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160825t005559092z
categorysteemdb
json_metadata"{"tags": ["steemdb"]}"
created2016-08-25 00:56:00
last_update2016-08-25 00:56:00
depth1
children1
net_rshares306,337,180,369
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.146 SBD
curator_payout_value0.041 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length41
author_reputation1,876,434,171,956
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (37)
@loum ·
Wawoo, awesome DB!
properties (22)
post_id741,198
authorloum
permlinkre-cmtzco-re-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160825t114447810z
categorysteemdb
json_metadata"{"tags": ["steemdb"]}"
created2016-08-25 11:44:54
last_update2016-08-25 11:44:54
depth2
children0
net_rshares0
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length18
author_reputation6,709,137,099,554
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@romanskv ·
^vote http://i.imgsafe.org/e52a219074.jpg thnx
___________________________________________

welcome to my art 
https://steemit.com/introduceyourself/@romanskv/hello-i-m-a-photographer-amateur-roman-skvortsov
👍  ,
properties (23)
post_id738,762
authorromanskv
permlinkre-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160825t020849520z
categorysteemdb
json_metadata"{"image": ["http://i.imgsafe.org/e52a219074.jpg"], "tags": ["steemdb"]}"
created2016-08-25 02:08:54
last_update2016-08-25 02:08:54
depth1
children0
net_rshares2,796,935,369
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length207
author_reputation76,052,082,582,065
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (2)
@alphabeta · (edited)
@jesta, Another great site!
Can you add the number next to the miner queue like [steemd.com](https://steemd.com/witnesses)? Thanks
properties (22)
post_id739,093
authoralphabeta
permlinkre-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160825t024819929z
categorysteemdb
json_metadata"{"users": ["jesta"], "links": ["https://steemd.com/witnesses"], "tags": ["steemdb"]}"
created2016-08-25 02:48:36
last_update2016-08-25 02:49:24
depth1
children4
net_rshares0
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length130
author_reputation3,122,082,999,467
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@jesta ·
Thanks, and done! Numbers have been added.
properties (22)
post_id739,965
authorjesta
permlinkre-alphabeta-re-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160825t044921836z
categorysteemdb
json_metadata"{"tags": ["steemdb"]}"
created2016-08-25 04:49:21
last_update2016-08-25 04:49:21
depth2
children3
net_rshares0
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length42
author_reputation140,532,825,392,812
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@alphabeta ·
Great! Thanks!
It is also great that you included the block number on under blocks. 
Is it possible to tally up the number of blocks found in the 45-days chart where witness and pow is?
properties (22)
post_id748,067
authoralphabeta
permlinkre-jesta-re-alphabeta-re-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160825t215015755z
categorysteemdb
json_metadata"{"tags": ["steemdb"]}"
created2016-08-25 21:50:15
last_update2016-08-25 21:50:15
depth3
children2
net_rshares0
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length185
author_reputation3,122,082,999,467
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@telos ·
Great tool! I pretty much confirmed my suspicion that my account is broken using it. 

One question, can you make the overview tab go "all the way?" Paginate it or whatever if needed, but I've been finding POW's and not seeing them credited for a few days now and can only see the last attempt on that tab...

And if anyone sees this and thinks they can help me with my mining issue I've posted here: https://steemit.com/steemit-help/@telos/did-i-break-my-miner

(Screenshots from Steemdb to come in the morning.)
👍  , , ,
properties (23)
post_id739,710
authortelos
permlinkre-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160825t041203655z
categorysteemdb
json_metadata"{"links": ["https://steemit.com/steemit-help/@telos/did-i-break-my-miner"], "tags": ["steemdb"]}"
created2016-08-25 04:12:03
last_update2016-08-25 04:12:03
depth1
children1
net_rshares8,824,107,333
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length513
author_reputation3,920,426,655,270
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (4)
@jesta ·
Yeah definitely a good suggestion. I'll add it to my list!
👍  
properties (23)
post_id740,014
authorjesta
permlinkre-telos-re-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160825t045551418z
categorysteemdb
json_metadata"{"tags": ["steemdb"]}"
created2016-08-25 04:55:51
last_update2016-08-25 04:55:51
depth2
children0
net_rshares769,227,287
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length58
author_reputation140,532,825,392,812
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@chinadaily ·
@jesta
https://steemdb.com/@oflyhigh
`curation_reward 
1 minute ago 
 View '_elements/tx/curation_reward' was not found in any of the views directory
#0 [internal function]: Phalcon\Mvc\View->_engineRender(Array, '_elements/tx/cu...', false, false)
 #1 [internal function]: Phalcon\Mvc\View->partial('_elements/tx/cu...', NULL)
 #2 /var/www/com_steemdb/cache/volt/_var_www_com_steemdb_app_views_account_view.volt.php(227): Phalcon\Mvc\View\Engine->partial('_elements/tx/cu...')
 #3 [internal function]: unknown()
 #4 [internal function]: Phalcon\Mvc\View\Engine\Volt->render('/var/www/com_st...', Array, true)
 #5 [internal function]: Phalcon\Mvc\View->_engineRender(Array, 'account/view', true, true, NULL)
 #6 [internal function]: Phalcon\Mvc\View->render('account', 'view', Array)
 #7 /var/www/com_steemdb/public/index.php(41): Phalcon\Mvc\Application->handle()
 #8 {main} `

What's wrong?
properties (22)
post_id742,314
authorchinadaily
permlinkre-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160825t132850451z
categorysteemdb
json_metadata"{"users": ["jesta"], "links": ["https://steemdb.com/@oflyhigh"], "tags": ["steemdb"]}"
created2016-08-25 13:28:54
last_update2016-08-25 13:28:54
depth1
children3
net_rshares0
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length892
author_reputation902,725,177,948,457
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@chinadaily ·
I visited the page of my friend @oflyhigh , and got above message
Now, It's  seems normal.
properties (22)
post_id742,519
authorchinadaily
permlinkre-chinadaily-re-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160825t134629219z
categorysteemdb
json_metadata"{"users": ["oflyhigh"], "tags": ["steemdb"]}"
created2016-08-25 13:46:33
last_update2016-08-25 13:46:33
depth2
children0
net_rshares0
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length90
author_reputation902,725,177,948,457
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@jesta ·
Should be fixed now. Appears that one of the operations was renamed and was causing problems.
properties (22)
post_id745,611
authorjesta
permlinkre-chinadaily-re-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160825t182643916z
categorysteemdb
json_metadata"{"tags": ["steemdb"]}"
created2016-08-25 18:26:42
last_update2016-08-25 18:26:42
depth2
children1
net_rshares0
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length93
author_reputation140,532,825,392,812
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@chinadaily ·
thank you.
properties (22)
post_id753,868
authorchinadaily
permlinkre-jesta-re-chinadaily-re-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160826t111547392z
categorysteemdb
json_metadata"{"tags": ["steemdb"]}"
created2016-08-26 11:15:51
last_update2016-08-26 11:15:51
depth3
children0
net_rshares0
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length10
author_reputation902,725,177,948,457
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@tito-baron ·
thanks information, support @jesta
properties (22)
post_id743,325
authortito-baron
permlinkre-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160825t145823492z
categorysteemdb
json_metadata"{"users": ["jesta"], "tags": ["steemdb"]}"
created2016-08-25 14:58:33
last_update2016-08-25 14:58:33
depth1
children0
net_rshares0
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length34
author_reputation365,875,503,699
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@dmacshady ·
Very awesome work from a genius like yourself.
properties (22)
post_id750,122
authordmacshady
permlinkre-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160826t011716427z
categorysteemdb
json_metadata"{"tags": ["steemdb"]}"
created2016-08-26 01:17:12
last_update2016-08-26 01:17:12
depth1
children0
net_rshares0
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length46
author_reputation1,281,674,600,435
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@t3ran13 · (edited)
how get user blog posts list through api?
properties (22)
post_id864,425
authort3ran13
permlinkre-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160905t171433312z
categorysteemdb
json_metadata"{"tags": ["steemdb"]}"
created2016-09-05 17:14:27
last_update2016-09-05 17:34:24
depth1
children2
net_rshares0
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length41
author_reputation49,990,662,111,101
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@jesta ·
There's a bunch of ways that return different sets of blog posts. 

If you're looking for posts by a single user, you can use `get_state t3ran13`, which will return the account as well as all of the blog posts by that user. 

I'd recommend checking out @lantto's api explorer to browse through all the possible api calls:

http://steemroll.io/api-explorer/
properties (22)
post_id867,128
authorjesta
permlinkre-t3ran13-re-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160905t220750975z
categorysteemdb
json_metadata"{"users": ["lantto"], "links": ["http://steemroll.io/api-explorer/"], "tags": ["steemdb"]}"
created2016-09-05 22:07:51
last_update2016-09-05 22:07:51
depth2
children1
net_rshares0
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length356
author_reputation140,532,825,392,812
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@t3ran13 ·
thank you very much!
properties (22)
post_id873,609
authort3ran13
permlinkre-jesta-re-t3ran13-re-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160906t165256207z
categorysteemdb
json_metadata"{"tags": ["steemdb"]}"
created2016-09-06 16:52:48
last_update2016-09-06 16:52:48
depth3
children0
net_rshares0
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length20
author_reputation49,990,662,111,101
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@luminousvisions ·
hi,

#### [I wrote a cute little story about a baby dolphin and all the posts he read on steemit](https://steemit.com/steemit/@luminousvisions/little-baby-dolphin-goes-to-steemit-school) last week **and your post is in it**!

have a look, I hope you like it

thanks
👍  ,
properties (23)
post_id911,254
authorluminousvisions
permlinkre-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-20160910t134458845z
categorysteemdb
json_metadata"{"links": ["https://steemit.com/steemit/@luminousvisions/little-baby-dolphin-goes-to-steemit-school"], "tags": ["steemdb"]}"
created2016-09-10 13:45:03
last_update2016-09-10 13:45:03
depth1
children0
net_rshares54,271,743,099
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length265
author_reputation-8,555,043,501,451
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (2)
@linkback-bot-v0 ·
<div>  <p>  This post has been linked to from another place on Steem.  </p>  <ul>        <li>      <a href="https://steemit.com/steemit/@luminousvisions/little-baby-dolphin-goes-to-steemit-school"> Little Baby Dolphin goes to Steemit School </a>      by      <a href="https://steemit.com/@luminousvisions">  @luminousvisions </a>     </li>        <li>      <a href="https://steemit.com/findandreward/@bhuz/find-and-reward-first-rewards-distribution"> Find&Reward: First Rewards Distribution </a>      by      <a href="https://steemit.com/@bhuz">  @bhuz </a>     </li>        <li>      <a href="https://steemit.com/kr/@woo7739/9-20160825-steemit-digest-korean-language"> #9. 20160825 Steemit Digest (Korean Language) </a>      by      <a href="https://steemit.com/@woo7739">  @woo7739 </a>     </li>        <li>      <a href="https://steemit.com/steemit/@aleco/steemdb-com-anons-analiticheskogo-saita-bockchain-explorer-s-otkrytym-iskhodnym-kodom"> [steemdb.com] Анонс аналитического сайта - Bockchain Explorer с открытым исходным кодом </a>      by      <a href="https://steemit.com/@aleco">  @aleco </a>     </li>      </ul>  <p> Learn more about  <a href="https://steemit.com/steem/@ontofractal/steem-linkback-bot-v0-3-released">    linkback bot v0.3</a>   </p>   <p>Upvote if you want the bot to continue posting linkbacks for your posts. Flag if otherwise.   Built by @ontofractal</p></div>
properties (22)
post_id915,709
authorlinkback-bot-v0
permlinkre-jesta-steemdb-com-open-source-blockchain-explorer-and-data-playground-alpha-release-linkbacks
categorysteemdb
json_metadata{}
created2016-09-10 22:21:42
last_update2016-09-10 22:21:42
depth1
children0
net_rshares0
last_payout2016-09-24 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length1,394
author_reputation1,915,235,672,807
root_title"steemdb.com - open source blockchain explorer and data playground (alpha release)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000