create account

February 2018 Steemit Post BenchMarking Report - BlockChain Business Intelligence by paulag

View this thread on: hive.blogpeakd.comecency.com
· @paulag · (edited)
$32.68
February 2018 Steemit Post BenchMarking Report - BlockChain Business Intelligence
Every month I produce a Post benchmarking report with the aims of :

•	Aiding the Steemit Community with a place to benchmark their posts and growth

•	Create a report that can be used for comparisons in other periods

•	To track my personal targets and record achievements

Last month I added to new data to the report, which included a comparison on the same period last year and also the top earning authors for the reporting period.  This month I have also improved this report and have added a list of Authors sorted by highest average number of votes per post and more comparisons on same period last year

## Financial Performance

**Feb ’17 Report**

![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1520528946/wvo137kkjdaujfqdbrap.png)

**Jan ’18 Report**

https://res.cloudinary.com/hpiynhbhq/image/upload/v1518040186/h0truseuz5cseai1rez4.png

**Feb ’18 Report**

![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1520529079/nyamek8sn3uv71ebwul9.png)


In February ’18 the % of posts with No payout was 11% almost identical to Jan ’18.  Although in Feb ’17 this was 37.45%

The % of posts with a payout of <$1 is up to 68.37% from 64.17% in Jan.  The number of posts that earned over $500 reduced from 220 in Jan to 41 in Feb.

The average post payout value in February ’18 was $2.56 SBD down from $3.81 SBD.  That’s a 32% reduction.  If we exclude posts with no payout the average post payout increases to $2.87 SBD.  In Jan the average post payout excluding post with no payout was $4.28 SBD.  In Feb ’17 these values were $4.02 and $6.43

The number of posts reduced from Jan 18 to Feb 18 by 4%, although the payout value reduced by 35% for the same period.

However from Feb ’17 to Feb ’18 the number of posts increased by 3730% and the payout value by 2338%

**My Stats**

![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1520529141/r788tyvxqpp95gl8dyjb.png)

With 4 less post in Feb than I had in Jan, my post payout is down 33%.  This month I had 46% of posts in the payout range of $2 SBD to $10 SBD.  I was expecting to see this as I have been trying some new types of content on Steemit.  My posts however still earn on average $41.

**Top Authors based on payouts**

![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1520529177/horshabvznrqdfrpbot6.png)

From this report we can see that many of the top earns from last month are still on the list.  However the top earner is down 45% and the second highest earner is down 35%.

**Top Category’s**

![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1520529209/cpybzn73g0hwp47tzo1n.png)

The top 3 categories remain the same as last month and there is some movement between the remaining categories.  Life Art and Food were the top 3 categories in Feb 17.

## Comments

**Feb ‘17**

![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1520529255/gzvyv9t1voxyrhjsnpb7.png)

**Jan ‘18**

https://res.cloudinary.com/hpiynhbhq/image/upload/v1518040240/pkel7mqu6wwravsfng3j.png

**Feb ‘18**

![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1520529297/o3cttb1cchd85evoxqwo.png)
 
The % of posts with no comments remained consistent with Jan at 45%.  There is a small offset between the % of posts with 2-10 comments and 1 comments but more or less Jan and Feb % for comments remain consistent.

From Feb ’17 to Feb ’18 6.5% more posts received no comments, this is offset with the 6% on postst that get 2-10 comments

**My Stats**

![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1520529485/wxmbkoptcukhipudbycb.png)

Last month 90% of my post received 11+ comments, this has dropped to 88%.  Again I am not surprised as I mentioned above that some of my content for February was different to what I normally post.

## Votes

**Feb ‘17**

 ![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1520529543/lk4xmcnibnumarskbo1m.png)

**Jan ‘18**

https://res.cloudinary.com/hpiynhbhq/image/upload/v1518040287/gmfsezhzyyo6rfhibt6a.png

**Feb ‘18**

![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1520529558/nf9eea14w8cgl72kvw5m.png)
 


The % of posts with 0 net votes remained consistent with Jan at 6% however this was only 0.08% in Feb ‘17.  Posts with a net down vote decreased from 1% to 047%.

The average number of votes per post in Feb ‘18 was 12.75 down from 83 in Feb ‘17

**My Stats**

![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1520529586/mddbgqw0vj6eaqonjlsx.png)

Awesome 99% of my posts received 51+ votes without the use of voting bots

## Other Data

![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1520532055/zxye07zocucqoy6xoalb.png)


The line chart above represents the number of new posts per day in Jan 19 and the bar chart below that shows the peak posting hours.

Comparing this to last month, the trend for the month was up for the number of posts per day.  Feb saw a general downwards trend.

## Conclusion

It is worth pointing out at this stage that the average price of STEEM was considerably lower in Feb 18 as to Jan 18 and this has had an impact on the values above.  There is also a worrying trend 
So how did your posts preform in Feb ’18  - Please do comment below and let me know

## The Datasource and Query

As always I have connected to Steemsql managed by @arcange using Power BI and the query is used
for 2018 data was

     SELECT
     author,
    category,
     created,
     children,
     total_payout_value,
     net_votes,
     pending_payout_value
     FROM 
     Comments (NOLOCK)
      where created >= CONVERT(DATE,'2018-02-01')
     and created< CONVERT(DATE,'2018-03-01')
    and depth = 0


And 2017 query was


    SELECT
    author,
    category,
    created,
    children,
    total_payout_value,
    net_votes,
    pending_payout_value
     FROM 
    Comments (NOLOCK)
    where created >= CONVERT(DATE,'2017-02-01')
     and created< CONVERT(DATE,'2017-03-01')
    and depth = 0


I am part of a Blockchain Business Intelligence community. We all post under the tag #blockchainbi. If you have an analysis you would like carried out on Steemit data, please do contact me or any of the #blockchainbi team and we will do our best to help you...

You can find #blockchainbi on discord https://discordapp.com/invite/JN7Yv7j




<br /><hr/><em>Posted on <a href="https://utopian.io/utopian-io/@paulag/february-2018-steemit-post-benchmarking-report-blockchain-business-intelligence">Utopian.io -  Rewarding Open Source Contributors</a></em><hr/>
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 6 others
properties (23)
authorpaulag
permlinkfebruary-2018-steemit-post-benchmarking-report-blockchain-business-intelligence
categoryutopian-io
json_metadata"{"community":"utopian","app":"utopian/1.0.0","format":"markdown","repository":{"id":54517947,"name":"steem","full_name":"steemit/steem","html_url":"https://github.com/steemit/steem","fork":false,"owner":{"login":"steemit"}},"pullRequests":[],"platform":"github","type":"analysis","tags":["utopian-io","steemit","stats","new","blockchainbi"],"users":["arcange"],"links":["https://res.cloudinary.com/hpiynhbhq/image/upload/v1520528946/wvo137kkjdaujfqdbrap.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1520529079/nyamek8sn3uv71ebwul9.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1520529141/r788tyvxqpp95gl8dyjb.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1520529177/horshabvznrqdfrpbot6.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1520529209/cpybzn73g0hwp47tzo1n.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1520529255/gzvyv9t1voxyrhjsnpb7.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1520529297/o3cttb1cchd85evoxqwo.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1520529485/wxmbkoptcukhipudbycb.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1520529543/lk4xmcnibnumarskbo1m.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1520529558/nf9eea14w8cgl72kvw5m.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1520529586/mddbgqw0vj6eaqonjlsx.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1520532055/zxye07zocucqoy6xoalb.png"],"image":["https://res.cloudinary.com/hpiynhbhq/image/upload/v1520528946/wvo137kkjdaujfqdbrap.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1520529079/nyamek8sn3uv71ebwul9.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1520529141/r788tyvxqpp95gl8dyjb.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1520529177/horshabvznrqdfrpbot6.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1520529209/cpybzn73g0hwp47tzo1n.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1520529255/gzvyv9t1voxyrhjsnpb7.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1520529297/o3cttb1cchd85evoxqwo.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1520529485/wxmbkoptcukhipudbycb.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1520529543/lk4xmcnibnumarskbo1m.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1520529558/nf9eea14w8cgl72kvw5m.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1520529586/mddbgqw0vj6eaqonjlsx.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1520532055/zxye07zocucqoy6xoalb.png"],"moderator":{"account":"yandot","time":"2018-03-09T00:58:40.693Z","reviewed":true,"pending":false,"flagged":false},"questions":[{"question":"Is the project description formal?","answers":[{"value":"Yes it’s straight to the point","selected":true,"score":10},{"value":"Need more description ","selected":false,"score":5},{"value":"Not too descriptive","selected":false,"score":0}],"selected":0},{"question":"Is the language / grammar correct?","answers":[{"value":"Yes","selected":true,"score":20},{"value":"A few mistakes","selected":false,"score":10},{"value":"It's pretty bad","selected":false,"score":0}],"selected":0},{"question":"Was the template followed?","answers":[{"value":"Yes","selected":true,"score":10},{"value":"Partially","selected":false,"score":5},{"value":"No","selected":false,"score":0}],"selected":0},{"question":"Were the reasons for creating the analysis explained enough?","answers":[{"value":"Yes, it was explained well why the analysis was created","selected":true,"score":10},{"value":"No, it is not","selected":false,"score":0}],"selected":0},{"question":"Is it a recurring analysis?","answers":[{"value":"No, it is a new analysis","selected":false,"score":20},{"value":"Yes but the data are well processed and presented.","selected":true,"score":12},{"value":"Yes, it is a recurring analysis with different time period","selected":false,"score":4}],"selected":1},{"question":"Where the tools and query scripts used included in the contribution?","answers":[{"value":"Yes, both tools and scripts were included","selected":true,"score":10},{"value":"No, the query script was not included in the contribution.","selected":false,"score":5},{"value":"No","selected":false,"score":0}],"selected":0}],"score":99}"
created2018-03-08 18:19:45
last_update2018-03-09 00:59:09
depth0
children7
last_payout2018-03-15 18:19:45
cashout_time1969-12-31 23:59:59
total_payout_value23.696 HBD
curator_payout_value8.983 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length6,539
author_reputation274,264,287,951,003
root_title"February 2018 Steemit Post BenchMarking Report - BlockChain Business Intelligence"
beneficiaries
0.
accountutopian.pay
weight2,500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,164,471
net_rshares10,449,154,597,767
author_curate_reward""
vote details (70)
@clixmoney ·
I congratulate you with the women's day and I wish you the best, thanks for your hard work, keep steeming on. I included you in this post to support [''the feminine energy in steemit''](https://steemit.com/steemit/@clixmoney/feminine-energy-in-steemit-let-s-support-steemit-ladies), because I think it's very important for the whole community.
properties (22)
authorclixmoney
permlinkre-paulag-february-2018-steemit-post-benchmarking-report-blockchain-business-intelligence-20180308t220957625z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"links":["https://steemit.com/steemit/@clixmoney/feminine-energy-in-steemit-let-s-support-steemit-ladies"],"app":"steemit/0.1"}
created2018-03-08 22:10:06
last_update2018-03-08 22:10:06
depth1
children0
last_payout2018-03-15 22:10:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length343
author_reputation708,028,799,822,335
root_title"February 2018 Steemit Post BenchMarking Report - BlockChain Business Intelligence"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,199,244
net_rshares0
@fsl ·
Nice ,,, Miss for the rizkinya![IMG_20180310_071656.jpg](https://steemitimages.com/DQmW93BbBKXT9YdFbYuCirSHkkycYwNP6XGVnG1CJqRXeF3/IMG_20180310_071656.jpg)
properties (22)
authorfsl
permlinkre-paulag-february-2018-steemit-post-benchmarking-report-blockchain-business-intelligence-20180310t094343760z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"image":["https://steemitimages.com/DQmW93BbBKXT9YdFbYuCirSHkkycYwNP6XGVnG1CJqRXeF3/IMG_20180310_071656.jpg"],"app":"steemit/0.1"}
created2018-03-10 09:43:45
last_update2018-03-10 09:43:45
depth1
children0
last_payout2018-03-17 09:43:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length155
author_reputation179,529,633,820
root_title"February 2018 Steemit Post BenchMarking Report - BlockChain Business Intelligence"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,488,090
net_rshares0
@holkata ·
&#128077; Thank you
properties (22)
authorholkata
permlinkre-paulag-february-2018-steemit-post-benchmarking-report-blockchain-business-intelligence-20180309t085919235z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-03-09 08:59:30
last_update2018-03-09 08:59:30
depth1
children0
last_payout2018-03-16 08:59:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length19
author_reputation176,549,085,156
root_title"February 2018 Steemit Post BenchMarking Report - BlockChain Business Intelligence"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,285,910
net_rshares0
@preparedwombat · (edited)
>However from Feb ’17 to Feb ’18 the number of posts increased by 3730% and the payout value by 2338%

These are remarkable statistics. Granted, starting from a small base, a percentage rise unlikely to repeat over the *next* 12 months. Still stunning though.
properties (22)
authorpreparedwombat
permlinkre-paulag-february-2018-steemit-post-benchmarking-report-blockchain-business-intelligence-20180308t185410939z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-03-08 18:54:09
last_update2018-03-08 18:55:00
depth1
children1
last_payout2018-03-15 18:54:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length259
author_reputation886,380,448,832,073
root_title"February 2018 Steemit Post BenchMarking Report - BlockChain Business Intelligence"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,170,139
net_rshares0
@fsl ·
Nice
properties (22)
authorfsl
permlinkre-preparedwombat-re-paulag-february-2018-steemit-post-benchmarking-report-blockchain-business-intelligence-20180310t094151550z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-03-10 09:42:03
last_update2018-03-10 09:42:03
depth2
children0
last_payout2018-03-17 09:42:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length4
author_reputation179,529,633,820
root_title"February 2018 Steemit Post BenchMarking Report - BlockChain Business Intelligence"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,487,875
net_rshares0
@utopian-io ·
### Hey @paulag I am @utopian-io. I have just upvoted you!
#### Achievements
- Seems like you contribute quite often. AMAZING!
#### Community-Driven Witness!
I am the first and only Steem Community-Driven Witness. <a href="https://discord.gg/zTrEMqB">Participate on Discord</a>. Lets GROW TOGETHER!
- <a href="https://v2.steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1">Vote for my Witness With SteemConnect</a>
- <a href="https://v2.steemconnect.com/sign/account-witness-proxy?proxy=utopian-io&approve=1">Proxy vote to Utopian Witness with SteemConnect</a>
- Or vote/proxy on <a href="https://steemit.com/~witnesses">Steemit Witnesses</a>

[![mooncryption-utopian-witness-gif](https://steemitimages.com/DQmYPUuQRptAqNBCQRwQjKWAqWU3zJkL3RXVUtEKVury8up/mooncryption-s-utopian-io-witness-gif.gif)](https://steemit.com/~witnesses)

**Up-vote this comment to grow my power and help Open Source contributions like this one. Want to chat? Join me on Discord https://discord.gg/Pc8HG9x**
properties (22)
authorutopian-io
permlinkre-paulag-february-2018-steemit-post-benchmarking-report-blockchain-business-intelligence-20180309t100406558z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"}
created2018-03-09 10:04:06
last_update2018-03-09 10:04:06
depth1
children0
last_payout2018-03-16 10:04:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,004
author_reputation152,955,367,999,756
root_title"February 2018 Steemit Post BenchMarking Report - BlockChain Business Intelligence"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,295,969
net_rshares0
@yandot ·
Thank you for the contribution. It has been approved.

You can contact us on [Discord](https://discord.gg/uTyJkNm).
**[[utopian-moderator]](https://utopian.io/moderators)**
properties (22)
authoryandot
permlinkre-paulag-february-2018-steemit-post-benchmarking-report-blockchain-business-intelligence-20180309t005913975z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"}
created2018-03-09 00:59:45
last_update2018-03-09 00:59:45
depth1
children0
last_payout2018-03-16 00:59:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length172
author_reputation58,960,556,959,543
root_title"February 2018 Steemit Post BenchMarking Report - BlockChain Business Intelligence"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,220,234
net_rshares0