Created
September 12, 2018 10:28
-
-
Save achiko/89337d1e142613ca759fa4848d485c63 to your computer and use it in GitHub Desktop.
Calculate Ethereum Transaction capacity per second
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const data = { | |
"data": { | |
"blocksRange": [ | |
{ | |
"timestamp": "1535801181", | |
"transactionCount": 170, | |
"gasUsed": 7990448, | |
"gasLimit": 8007815 | |
}, | |
{ | |
"timestamp": "1535801196", | |
"transactionCount": 119, | |
"gasUsed": 7992588, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535801208", | |
"transactionCount": 116, | |
"gasUsed": 7995423, | |
"gasLimit": 8003925 | |
}, | |
{ | |
"timestamp": "1535801215", | |
"transactionCount": 87, | |
"gasUsed": 7989323, | |
"gasLimit": 7996144 | |
}, | |
{ | |
"timestamp": "1535801225", | |
"transactionCount": 93, | |
"gasUsed": 6836524, | |
"gasLimit": 8000040 | |
}, | |
{ | |
"timestamp": "1535801235", | |
"transactionCount": 68, | |
"gasUsed": 7987480, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535801249", | |
"transactionCount": 83, | |
"gasUsed": 7989904, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535801253", | |
"transactionCount": 76, | |
"gasUsed": 7973157, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535801255", | |
"transactionCount": 160, | |
"gasUsed": 7969540, | |
"gasLimit": 7984452 | |
}, | |
{ | |
"timestamp": "1535801275", | |
"transactionCount": 131, | |
"gasUsed": 7961938, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535801294", | |
"transactionCount": 224, | |
"gasUsed": 7976055, | |
"gasLimit": 7984452 | |
}, | |
{ | |
"timestamp": "1535801305", | |
"transactionCount": 128, | |
"gasUsed": 7973184, | |
"gasLimit": 7988339 | |
}, | |
{ | |
"timestamp": "1535801341", | |
"transactionCount": 140, | |
"gasUsed": 7983483, | |
"gasLimit": 7992218 | |
}, | |
{ | |
"timestamp": "1535801352", | |
"transactionCount": 75, | |
"gasUsed": 7969996, | |
"gasLimit": 7984452 | |
}, | |
{ | |
"timestamp": "1535801356", | |
"transactionCount": 148, | |
"gasUsed": 7918179, | |
"gasLimit": 7976682 | |
}, | |
{ | |
"timestamp": "1535801371", | |
"transactionCount": 107, | |
"gasUsed": 7963435, | |
"gasLimit": 7968912 | |
}, | |
{ | |
"timestamp": "1535801389", | |
"transactionCount": 26, | |
"gasUsed": 1611807, | |
"gasLimit": 7972796 | |
}, | |
{ | |
"timestamp": "1535801415", | |
"transactionCount": 138, | |
"gasUsed": 7952904, | |
"gasLimit": 7980567 | |
}, | |
{ | |
"timestamp": "1535801426", | |
"transactionCount": 72, | |
"gasUsed": 7982028, | |
"gasLimit": 7988337 | |
}, | |
{ | |
"timestamp": "1535801431", | |
"transactionCount": 218, | |
"gasUsed": 7977553, | |
"gasLimit": 7996107 | |
}, | |
{ | |
"timestamp": "1535801443", | |
"transactionCount": 104, | |
"gasUsed": 7981276, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535801450", | |
"transactionCount": 72, | |
"gasUsed": 7991630, | |
"gasLimit": 8003909 | |
}, | |
{ | |
"timestamp": "1535801476", | |
"transactionCount": 267, | |
"gasUsed": 7985918, | |
"gasLimit": 7996107 | |
}, | |
{ | |
"timestamp": "1535801483", | |
"transactionCount": 158, | |
"gasUsed": 3724638, | |
"gasLimit": 7988337 | |
}, | |
{ | |
"timestamp": "1535801489", | |
"transactionCount": 84, | |
"gasUsed": 7985732, | |
"gasLimit": 7996107 | |
}, | |
{ | |
"timestamp": "1535801498", | |
"transactionCount": 156, | |
"gasUsed": 7954421, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535801526", | |
"transactionCount": 149, | |
"gasUsed": 7988101, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535801539", | |
"transactionCount": 101, | |
"gasUsed": 7777350, | |
"gasLimit": 7996120 | |
}, | |
{ | |
"timestamp": "1535801541", | |
"transactionCount": 107, | |
"gasUsed": 7980275, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535801555", | |
"transactionCount": 116, | |
"gasUsed": 7903381, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535801570", | |
"transactionCount": 182, | |
"gasUsed": 7996639, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535801606", | |
"transactionCount": 152, | |
"gasUsed": 7989632, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535801643", | |
"transactionCount": 141, | |
"gasUsed": 7986281, | |
"gasLimit": 8000000 | |
}, | |
{ | |
"timestamp": "1535801660", | |
"transactionCount": 110, | |
"gasUsed": 7994722, | |
"gasLimit": 8003887 | |
}, | |
{ | |
"timestamp": "1535801665", | |
"transactionCount": 81, | |
"gasUsed": 7997391, | |
"gasLimit": 8007783 | |
}, | |
{ | |
"timestamp": "1535801675", | |
"transactionCount": 171, | |
"gasUsed": 7964253, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535801702", | |
"transactionCount": 163, | |
"gasUsed": 7973831, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535801712", | |
"transactionCount": 171, | |
"gasUsed": 7995385, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535801719", | |
"transactionCount": 120, | |
"gasUsed": 7991965, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535801726", | |
"transactionCount": 141, | |
"gasUsed": 7994964, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535801742", | |
"transactionCount": 214, | |
"gasUsed": 7985443, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535801747", | |
"transactionCount": 124, | |
"gasUsed": 7982303, | |
"gasLimit": 8000000 | |
}, | |
{ | |
"timestamp": "1535801763", | |
"transactionCount": 131, | |
"gasUsed": 7994053, | |
"gasLimit": 8003881 | |
}, | |
{ | |
"timestamp": "1535801777", | |
"transactionCount": 131, | |
"gasUsed": 7978689, | |
"gasLimit": 7996070 | |
}, | |
{ | |
"timestamp": "1535801780", | |
"transactionCount": 108, | |
"gasUsed": 7974032, | |
"gasLimit": 7988300 | |
}, | |
{ | |
"timestamp": "1535801794", | |
"transactionCount": 109, | |
"gasUsed": 7979805, | |
"gasLimit": 7996070 | |
}, | |
{ | |
"timestamp": "1535801819", | |
"transactionCount": 33, | |
"gasUsed": 1145637, | |
"gasLimit": 7999952 | |
}, | |
{ | |
"timestamp": "1535801840", | |
"transactionCount": 143, | |
"gasUsed": 7990759, | |
"gasLimit": 8000000 | |
}, | |
{ | |
"timestamp": "1535801857", | |
"transactionCount": 105, | |
"gasUsed": 7981385, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535801858", | |
"transactionCount": 67, | |
"gasUsed": 7992103, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535801864", | |
"transactionCount": 107, | |
"gasUsed": 7968142, | |
"gasLimit": 7984452 | |
}, | |
{ | |
"timestamp": "1535801876", | |
"transactionCount": 101, | |
"gasUsed": 7975663, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535801880", | |
"transactionCount": 109, | |
"gasUsed": 7965908, | |
"gasLimit": 7999992 | |
}, | |
{ | |
"timestamp": "1535801897", | |
"transactionCount": 125, | |
"gasUsed": 7995962, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535801900", | |
"transactionCount": 104, | |
"gasUsed": 7930371, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535801903", | |
"transactionCount": 74, | |
"gasUsed": 7988661, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535801923", | |
"transactionCount": 141, | |
"gasUsed": 8000166, | |
"gasLimit": 8003920 | |
}, | |
{ | |
"timestamp": "1535801929", | |
"transactionCount": 107, | |
"gasUsed": 7988688, | |
"gasLimit": 7996107 | |
}, | |
{ | |
"timestamp": "1535801939", | |
"transactionCount": 140, | |
"gasUsed": 7921349, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535801950", | |
"transactionCount": 12, | |
"gasUsed": 438411, | |
"gasLimit": 8003821 | |
}, | |
{ | |
"timestamp": "1535801955", | |
"transactionCount": 128, | |
"gasUsed": 7975305, | |
"gasLimit": 7996033 | |
}, | |
{ | |
"timestamp": "1535801960", | |
"transactionCount": 79, | |
"gasUsed": 7983178, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535801972", | |
"transactionCount": 84, | |
"gasUsed": 7992053, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535801991", | |
"transactionCount": 115, | |
"gasUsed": 7996211, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535802011", | |
"transactionCount": 95, | |
"gasUsed": 7986239, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535802016", | |
"transactionCount": 91, | |
"gasUsed": 7972466, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535802038", | |
"transactionCount": 51, | |
"gasUsed": 7981613, | |
"gasLimit": 7999992 | |
}, | |
{ | |
"timestamp": "1535802051", | |
"transactionCount": 126, | |
"gasUsed": 7983069, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535802067", | |
"transactionCount": 89, | |
"gasUsed": 7990886, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535802076", | |
"transactionCount": 88, | |
"gasUsed": 7990300, | |
"gasLimit": 7999992 | |
}, | |
{ | |
"timestamp": "1535802102", | |
"transactionCount": 111, | |
"gasUsed": 7911595, | |
"gasLimit": 7992185 | |
}, | |
{ | |
"timestamp": "1535802105", | |
"transactionCount": 79, | |
"gasUsed": 7992453, | |
"gasLimit": 7999955 | |
}, | |
{ | |
"timestamp": "1535802117", | |
"transactionCount": 32, | |
"gasUsed": 7983203, | |
"gasLimit": 7992148 | |
}, | |
{ | |
"timestamp": "1535802119", | |
"transactionCount": 62, | |
"gasUsed": 7961730, | |
"gasLimit": 7984378 | |
}, | |
{ | |
"timestamp": "1535802122", | |
"transactionCount": 33, | |
"gasUsed": 7947690, | |
"gasLimit": 7976608 | |
}, | |
{ | |
"timestamp": "1535802129", | |
"transactionCount": 51, | |
"gasUsed": 7968638, | |
"gasLimit": 7968838 | |
}, | |
{ | |
"timestamp": "1535802138", | |
"transactionCount": 86, | |
"gasUsed": 7965430, | |
"gasLimit": 7976619 | |
}, | |
{ | |
"timestamp": "1535802149", | |
"transactionCount": 73, | |
"gasUsed": 7976505, | |
"gasLimit": 7984378 | |
}, | |
{ | |
"timestamp": "1535802160", | |
"transactionCount": 70, | |
"gasUsed": 7944749, | |
"gasLimit": 7976608 | |
}, | |
{ | |
"timestamp": "1535802167", | |
"transactionCount": 48, | |
"gasUsed": 7957080, | |
"gasLimit": 7984378 | |
}, | |
{ | |
"timestamp": "1535802173", | |
"transactionCount": 69, | |
"gasUsed": 7823189, | |
"gasLimit": 7976608 | |
}, | |
{ | |
"timestamp": "1535802191", | |
"transactionCount": 61, | |
"gasUsed": 7960182, | |
"gasLimit": 7968838 | |
}, | |
{ | |
"timestamp": "1535802207", | |
"transactionCount": 100, | |
"gasUsed": 6999354, | |
"gasLimit": 7976608 | |
}, | |
{ | |
"timestamp": "1535802224", | |
"transactionCount": 86, | |
"gasUsed": 7960760, | |
"gasLimit": 7968838 | |
}, | |
{ | |
"timestamp": "1535802252", | |
"transactionCount": 148, | |
"gasUsed": 7973668, | |
"gasLimit": 7976619 | |
}, | |
{ | |
"timestamp": "1535802263", | |
"transactionCount": 40, | |
"gasUsed": 7970407, | |
"gasLimit": 7984378 | |
}, | |
{ | |
"timestamp": "1535802271", | |
"transactionCount": 89, | |
"gasUsed": 7983854, | |
"gasLimit": 7992174 | |
}, | |
{ | |
"timestamp": "1535802275", | |
"transactionCount": 28, | |
"gasUsed": 7982083, | |
"gasLimit": 7999977 | |
}, | |
{ | |
"timestamp": "1535802281", | |
"transactionCount": 44, | |
"gasUsed": 7984184, | |
"gasLimit": 7992185 | |
}, | |
{ | |
"timestamp": "1535802288", | |
"transactionCount": 65, | |
"gasUsed": 7992467, | |
"gasLimit": 7999955 | |
}, | |
{ | |
"timestamp": "1535802300", | |
"transactionCount": 91, | |
"gasUsed": 7996816, | |
"gasLimit": 8003851 | |
}, | |
{ | |
"timestamp": "1535802311", | |
"transactionCount": 57, | |
"gasUsed": 7995091, | |
"gasLimit": 8007750 | |
}, | |
{ | |
"timestamp": "1535802325", | |
"transactionCount": 86, | |
"gasUsed": 7982724, | |
"gasLimit": 7999955 | |
}, | |
{ | |
"timestamp": "1535802331", | |
"transactionCount": 99, | |
"gasUsed": 7772231, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535802352", | |
"transactionCount": 111, | |
"gasUsed": 7968590, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535802371", | |
"transactionCount": 125, | |
"gasUsed": 7998634, | |
"gasLimit": 8003890 | |
}, | |
{ | |
"timestamp": "1535802376", | |
"transactionCount": 58, | |
"gasUsed": 7978195, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535802409", | |
"transactionCount": 144, | |
"gasUsed": 7971544, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535802421", | |
"transactionCount": 88, | |
"gasUsed": 7999278, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535802433", | |
"transactionCount": 84, | |
"gasUsed": 7962962, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535802436", | |
"transactionCount": 193, | |
"gasUsed": 7962403, | |
"gasLimit": 7984452 | |
}, | |
{ | |
"timestamp": "1535802443", | |
"transactionCount": 34, | |
"gasUsed": 3805385, | |
"gasLimit": 7988319 | |
}, | |
{ | |
"timestamp": "1535802501", | |
"transactionCount": 145, | |
"gasUsed": 7984307, | |
"gasLimit": 7996119 | |
}, | |
{ | |
"timestamp": "1535802507", | |
"transactionCount": 217, | |
"gasUsed": 7977131, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535802530", | |
"transactionCount": 219, | |
"gasUsed": 7995372, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535802538", | |
"transactionCount": 2, | |
"gasUsed": 84616, | |
"gasLimit": 8003929 | |
}, | |
{ | |
"timestamp": "1535802540", | |
"transactionCount": 184, | |
"gasUsed": 7976133, | |
"gasLimit": 7996144 | |
}, | |
{ | |
"timestamp": "1535802551", | |
"transactionCount": 219, | |
"gasUsed": 7994078, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535802554", | |
"transactionCount": 9, | |
"gasUsed": 7994006, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535802560", | |
"transactionCount": 51, | |
"gasUsed": 7976380, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535802562", | |
"transactionCount": 61, | |
"gasUsed": 7992400, | |
"gasLimit": 8000000 | |
}, | |
{ | |
"timestamp": "1535802578", | |
"transactionCount": 67, | |
"gasUsed": 7992950, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535802591", | |
"transactionCount": 111, | |
"gasUsed": 7994289, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535802613", | |
"transactionCount": 90, | |
"gasUsed": 7973937, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535802618", | |
"transactionCount": 63, | |
"gasUsed": 7964343, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535802622", | |
"transactionCount": 38, | |
"gasUsed": 7983317, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535802677", | |
"transactionCount": 170, | |
"gasUsed": 7983828, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535802703", | |
"transactionCount": 355, | |
"gasUsed": 7992735, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535802713", | |
"transactionCount": 202, | |
"gasUsed": 7988427, | |
"gasLimit": 8003926 | |
}, | |
{ | |
"timestamp": "1535802727", | |
"transactionCount": 270, | |
"gasUsed": 7986002, | |
"gasLimit": 7996144 | |
}, | |
{ | |
"timestamp": "1535802750", | |
"transactionCount": 154, | |
"gasUsed": 7962686, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535802755", | |
"transactionCount": 271, | |
"gasUsed": 7969931, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535802757", | |
"transactionCount": 278, | |
"gasUsed": 7981360, | |
"gasLimit": 8000000 | |
}, | |
{ | |
"timestamp": "1535802776", | |
"transactionCount": 40, | |
"gasUsed": 1269905, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535802818", | |
"transactionCount": 99, | |
"gasUsed": 7989083, | |
"gasLimit": 7994078 | |
}, | |
{ | |
"timestamp": "1535802838", | |
"transactionCount": 121, | |
"gasUsed": 7970217, | |
"gasLimit": 7986302 | |
}, | |
{ | |
"timestamp": "1535802841", | |
"transactionCount": 65, | |
"gasUsed": 7988342, | |
"gasLimit": 7994072 | |
}, | |
{ | |
"timestamp": "1535802846", | |
"transactionCount": 127, | |
"gasUsed": 7982349, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535802859", | |
"transactionCount": 178, | |
"gasUsed": 7985340, | |
"gasLimit": 8003910 | |
}, | |
{ | |
"timestamp": "1535802863", | |
"transactionCount": 38, | |
"gasUsed": 8005502, | |
"gasLimit": 8007792 | |
}, | |
{ | |
"timestamp": "1535802892", | |
"transactionCount": 143, | |
"gasUsed": 7964695, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535802903", | |
"transactionCount": 87, | |
"gasUsed": 7992007, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535802916", | |
"transactionCount": 149, | |
"gasUsed": 7796873, | |
"gasLimit": 7999992 | |
}, | |
{ | |
"timestamp": "1535802943", | |
"transactionCount": 124, | |
"gasUsed": 7984340, | |
"gasLimit": 7992185 | |
}, | |
{ | |
"timestamp": "1535802978", | |
"transactionCount": 133, | |
"gasUsed": 7982617, | |
"gasLimit": 7999988 | |
}, | |
{ | |
"timestamp": "1535802997", | |
"transactionCount": 134, | |
"gasUsed": 7983647, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535803011", | |
"transactionCount": 106, | |
"gasUsed": 7965665, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535803017", | |
"transactionCount": 52, | |
"gasUsed": 7984292, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535803025", | |
"transactionCount": 75, | |
"gasUsed": 7992182, | |
"gasLimit": 8003913 | |
}, | |
{ | |
"timestamp": "1535803038", | |
"transactionCount": 61, | |
"gasUsed": 7995675, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535803042", | |
"transactionCount": 49, | |
"gasUsed": 7977817, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535803054", | |
"transactionCount": 79, | |
"gasUsed": 7996849, | |
"gasLimit": 8003904 | |
}, | |
{ | |
"timestamp": "1535803056", | |
"transactionCount": 205, | |
"gasUsed": 7981814, | |
"gasLimit": 7996107 | |
}, | |
{ | |
"timestamp": "1535803068", | |
"transactionCount": 105, | |
"gasUsed": 7963244, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535803070", | |
"transactionCount": 2, | |
"gasUsed": 42000, | |
"gasLimit": 8003882 | |
}, | |
{ | |
"timestamp": "1535803076", | |
"transactionCount": 23, | |
"gasUsed": 7970166, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535803090", | |
"transactionCount": 119, | |
"gasUsed": 7991055, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535803095", | |
"transactionCount": 31, | |
"gasUsed": 7981918, | |
"gasLimit": 7984452 | |
}, | |
{ | |
"timestamp": "1535803110", | |
"transactionCount": 16, | |
"gasUsed": 857648, | |
"gasLimit": 7988348 | |
}, | |
{ | |
"timestamp": "1535803118", | |
"transactionCount": 77, | |
"gasUsed": 7962111, | |
"gasLimit": 7980567 | |
}, | |
{ | |
"timestamp": "1535803134", | |
"transactionCount": 89, | |
"gasUsed": 7869147, | |
"gasLimit": 7988337 | |
}, | |
{ | |
"timestamp": "1535803166", | |
"transactionCount": 174, | |
"gasUsed": 7983402, | |
"gasLimit": 7996107 | |
}, | |
{ | |
"timestamp": "1535803181", | |
"transactionCount": 24, | |
"gasUsed": 792478, | |
"gasLimit": 7999994 | |
}, | |
{ | |
"timestamp": "1535803191", | |
"transactionCount": 201, | |
"gasUsed": 7989627, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535803226", | |
"transactionCount": 139, | |
"gasUsed": 7974106, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535803243", | |
"transactionCount": 115, | |
"gasUsed": 7993448, | |
"gasLimit": 7999992 | |
}, | |
{ | |
"timestamp": "1535803255", | |
"transactionCount": 103, | |
"gasUsed": 7986433, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535803263", | |
"transactionCount": 51, | |
"gasUsed": 7988062, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535803279", | |
"transactionCount": 20, | |
"gasUsed": 527802, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535803293", | |
"transactionCount": 5, | |
"gasUsed": 137163, | |
"gasLimit": 7992991 | |
}, | |
{ | |
"timestamp": "1535803295", | |
"transactionCount": 136, | |
"gasUsed": 7993618, | |
"gasLimit": 8000000 | |
}, | |
{ | |
"timestamp": "1535803312", | |
"transactionCount": 21, | |
"gasUsed": 776615, | |
"gasLimit": 8003898 | |
}, | |
{ | |
"timestamp": "1535803342", | |
"transactionCount": 82, | |
"gasUsed": 7980362, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535803355", | |
"transactionCount": 113, | |
"gasUsed": 7995526, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535803361", | |
"transactionCount": 17, | |
"gasUsed": 524587, | |
"gasLimit": 8003930 | |
}, | |
{ | |
"timestamp": "1535803373", | |
"transactionCount": 320, | |
"gasUsed": 7981314, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535803394", | |
"transactionCount": 167, | |
"gasUsed": 7985907, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535803486", | |
"transactionCount": 180, | |
"gasUsed": 7995801, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535803499", | |
"transactionCount": 127, | |
"gasUsed": 7996256, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535803509", | |
"transactionCount": 139, | |
"gasUsed": 7996716, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535803529", | |
"transactionCount": 86, | |
"gasUsed": 8001303, | |
"gasLimit": 8003931 | |
}, | |
{ | |
"timestamp": "1535803545", | |
"transactionCount": 116, | |
"gasUsed": 7987866, | |
"gasLimit": 8007836 | |
}, | |
{ | |
"timestamp": "1535803566", | |
"transactionCount": 186, | |
"gasUsed": 7984665, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535803587", | |
"transactionCount": 229, | |
"gasUsed": 7998727, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535803595", | |
"transactionCount": 75, | |
"gasUsed": 7983421, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535803615", | |
"transactionCount": 132, | |
"gasUsed": 7997137, | |
"gasLimit": 8003912 | |
}, | |
{ | |
"timestamp": "1535803623", | |
"transactionCount": 72, | |
"gasUsed": 8007634, | |
"gasLimit": 8007811 | |
}, | |
{ | |
"timestamp": "1535803667", | |
"transactionCount": 118, | |
"gasUsed": 7991513, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535803679", | |
"transactionCount": 122, | |
"gasUsed": 7999375, | |
"gasLimit": 8003924 | |
}, | |
{ | |
"timestamp": "1535803694", | |
"transactionCount": 95, | |
"gasUsed": 7992168, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535803716", | |
"transactionCount": 125, | |
"gasUsed": 7984579, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535803726", | |
"transactionCount": 74, | |
"gasUsed": 7984250, | |
"gasLimit": 8003914 | |
}, | |
{ | |
"timestamp": "1535803731", | |
"transactionCount": 49, | |
"gasUsed": 7990437, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535803744", | |
"transactionCount": 43, | |
"gasUsed": 7980303, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535803756", | |
"transactionCount": 118, | |
"gasUsed": 7992786, | |
"gasLimit": 7999992 | |
}, | |
{ | |
"timestamp": "1535803766", | |
"transactionCount": 90, | |
"gasUsed": 7983104, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535803784", | |
"transactionCount": 95, | |
"gasUsed": 7991806, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535803806", | |
"transactionCount": 110, | |
"gasUsed": 7767351, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535803826", | |
"transactionCount": 87, | |
"gasUsed": 7980079, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535803843", | |
"transactionCount": 100, | |
"gasUsed": 7987304, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535803850", | |
"transactionCount": 30, | |
"gasUsed": 8000017, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535803856", | |
"transactionCount": 64, | |
"gasUsed": 7995114, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535803871", | |
"transactionCount": 135, | |
"gasUsed": 7989981, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535803882", | |
"transactionCount": 93, | |
"gasUsed": 7984191, | |
"gasLimit": 8003922 | |
}, | |
{ | |
"timestamp": "1535803893", | |
"transactionCount": 40, | |
"gasUsed": 7996546, | |
"gasLimit": 8007802 | |
}, | |
{ | |
"timestamp": "1535803911", | |
"transactionCount": 116, | |
"gasUsed": 7998905, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535803937", | |
"transactionCount": 166, | |
"gasUsed": 7974326, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535803942", | |
"transactionCount": 180, | |
"gasUsed": 7972412, | |
"gasLimit": 7984452 | |
}, | |
{ | |
"timestamp": "1535803950", | |
"transactionCount": 134, | |
"gasUsed": 7984900, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535803952", | |
"transactionCount": 28, | |
"gasUsed": 7979631, | |
"gasLimit": 7999992 | |
}, | |
{ | |
"timestamp": "1535803986", | |
"transactionCount": 39, | |
"gasUsed": 2197446, | |
"gasLimit": 7992185 | |
}, | |
{ | |
"timestamp": "1535804009", | |
"transactionCount": 120, | |
"gasUsed": 7995987, | |
"gasLimit": 7999988 | |
}, | |
{ | |
"timestamp": "1535804029", | |
"transactionCount": 122, | |
"gasUsed": 7996993, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535804039", | |
"transactionCount": 94, | |
"gasUsed": 7991673, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535804040", | |
"transactionCount": 45, | |
"gasUsed": 1199594, | |
"gasLimit": 8003924 | |
}, | |
{ | |
"timestamp": "1535804063", | |
"transactionCount": 25, | |
"gasUsed": 720814, | |
"gasLimit": 7997866 | |
}, | |
{ | |
"timestamp": "1535804071", | |
"transactionCount": 125, | |
"gasUsed": 7983181, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535804109", | |
"transactionCount": 124, | |
"gasUsed": 7988998, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535804123", | |
"transactionCount": 108, | |
"gasUsed": 7981695, | |
"gasLimit": 7996121 | |
}, | |
{ | |
"timestamp": "1535804127", | |
"transactionCount": 274, | |
"gasUsed": 7924599, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535804147", | |
"transactionCount": 122, | |
"gasUsed": 7984035, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535804153", | |
"transactionCount": 53, | |
"gasUsed": 7998411, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535804169", | |
"transactionCount": 114, | |
"gasUsed": 7985629, | |
"gasLimit": 8003934 | |
}, | |
{ | |
"timestamp": "1535804184", | |
"transactionCount": 295, | |
"gasUsed": 7980062, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535804187", | |
"transactionCount": 72, | |
"gasUsed": 7981863, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535804197", | |
"transactionCount": 109, | |
"gasUsed": 7987770, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535804206", | |
"transactionCount": 96, | |
"gasUsed": 7978848, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535804213", | |
"transactionCount": 58, | |
"gasUsed": 7983587, | |
"gasLimit": 7999992 | |
}, | |
{ | |
"timestamp": "1535804218", | |
"transactionCount": 66, | |
"gasUsed": 7978414, | |
"gasLimit": 7992185 | |
}, | |
{ | |
"timestamp": "1535804234", | |
"transactionCount": 113, | |
"gasUsed": 7994179, | |
"gasLimit": 7999955 | |
}, | |
{ | |
"timestamp": "1535804253", | |
"transactionCount": 132, | |
"gasUsed": 7988231, | |
"gasLimit": 8003854 | |
}, | |
{ | |
"timestamp": "1535804275", | |
"transactionCount": 332, | |
"gasUsed": 7983855, | |
"gasLimit": 7996070 | |
}, | |
{ | |
"timestamp": "1535804288", | |
"transactionCount": 135, | |
"gasUsed": 7985544, | |
"gasLimit": 8000000 | |
}, | |
{ | |
"timestamp": "1535804291", | |
"transactionCount": 52, | |
"gasUsed": 7986398, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535804299", | |
"transactionCount": 65, | |
"gasUsed": 7990894, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535804308", | |
"transactionCount": 71, | |
"gasUsed": 7993664, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535804310", | |
"transactionCount": 55, | |
"gasUsed": 7989444, | |
"gasLimit": 8003927 | |
}, | |
{ | |
"timestamp": "1535804330", | |
"transactionCount": 119, | |
"gasUsed": 7988485, | |
"gasLimit": 7996144 | |
}, | |
{ | |
"timestamp": "1535804335", | |
"transactionCount": 40, | |
"gasUsed": 7992874, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535804338", | |
"transactionCount": 62, | |
"gasUsed": 7990733, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535804368", | |
"transactionCount": 134, | |
"gasUsed": 7998103, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535804386", | |
"transactionCount": 155, | |
"gasUsed": 7971425, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535804395", | |
"transactionCount": 41, | |
"gasUsed": 7994652, | |
"gasLimit": 8000000 | |
}, | |
{ | |
"timestamp": "1535804427", | |
"transactionCount": 47, | |
"gasUsed": 2063869, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535804445", | |
"transactionCount": 9, | |
"gasUsed": 706836, | |
"gasLimit": 7995241 | |
}, | |
{ | |
"timestamp": "1535804450", | |
"transactionCount": 123, | |
"gasUsed": 7971254, | |
"gasLimit": 7987449 | |
}, | |
{ | |
"timestamp": "1535804454", | |
"transactionCount": 137, | |
"gasUsed": 7981179, | |
"gasLimit": 7995219 | |
}, | |
{ | |
"timestamp": "1535804472", | |
"transactionCount": 126, | |
"gasUsed": 7986988, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535804490", | |
"transactionCount": 108, | |
"gasUsed": 7994723, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535804509", | |
"transactionCount": 282, | |
"gasUsed": 7997668, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535804531", | |
"transactionCount": 146, | |
"gasUsed": 7996980, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535804538", | |
"transactionCount": 63, | |
"gasUsed": 7982271, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535804545", | |
"transactionCount": 93, | |
"gasUsed": 7995074, | |
"gasLimit": 8003910 | |
}, | |
{ | |
"timestamp": "1535804550", | |
"transactionCount": 124, | |
"gasUsed": 7972715, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535804561", | |
"transactionCount": 59, | |
"gasUsed": 7976064, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535804608", | |
"transactionCount": 128, | |
"gasUsed": 7982358, | |
"gasLimit": 7999992 | |
}, | |
{ | |
"timestamp": "1535804615", | |
"transactionCount": 107, | |
"gasUsed": 7977949, | |
"gasLimit": 7992185 | |
}, | |
{ | |
"timestamp": "1535804618", | |
"transactionCount": 33, | |
"gasUsed": 7972371, | |
"gasLimit": 7984415 | |
}, | |
{ | |
"timestamp": "1535804628", | |
"transactionCount": 69, | |
"gasUsed": 7964843, | |
"gasLimit": 7976645 | |
}, | |
{ | |
"timestamp": "1535804630", | |
"transactionCount": 61, | |
"gasUsed": 2721710, | |
"gasLimit": 7980524 | |
}, | |
{ | |
"timestamp": "1535804642", | |
"transactionCount": 96, | |
"gasUsed": 7985704, | |
"gasLimit": 7988300 | |
}, | |
{ | |
"timestamp": "1535804652", | |
"transactionCount": 17, | |
"gasUsed": 531956, | |
"gasLimit": 7992197 | |
}, | |
{ | |
"timestamp": "1535804667", | |
"transactionCount": 85, | |
"gasUsed": 7984375, | |
"gasLimit": 7984415 | |
}, | |
{ | |
"timestamp": "1535804691", | |
"transactionCount": 95, | |
"gasUsed": 7985174, | |
"gasLimit": 7992185 | |
}, | |
{ | |
"timestamp": "1535804695", | |
"transactionCount": 82, | |
"gasUsed": 7981436, | |
"gasLimit": 7999988 | |
}, | |
{ | |
"timestamp": "1535804710", | |
"transactionCount": 103, | |
"gasUsed": 7996019, | |
"gasLimit": 8003868 | |
}, | |
{ | |
"timestamp": "1535804715", | |
"transactionCount": 57, | |
"gasUsed": 7979433, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535804728", | |
"transactionCount": 77, | |
"gasUsed": 7995560, | |
"gasLimit": 8003906 | |
}, | |
{ | |
"timestamp": "1535804741", | |
"transactionCount": 63, | |
"gasUsed": 7981081, | |
"gasLimit": 7996107 | |
}, | |
{ | |
"timestamp": "1535804749", | |
"transactionCount": 87, | |
"gasUsed": 7986783, | |
"gasLimit": 8000000 | |
}, | |
{ | |
"timestamp": "1535804758", | |
"transactionCount": 50, | |
"gasUsed": 7238501, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535804766", | |
"transactionCount": 144, | |
"gasUsed": 7794906, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535804773", | |
"transactionCount": 94, | |
"gasUsed": 7645088, | |
"gasLimit": 7999992 | |
}, | |
{ | |
"timestamp": "1535804798", | |
"transactionCount": 96, | |
"gasUsed": 7983622, | |
"gasLimit": 7992185 | |
}, | |
{ | |
"timestamp": "1535804802", | |
"transactionCount": 63, | |
"gasUsed": 7977557, | |
"gasLimit": 7996076 | |
}, | |
{ | |
"timestamp": "1535804807", | |
"transactionCount": 43, | |
"gasUsed": 7992561, | |
"gasLimit": 8000000 | |
}, | |
{ | |
"timestamp": "1535804829", | |
"transactionCount": 219, | |
"gasUsed": 7994358, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535804834", | |
"transactionCount": 76, | |
"gasUsed": 7988494, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535804844", | |
"transactionCount": 74, | |
"gasUsed": 7980300, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535804849", | |
"transactionCount": 125, | |
"gasUsed": 7991753, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535804872", | |
"transactionCount": 113, | |
"gasUsed": 7919727, | |
"gasLimit": 7996125 | |
}, | |
{ | |
"timestamp": "1535804882", | |
"transactionCount": 50, | |
"gasUsed": 7978264, | |
"gasLimit": 7988337 | |
}, | |
{ | |
"timestamp": "1535804888", | |
"transactionCount": 66, | |
"gasUsed": 7983229, | |
"gasLimit": 7992223 | |
}, | |
{ | |
"timestamp": "1535804897", | |
"transactionCount": 57, | |
"gasUsed": 7985587, | |
"gasLimit": 8000000 | |
}, | |
{ | |
"timestamp": "1535804919", | |
"transactionCount": 113, | |
"gasUsed": 7975962, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535804953", | |
"transactionCount": 115, | |
"gasUsed": 7983868, | |
"gasLimit": 7999992 | |
}, | |
{ | |
"timestamp": "1535804959", | |
"transactionCount": 74, | |
"gasUsed": 7989486, | |
"gasLimit": 7992185 | |
}, | |
{ | |
"timestamp": "1535804962", | |
"transactionCount": 57, | |
"gasUsed": 7990419, | |
"gasLimit": 7999955 | |
}, | |
{ | |
"timestamp": "1535804967", | |
"transactionCount": 61, | |
"gasUsed": 7989665, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535805005", | |
"transactionCount": 88, | |
"gasUsed": 7987300, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535805020", | |
"transactionCount": 119, | |
"gasUsed": 7987174, | |
"gasLimit": 7996119 | |
}, | |
{ | |
"timestamp": "1535805022", | |
"transactionCount": 80, | |
"gasUsed": 7990148, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535805038", | |
"transactionCount": 73, | |
"gasUsed": 7983141, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535805049", | |
"transactionCount": 97, | |
"gasUsed": 7983808, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535805050", | |
"transactionCount": 27, | |
"gasUsed": 7980546, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535805053", | |
"transactionCount": 240, | |
"gasUsed": 7984573, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535805099", | |
"transactionCount": 223, | |
"gasUsed": 7990996, | |
"gasLimit": 7999992 | |
}, | |
{ | |
"timestamp": "1535805105", | |
"transactionCount": 151, | |
"gasUsed": 7999590, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535805107", | |
"transactionCount": 53, | |
"gasUsed": 7979356, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535805118", | |
"transactionCount": 54, | |
"gasUsed": 7999117, | |
"gasLimit": 8003906 | |
}, | |
{ | |
"timestamp": "1535805127", | |
"transactionCount": 66, | |
"gasUsed": 7990223, | |
"gasLimit": 8007808 | |
}, | |
{ | |
"timestamp": "1535805138", | |
"transactionCount": 11, | |
"gasUsed": 383564, | |
"gasLimit": 8011693 | |
}, | |
{ | |
"timestamp": "1535805142", | |
"transactionCount": 87, | |
"gasUsed": 7995066, | |
"gasLimit": 8003877 | |
}, | |
{ | |
"timestamp": "1535805150", | |
"transactionCount": 376, | |
"gasUsed": 7979210, | |
"gasLimit": 7996070 | |
}, | |
{ | |
"timestamp": "1535805175", | |
"transactionCount": 106, | |
"gasUsed": 7988074, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535805208", | |
"transactionCount": 161, | |
"gasUsed": 7981578, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535805225", | |
"transactionCount": 206, | |
"gasUsed": 7960076, | |
"gasLimit": 7999992 | |
}, | |
{ | |
"timestamp": "1535805246", | |
"transactionCount": 230, | |
"gasUsed": 7981635, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535805250", | |
"transactionCount": 74, | |
"gasUsed": 7985592, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535805252", | |
"transactionCount": 54, | |
"gasUsed": 7980139, | |
"gasLimit": 7999992 | |
}, | |
{ | |
"timestamp": "1535805257", | |
"transactionCount": 60, | |
"gasUsed": 8001081, | |
"gasLimit": 8003870 | |
}, | |
{ | |
"timestamp": "1535805296", | |
"transactionCount": 163, | |
"gasUsed": 8000873, | |
"gasLimit": 8007775 | |
}, | |
{ | |
"timestamp": "1535805328", | |
"transactionCount": 170, | |
"gasUsed": 7996099, | |
"gasLimit": 8011676 | |
}, | |
{ | |
"timestamp": "1535805332", | |
"transactionCount": 63, | |
"gasUsed": 7983240, | |
"gasLimit": 8003877 | |
}, | |
{ | |
"timestamp": "1535805341", | |
"transactionCount": 67, | |
"gasUsed": 8001982, | |
"gasLimit": 8007756 | |
}, | |
{ | |
"timestamp": "1535805354", | |
"transactionCount": 86, | |
"gasUsed": 7992632, | |
"gasLimit": 8011658 | |
}, | |
{ | |
"timestamp": "1535805359", | |
"transactionCount": 67, | |
"gasUsed": 7989590, | |
"gasLimit": 8003840 | |
}, | |
{ | |
"timestamp": "1535805401", | |
"transactionCount": 171, | |
"gasUsed": 7997192, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535805414", | |
"transactionCount": 111, | |
"gasUsed": 7972357, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535805417", | |
"transactionCount": 28, | |
"gasUsed": 7974771, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535805420", | |
"transactionCount": 375, | |
"gasUsed": 7963923, | |
"gasLimit": 7984452 | |
}, | |
{ | |
"timestamp": "1535805433", | |
"transactionCount": 112, | |
"gasUsed": 7981500, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535805445", | |
"transactionCount": 118, | |
"gasUsed": 7979620, | |
"gasLimit": 7984452 | |
}, | |
{ | |
"timestamp": "1535805468", | |
"transactionCount": 143, | |
"gasUsed": 7983883, | |
"gasLimit": 7988344 | |
}, | |
{ | |
"timestamp": "1535805487", | |
"transactionCount": 103, | |
"gasUsed": 7979034, | |
"gasLimit": 7992239 | |
}, | |
{ | |
"timestamp": "1535805495", | |
"transactionCount": 142, | |
"gasUsed": 7968705, | |
"gasLimit": 7984452 | |
}, | |
{ | |
"timestamp": "1535805523", | |
"transactionCount": 154, | |
"gasUsed": 7963063, | |
"gasLimit": 7976682 | |
}, | |
{ | |
"timestamp": "1535805527", | |
"transactionCount": 5, | |
"gasUsed": 175570, | |
"gasLimit": 7980558 | |
}, | |
{ | |
"timestamp": "1535805532", | |
"transactionCount": 75, | |
"gasUsed": 7971721, | |
"gasLimit": 7988350 | |
}, | |
{ | |
"timestamp": "1535805543", | |
"transactionCount": 6, | |
"gasUsed": 188349, | |
"gasLimit": 7996144 | |
}, | |
{ | |
"timestamp": "1535805551", | |
"transactionCount": 124, | |
"gasUsed": 7995953, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535805581", | |
"transactionCount": 142, | |
"gasUsed": 7999421, | |
"gasLimit": 8003930 | |
}, | |
{ | |
"timestamp": "1535805588", | |
"transactionCount": 97, | |
"gasUsed": 7990930, | |
"gasLimit": 8007832 | |
}, | |
{ | |
"timestamp": "1535805593", | |
"transactionCount": 44, | |
"gasUsed": 7987525, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535805616", | |
"transactionCount": 161, | |
"gasUsed": 7989624, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535805619", | |
"transactionCount": 74, | |
"gasUsed": 7987285, | |
"gasLimit": 8003921 | |
}, | |
{ | |
"timestamp": "1535805624", | |
"transactionCount": 84, | |
"gasUsed": 7995040, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535805681", | |
"transactionCount": 220, | |
"gasUsed": 7996516, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535805699", | |
"transactionCount": 139, | |
"gasUsed": 7995531, | |
"gasLimit": 8003931 | |
}, | |
{ | |
"timestamp": "1535805704", | |
"transactionCount": 81, | |
"gasUsed": 7995779, | |
"gasLimit": 7996144 | |
}, | |
{ | |
"timestamp": "1535805711", | |
"transactionCount": 362, | |
"gasUsed": 7971706, | |
"gasLimit": 7988374 | |
}, | |
{ | |
"timestamp": "1535805736", | |
"transactionCount": 139, | |
"gasUsed": 7973109, | |
"gasLimit": 7980604 | |
}, | |
{ | |
"timestamp": "1535805738", | |
"transactionCount": 74, | |
"gasUsed": 7953040, | |
"gasLimit": 7972834 | |
}, | |
{ | |
"timestamp": "1535805752", | |
"transactionCount": 102, | |
"gasUsed": 7971920, | |
"gasLimit": 7976699 | |
}, | |
{ | |
"timestamp": "1535805764", | |
"transactionCount": 98, | |
"gasUsed": 7968076, | |
"gasLimit": 7984452 | |
}, | |
{ | |
"timestamp": "1535805775", | |
"transactionCount": 88, | |
"gasUsed": 7975618, | |
"gasLimit": 7992248 | |
}, | |
{ | |
"timestamp": "1535805781", | |
"transactionCount": 234, | |
"gasUsed": 7237815, | |
"gasLimit": 7984452 | |
}, | |
{ | |
"timestamp": "1535805801", | |
"transactionCount": 100, | |
"gasUsed": 7976162, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535805803", | |
"transactionCount": 76, | |
"gasUsed": 7994460, | |
"gasLimit": 7996102 | |
}, | |
{ | |
"timestamp": "1535805824", | |
"transactionCount": 147, | |
"gasUsed": 7982760, | |
"gasLimit": 8000005 | |
}, | |
{ | |
"timestamp": "1535805844", | |
"transactionCount": 126, | |
"gasUsed": 7985961, | |
"gasLimit": 8003887 | |
}, | |
{ | |
"timestamp": "1535805858", | |
"transactionCount": 122, | |
"gasUsed": 8003233, | |
"gasLimit": 8007770 | |
}, | |
{ | |
"timestamp": "1535805865", | |
"transactionCount": 50, | |
"gasUsed": 7985469, | |
"gasLimit": 7999955 | |
}, | |
{ | |
"timestamp": "1535805883", | |
"transactionCount": 165, | |
"gasUsed": 7988243, | |
"gasLimit": 8003841 | |
}, | |
{ | |
"timestamp": "1535805889", | |
"transactionCount": 65, | |
"gasUsed": 7986087, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535805904", | |
"transactionCount": 108, | |
"gasUsed": 7997744, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535805914", | |
"transactionCount": 122, | |
"gasUsed": 7996177, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535805957", | |
"transactionCount": 186, | |
"gasUsed": 7979945, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535805995", | |
"transactionCount": 47, | |
"gasUsed": 2029237, | |
"gasLimit": 7984452 | |
}, | |
{ | |
"timestamp": "1535806012", | |
"transactionCount": 129, | |
"gasUsed": 7961517, | |
"gasLimit": 7976682 | |
}, | |
{ | |
"timestamp": "1535806030", | |
"transactionCount": 328, | |
"gasUsed": 7950720, | |
"gasLimit": 7968912 | |
}, | |
{ | |
"timestamp": "1535806040", | |
"transactionCount": 139, | |
"gasUsed": 7964614, | |
"gasLimit": 7976682 | |
}, | |
{ | |
"timestamp": "1535806048", | |
"transactionCount": 126, | |
"gasUsed": 7984446, | |
"gasLimit": 7984470 | |
}, | |
{ | |
"timestamp": "1535806053", | |
"transactionCount": 369, | |
"gasUsed": 7989118, | |
"gasLimit": 7992259 | |
}, | |
{ | |
"timestamp": "1535806081", | |
"transactionCount": 162, | |
"gasUsed": 7995017, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535806090", | |
"transactionCount": 174, | |
"gasUsed": 7985950, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535806104", | |
"transactionCount": 105, | |
"gasUsed": 7980303, | |
"gasLimit": 7999992 | |
}, | |
{ | |
"timestamp": "1535806106", | |
"transactionCount": 36, | |
"gasUsed": 1372365, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535806122", | |
"transactionCount": 35, | |
"gasUsed": 1753042, | |
"gasLimit": 7994228 | |
}, | |
{ | |
"timestamp": "1535806146", | |
"transactionCount": 245, | |
"gasUsed": 7996064, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535806203", | |
"transactionCount": 169, | |
"gasUsed": 7997221, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535806245", | |
"transactionCount": 141, | |
"gasUsed": 8002369, | |
"gasLimit": 8003932 | |
}, | |
{ | |
"timestamp": "1535806254", | |
"transactionCount": 108, | |
"gasUsed": 7995582, | |
"gasLimit": 8007839 | |
}, | |
{ | |
"timestamp": "1535806264", | |
"transactionCount": 91, | |
"gasUsed": 8006027, | |
"gasLimit": 8011732 | |
}, | |
{ | |
"timestamp": "1535806289", | |
"transactionCount": 117, | |
"gasUsed": 7995619, | |
"gasLimit": 8003914 | |
}, | |
{ | |
"timestamp": "1535806332", | |
"transactionCount": 146, | |
"gasUsed": 7997711, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535806347", | |
"transactionCount": 148, | |
"gasUsed": 7995259, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535806351", | |
"transactionCount": 62, | |
"gasUsed": 7979825, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535806361", | |
"transactionCount": 58, | |
"gasUsed": 7979729, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535806363", | |
"transactionCount": 47, | |
"gasUsed": 7989066, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535806390", | |
"transactionCount": 154, | |
"gasUsed": 7998015, | |
"gasLimit": 7999992 | |
}, | |
{ | |
"timestamp": "1535806394", | |
"transactionCount": 63, | |
"gasUsed": 7926063, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535806399", | |
"transactionCount": 45, | |
"gasUsed": 7960549, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535806415", | |
"transactionCount": 99, | |
"gasUsed": 8002127, | |
"gasLimit": 8003878 | |
}, | |
{ | |
"timestamp": "1535806436", | |
"transactionCount": 87, | |
"gasUsed": 7717668, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535806441", | |
"transactionCount": 110, | |
"gasUsed": 7976059, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535806449", | |
"transactionCount": 324, | |
"gasUsed": 7980131, | |
"gasLimit": 7984452 | |
}, | |
{ | |
"timestamp": "1535806480", | |
"transactionCount": 131, | |
"gasUsed": 7968700, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535806486", | |
"transactionCount": 10, | |
"gasUsed": 1939260, | |
"gasLimit": 7996091 | |
}, | |
{ | |
"timestamp": "1535806488", | |
"transactionCount": 44, | |
"gasUsed": 7975189, | |
"gasLimit": 7991124 | |
}, | |
{ | |
"timestamp": "1535806499", | |
"transactionCount": 84, | |
"gasUsed": 7996538, | |
"gasLimit": 7998926 | |
}, | |
{ | |
"timestamp": "1535806538", | |
"transactionCount": 177, | |
"gasUsed": 7512934, | |
"gasLimit": 8002829 | |
}, | |
{ | |
"timestamp": "1535806545", | |
"transactionCount": 54, | |
"gasUsed": 7978508, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535806582", | |
"transactionCount": 165, | |
"gasUsed": 7945986, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535806585", | |
"transactionCount": 30, | |
"gasUsed": 7972972, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535806602", | |
"transactionCount": 69, | |
"gasUsed": 7999673, | |
"gasLimit": 7999992 | |
}, | |
{ | |
"timestamp": "1535806626", | |
"transactionCount": 22, | |
"gasUsed": 600938, | |
"gasLimit": 8003899 | |
}, | |
{ | |
"timestamp": "1535806631", | |
"transactionCount": 103, | |
"gasUsed": 7992412, | |
"gasLimit": 7996107 | |
}, | |
{ | |
"timestamp": "1535806635", | |
"transactionCount": 119, | |
"gasUsed": 7979316, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535806653", | |
"transactionCount": 190, | |
"gasUsed": 5798773, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535806675", | |
"transactionCount": 135, | |
"gasUsed": 7993451, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535806688", | |
"transactionCount": 11, | |
"gasUsed": 496112, | |
"gasLimit": 8003927 | |
}, | |
{ | |
"timestamp": "1535806699", | |
"transactionCount": 112, | |
"gasUsed": 7998897, | |
"gasLimit": 8000000 | |
}, | |
{ | |
"timestamp": "1535806706", | |
"transactionCount": 36, | |
"gasUsed": 7918858, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535806735", | |
"transactionCount": 24, | |
"gasUsed": 771675, | |
"gasLimit": 8003817 | |
}, | |
{ | |
"timestamp": "1535806760", | |
"transactionCount": 161, | |
"gasUsed": 7999210, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535806776", | |
"transactionCount": 90, | |
"gasUsed": 7991633, | |
"gasLimit": 8003935 | |
}, | |
{ | |
"timestamp": "1535806786", | |
"transactionCount": 102, | |
"gasUsed": 7960323, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535806793", | |
"transactionCount": 72, | |
"gasUsed": 7967657, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535806822", | |
"transactionCount": 125, | |
"gasUsed": 7998185, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535806828", | |
"transactionCount": 102, | |
"gasUsed": 7980444, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535806832", | |
"transactionCount": 74, | |
"gasUsed": 7992249, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535806856", | |
"transactionCount": 130, | |
"gasUsed": 7992016, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535806866", | |
"transactionCount": 97, | |
"gasUsed": 7987207, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535806874", | |
"transactionCount": 65, | |
"gasUsed": 3979243, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535806891", | |
"transactionCount": 99, | |
"gasUsed": 7987515, | |
"gasLimit": 8000000 | |
}, | |
{ | |
"timestamp": "1535806907", | |
"transactionCount": 101, | |
"gasUsed": 7982928, | |
"gasLimit": 8003889 | |
}, | |
{ | |
"timestamp": "1535806917", | |
"transactionCount": 93, | |
"gasUsed": 7999852, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535806957", | |
"transactionCount": 184, | |
"gasUsed": 7995447, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535806977", | |
"transactionCount": 125, | |
"gasUsed": 7999711, | |
"gasLimit": 8003930 | |
}, | |
{ | |
"timestamp": "1535806983", | |
"transactionCount": 77, | |
"gasUsed": 7991722, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535806999", | |
"transactionCount": 84, | |
"gasUsed": 5691888, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535807026", | |
"transactionCount": 148, | |
"gasUsed": 7988484, | |
"gasLimit": 8000555 | |
}, | |
{ | |
"timestamp": "1535807050", | |
"transactionCount": 109, | |
"gasUsed": 7995890, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535807057", | |
"transactionCount": 34, | |
"gasUsed": 7974142, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535807090", | |
"transactionCount": 125, | |
"gasUsed": 7984888, | |
"gasLimit": 7999992 | |
}, | |
{ | |
"timestamp": "1535807094", | |
"transactionCount": 112, | |
"gasUsed": 8001598, | |
"gasLimit": 8003877 | |
}, | |
{ | |
"timestamp": "1535807099", | |
"transactionCount": 17, | |
"gasUsed": 7986654, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535807109", | |
"transactionCount": 111, | |
"gasUsed": 7979627, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535807123", | |
"transactionCount": 92, | |
"gasUsed": 7966535, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535807134", | |
"transactionCount": 93, | |
"gasUsed": 7970289, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535807158", | |
"transactionCount": 195, | |
"gasUsed": 7979733, | |
"gasLimit": 8000000 | |
}, | |
{ | |
"timestamp": "1535807183", | |
"transactionCount": 68, | |
"gasUsed": 7980800, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535807232", | |
"transactionCount": 178, | |
"gasUsed": 7986324, | |
"gasLimit": 8003908 | |
}, | |
{ | |
"timestamp": "1535807238", | |
"transactionCount": 78, | |
"gasUsed": 6147991, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535807243", | |
"transactionCount": 70, | |
"gasUsed": 7995918, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535807261", | |
"transactionCount": 93, | |
"gasUsed": 7980519, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535807285", | |
"transactionCount": 146, | |
"gasUsed": 7969320, | |
"gasLimit": 7984452 | |
}, | |
{ | |
"timestamp": "1535807292", | |
"transactionCount": 127, | |
"gasUsed": 7983065, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535807309", | |
"transactionCount": 127, | |
"gasUsed": 7967165, | |
"gasLimit": 7999992 | |
}, | |
{ | |
"timestamp": "1535807324", | |
"transactionCount": 54, | |
"gasUsed": 1723464, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535807346", | |
"transactionCount": 49, | |
"gasUsed": 1619204, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535807368", | |
"transactionCount": 138, | |
"gasUsed": 7993315, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535807374", | |
"transactionCount": 113, | |
"gasUsed": 7989831, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535807380", | |
"transactionCount": 90, | |
"gasUsed": 7967978, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535807385", | |
"transactionCount": 49, | |
"gasUsed": 7997897, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535807389", | |
"transactionCount": 367, | |
"gasUsed": 7966772, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535807406", | |
"transactionCount": 104, | |
"gasUsed": 7987297, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535807421", | |
"transactionCount": 114, | |
"gasUsed": 7998215, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535807430", | |
"transactionCount": 40, | |
"gasUsed": 8001581, | |
"gasLimit": 8003934 | |
}, | |
{ | |
"timestamp": "1535807450", | |
"transactionCount": 112, | |
"gasUsed": 7986998, | |
"gasLimit": 7996144 | |
}, | |
{ | |
"timestamp": "1535807453", | |
"transactionCount": 113, | |
"gasUsed": 7989190, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535807475", | |
"transactionCount": 130, | |
"gasUsed": 7741705, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535807484", | |
"transactionCount": 60, | |
"gasUsed": 7988762, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535807486", | |
"transactionCount": 64, | |
"gasUsed": 7965634, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535807495", | |
"transactionCount": 75, | |
"gasUsed": 7981418, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535807531", | |
"transactionCount": 124, | |
"gasUsed": 7994718, | |
"gasLimit": 8000000 | |
}, | |
{ | |
"timestamp": "1535807573", | |
"transactionCount": 156, | |
"gasUsed": 7996621, | |
"gasLimit": 8003900 | |
}, | |
{ | |
"timestamp": "1535807593", | |
"transactionCount": 205, | |
"gasUsed": 7998821, | |
"gasLimit": 8007798 | |
}, | |
{ | |
"timestamp": "1535807619", | |
"transactionCount": 197, | |
"gasUsed": 5822076, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535807642", | |
"transactionCount": 162, | |
"gasUsed": 7979672, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535807664", | |
"transactionCount": 269, | |
"gasUsed": 7995027, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535807684", | |
"transactionCount": 250, | |
"gasUsed": 7985706, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535807693", | |
"transactionCount": 82, | |
"gasUsed": 7971748, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535807697", | |
"transactionCount": 157, | |
"gasUsed": 7991488, | |
"gasLimit": 7999992 | |
}, | |
{ | |
"timestamp": "1535807729", | |
"transactionCount": 125, | |
"gasUsed": 7981610, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535807749", | |
"transactionCount": 206, | |
"gasUsed": 7976586, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535807755", | |
"transactionCount": 147, | |
"gasUsed": 7982308, | |
"gasLimit": 8000000 | |
}, | |
{ | |
"timestamp": "1535807778", | |
"transactionCount": 164, | |
"gasUsed": 6685206, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535807784", | |
"transactionCount": 123, | |
"gasUsed": 7997007, | |
"gasLimit": 7999992 | |
}, | |
{ | |
"timestamp": "1535807825", | |
"transactionCount": 206, | |
"gasUsed": 7987297, | |
"gasLimit": 7992185 | |
}, | |
{ | |
"timestamp": "1535807828", | |
"transactionCount": 49, | |
"gasUsed": 7970271, | |
"gasLimit": 7999955 | |
}, | |
{ | |
"timestamp": "1535807842", | |
"transactionCount": 161, | |
"gasUsed": 7987483, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535807845", | |
"transactionCount": 19, | |
"gasUsed": 7993894, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535807858", | |
"transactionCount": 255, | |
"gasUsed": 7974607, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535807874", | |
"transactionCount": 119, | |
"gasUsed": 7984536, | |
"gasLimit": 7996100 | |
}, | |
{ | |
"timestamp": "1535807877", | |
"transactionCount": 0, | |
"gasUsed": 0, | |
"gasLimit": 7999989 | |
}, | |
{ | |
"timestamp": "1535807881", | |
"transactionCount": 67, | |
"gasUsed": 7930479, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535807942", | |
"transactionCount": 173, | |
"gasUsed": 7991206, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535807960", | |
"transactionCount": 130, | |
"gasUsed": 7991165, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535807971", | |
"transactionCount": 115, | |
"gasUsed": 7999462, | |
"gasLimit": 8000000 | |
}, | |
{ | |
"timestamp": "1535807979", | |
"transactionCount": 122, | |
"gasUsed": 8000709, | |
"gasLimit": 8003906 | |
}, | |
{ | |
"timestamp": "1535808015", | |
"transactionCount": 144, | |
"gasUsed": 7991001, | |
"gasLimit": 8007810 | |
}, | |
{ | |
"timestamp": "1535808019", | |
"transactionCount": 82, | |
"gasUsed": 7996991, | |
"gasLimit": 7999992 | |
}, | |
{ | |
"timestamp": "1535808046", | |
"transactionCount": 182, | |
"gasUsed": 7987439, | |
"gasLimit": 7992185 | |
}, | |
{ | |
"timestamp": "1535808050", | |
"transactionCount": 52, | |
"gasUsed": 7991508, | |
"gasLimit": 7999988 | |
}, | |
{ | |
"timestamp": "1535808077", | |
"transactionCount": 209, | |
"gasUsed": 7975148, | |
"gasLimit": 7992185 | |
}, | |
{ | |
"timestamp": "1535808085", | |
"transactionCount": 46, | |
"gasUsed": 7997002, | |
"gasLimit": 7999955 | |
}, | |
{ | |
"timestamp": "1535808114", | |
"transactionCount": 178, | |
"gasUsed": 7986715, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535808132", | |
"transactionCount": 151, | |
"gasUsed": 7978597, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535808144", | |
"transactionCount": 107, | |
"gasUsed": 6088354, | |
"gasLimit": 7999992 | |
}, | |
{ | |
"timestamp": "1535808147", | |
"transactionCount": 136, | |
"gasUsed": 7988420, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535808157", | |
"transactionCount": 54, | |
"gasUsed": 7982663, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535808173", | |
"transactionCount": 117, | |
"gasUsed": 7991864, | |
"gasLimit": 7999992 | |
}, | |
{ | |
"timestamp": "1535808194", | |
"transactionCount": 165, | |
"gasUsed": 7982680, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535808198", | |
"transactionCount": 39, | |
"gasUsed": 2367559, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535808201", | |
"transactionCount": 131, | |
"gasUsed": 7733737, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535808220", | |
"transactionCount": 199, | |
"gasUsed": 8001816, | |
"gasLimit": 8003546 | |
}, | |
{ | |
"timestamp": "1535808237", | |
"transactionCount": 13, | |
"gasUsed": 713938, | |
"gasLimit": 8007453 | |
}, | |
{ | |
"timestamp": "1535808239", | |
"transactionCount": 141, | |
"gasUsed": 7986556, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535808260", | |
"transactionCount": 191, | |
"gasUsed": 7998082, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535808320", | |
"transactionCount": 176, | |
"gasUsed": 7933875, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535808326", | |
"transactionCount": 139, | |
"gasUsed": 7995211, | |
"gasLimit": 8000000 | |
}, | |
{ | |
"timestamp": "1535808337", | |
"transactionCount": 92, | |
"gasUsed": 7992433, | |
"gasLimit": 8003900 | |
}, | |
{ | |
"timestamp": "1535808342", | |
"transactionCount": 82, | |
"gasUsed": 7987064, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535808352", | |
"transactionCount": 79, | |
"gasUsed": 7985974, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535808353", | |
"transactionCount": 31, | |
"gasUsed": 7982889, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535808358", | |
"transactionCount": 0, | |
"gasUsed": 0, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535808370", | |
"transactionCount": 246, | |
"gasUsed": 7999772, | |
"gasLimit": 7999992 | |
}, | |
{ | |
"timestamp": "1535808380", | |
"transactionCount": 250, | |
"gasUsed": 7979086, | |
"gasLimit": 7992185 | |
}, | |
{ | |
"timestamp": "1535808440", | |
"transactionCount": 147, | |
"gasUsed": 7981908, | |
"gasLimit": 7999955 | |
}, | |
{ | |
"timestamp": "1535808445", | |
"transactionCount": 40, | |
"gasUsed": 7987189, | |
"gasLimit": 7992148 | |
}, | |
{ | |
"timestamp": "1535808463", | |
"transactionCount": 33, | |
"gasUsed": 7973224, | |
"gasLimit": 7984378 | |
}, | |
{ | |
"timestamp": "1535808471", | |
"transactionCount": 11, | |
"gasUsed": 486029, | |
"gasLimit": 7988261 | |
}, | |
{ | |
"timestamp": "1535808479", | |
"transactionCount": 123, | |
"gasUsed": 7986764, | |
"gasLimit": 7996061 | |
}, | |
{ | |
"timestamp": "1535808513", | |
"transactionCount": 212, | |
"gasUsed": 7985798, | |
"gasLimit": 7988263 | |
}, | |
{ | |
"timestamp": "1535808517", | |
"transactionCount": 234, | |
"gasUsed": 6861347, | |
"gasLimit": 7996033 | |
}, | |
{ | |
"timestamp": "1535808572", | |
"transactionCount": 168, | |
"gasUsed": 7984634, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535808632", | |
"transactionCount": 203, | |
"gasUsed": 7945063, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535808634", | |
"transactionCount": 157, | |
"gasUsed": 7987933, | |
"gasLimit": 7999992 | |
}, | |
{ | |
"timestamp": "1535808643", | |
"transactionCount": 106, | |
"gasUsed": 7972797, | |
"gasLimit": 8003882 | |
}, | |
{ | |
"timestamp": "1535808650", | |
"transactionCount": 150, | |
"gasUsed": 7999611, | |
"gasLimit": 8007745 | |
}, | |
{ | |
"timestamp": "1535808674", | |
"transactionCount": 166, | |
"gasUsed": 7998587, | |
"gasLimit": 8011644 | |
}, | |
{ | |
"timestamp": "1535808679", | |
"transactionCount": 31, | |
"gasUsed": 1359729, | |
"gasLimit": 8015538 | |
}, | |
{ | |
"timestamp": "1535808689", | |
"transactionCount": 112, | |
"gasUsed": 8003066, | |
"gasLimit": 8007725 | |
}, | |
{ | |
"timestamp": "1535808696", | |
"transactionCount": 74, | |
"gasUsed": 7448653, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535808746", | |
"transactionCount": 173, | |
"gasUsed": 7981019, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535808756", | |
"transactionCount": 33, | |
"gasUsed": 8000427, | |
"gasLimit": 8003908 | |
}, | |
{ | |
"timestamp": "1535808761", | |
"transactionCount": 146, | |
"gasUsed": 7993640, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535808775", | |
"transactionCount": 115, | |
"gasUsed": 7971849, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535808778", | |
"transactionCount": 91, | |
"gasUsed": 7992080, | |
"gasLimit": 8000000 | |
}, | |
{ | |
"timestamp": "1535808792", | |
"transactionCount": 168, | |
"gasUsed": 7979909, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535808799", | |
"transactionCount": 102, | |
"gasUsed": 7980475, | |
"gasLimit": 7999992 | |
}, | |
{ | |
"timestamp": "1535808812", | |
"transactionCount": 92, | |
"gasUsed": 7980297, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535808839", | |
"transactionCount": 231, | |
"gasUsed": 7993665, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535808842", | |
"transactionCount": 23, | |
"gasUsed": 7154240, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535808857", | |
"transactionCount": 172, | |
"gasUsed": 7989190, | |
"gasLimit": 8002697 | |
}, | |
{ | |
"timestamp": "1535808871", | |
"transactionCount": 129, | |
"gasUsed": 7835430, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535808897", | |
"transactionCount": 123, | |
"gasUsed": 7987291, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535808904", | |
"transactionCount": 152, | |
"gasUsed": 7979586, | |
"gasLimit": 7999992 | |
}, | |
{ | |
"timestamp": "1535808920", | |
"transactionCount": 81, | |
"gasUsed": 7241016, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535808922", | |
"transactionCount": 32, | |
"gasUsed": 7966660, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535808931", | |
"transactionCount": 27, | |
"gasUsed": 7976171, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535808933", | |
"transactionCount": 93, | |
"gasUsed": 7984600, | |
"gasLimit": 7996102 | |
}, | |
{ | |
"timestamp": "1535808941", | |
"transactionCount": 69, | |
"gasUsed": 7995522, | |
"gasLimit": 8000000 | |
}, | |
{ | |
"timestamp": "1535808949", | |
"transactionCount": 119, | |
"gasUsed": 7998996, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535808985", | |
"transactionCount": 144, | |
"gasUsed": 6953494, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535808991", | |
"transactionCount": 108, | |
"gasUsed": 7983557, | |
"gasLimit": 7984452 | |
}, | |
{ | |
"timestamp": "1535809000", | |
"transactionCount": 140, | |
"gasUsed": 7967890, | |
"gasLimit": 7976682 | |
}, | |
{ | |
"timestamp": "1535809002", | |
"transactionCount": 220, | |
"gasUsed": 7950202, | |
"gasLimit": 7984452 | |
}, | |
{ | |
"timestamp": "1535809012", | |
"transactionCount": 177, | |
"gasUsed": 7981797, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535809032", | |
"transactionCount": 167, | |
"gasUsed": 7989252, | |
"gasLimit": 7999992 | |
}, | |
{ | |
"timestamp": "1535809040", | |
"transactionCount": 69, | |
"gasUsed": 7982675, | |
"gasLimit": 7992185 | |
}, | |
{ | |
"timestamp": "1535809045", | |
"transactionCount": 38, | |
"gasUsed": 1139267, | |
"gasLimit": 7999955 | |
}, | |
{ | |
"timestamp": "1535809049", | |
"transactionCount": 113, | |
"gasUsed": 7988362, | |
"gasLimit": 8000000 | |
}, | |
{ | |
"timestamp": "1535809054", | |
"transactionCount": 76, | |
"gasUsed": 7991000, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535809060", | |
"transactionCount": 140, | |
"gasUsed": 7992951, | |
"gasLimit": 8000000 | |
}, | |
{ | |
"timestamp": "1535809077", | |
"transactionCount": 104, | |
"gasUsed": 7982350, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535809086", | |
"transactionCount": 93, | |
"gasUsed": 7997872, | |
"gasLimit": 8003910 | |
}, | |
{ | |
"timestamp": "1535809095", | |
"transactionCount": 86, | |
"gasUsed": 7988148, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535809104", | |
"transactionCount": 9, | |
"gasUsed": 450998, | |
"gasLimit": 8003919 | |
}, | |
{ | |
"timestamp": "1535809121", | |
"transactionCount": 172, | |
"gasUsed": 7998000, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535809126", | |
"transactionCount": 77, | |
"gasUsed": 7993308, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535809144", | |
"transactionCount": 119, | |
"gasUsed": 7995105, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535809150", | |
"transactionCount": 39, | |
"gasUsed": 7507187, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535809152", | |
"transactionCount": 33, | |
"gasUsed": 8000339, | |
"gasLimit": 8003214 | |
}, | |
{ | |
"timestamp": "1535809171", | |
"transactionCount": 107, | |
"gasUsed": 7979653, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535809173", | |
"transactionCount": 78, | |
"gasUsed": 7970468, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535809197", | |
"transactionCount": 103, | |
"gasUsed": 7989980, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535809266", | |
"transactionCount": 253, | |
"gasUsed": 7972912, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535809269", | |
"transactionCount": 129, | |
"gasUsed": 7980808, | |
"gasLimit": 7999992 | |
}, | |
{ | |
"timestamp": "1535809277", | |
"transactionCount": 184, | |
"gasUsed": 7998311, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535809284", | |
"transactionCount": 4, | |
"gasUsed": 89000, | |
"gasLimit": 8003934 | |
}, | |
{ | |
"timestamp": "1535809320", | |
"transactionCount": 189, | |
"gasUsed": 7985617, | |
"gasLimit": 7996144 | |
}, | |
{ | |
"timestamp": "1535809323", | |
"transactionCount": 75, | |
"gasUsed": 7984867, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535809339", | |
"transactionCount": 147, | |
"gasUsed": 7980344, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535809341", | |
"transactionCount": 31, | |
"gasUsed": 7981605, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535809345", | |
"transactionCount": 5, | |
"gasUsed": 274972, | |
"gasLimit": 8003909 | |
}, | |
{ | |
"timestamp": "1535809366", | |
"transactionCount": 128, | |
"gasUsed": 7995274, | |
"gasLimit": 7996107 | |
}, | |
{ | |
"timestamp": "1535809379", | |
"transactionCount": 122, | |
"gasUsed": 7983345, | |
"gasLimit": 8000011 | |
}, | |
{ | |
"timestamp": "1535809397", | |
"transactionCount": 21, | |
"gasUsed": 1165058, | |
"gasLimit": 8003894 | |
}, | |
{ | |
"timestamp": "1535809404", | |
"transactionCount": 148, | |
"gasUsed": 7995130, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535809438", | |
"transactionCount": 117, | |
"gasUsed": 8001233, | |
"gasLimit": 8003929 | |
}, | |
{ | |
"timestamp": "1535809464", | |
"transactionCount": 157, | |
"gasUsed": 7988437, | |
"gasLimit": 8007834 | |
}, | |
{ | |
"timestamp": "1535809497", | |
"transactionCount": 138, | |
"gasUsed": 7981540, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535809502", | |
"transactionCount": 42, | |
"gasUsed": 7988972, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535809517", | |
"transactionCount": 92, | |
"gasUsed": 7977386, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535809540", | |
"transactionCount": 126, | |
"gasUsed": 7985118, | |
"gasLimit": 7999992 | |
}, | |
{ | |
"timestamp": "1535809613", | |
"transactionCount": 143, | |
"gasUsed": 7982909, | |
"gasLimit": 8003877 | |
}, | |
{ | |
"timestamp": "1535809626", | |
"transactionCount": 188, | |
"gasUsed": 7981288, | |
"gasLimit": 7996070 | |
}, | |
{ | |
"timestamp": "1535809637", | |
"transactionCount": 106, | |
"gasUsed": 7984829, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535809645", | |
"transactionCount": 99, | |
"gasUsed": 7990382, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535809651", | |
"transactionCount": 117, | |
"gasUsed": 8003156, | |
"gasLimit": 8003922 | |
}, | |
{ | |
"timestamp": "1535809659", | |
"transactionCount": 68, | |
"gasUsed": 7989733, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535809668", | |
"transactionCount": 101, | |
"gasUsed": 7994469, | |
"gasLimit": 8003921 | |
}, | |
{ | |
"timestamp": "1535809678", | |
"transactionCount": 13, | |
"gasUsed": 317357, | |
"gasLimit": 8007816 | |
}, | |
{ | |
"timestamp": "1535809691", | |
"transactionCount": 151, | |
"gasUsed": 7998134, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535809713", | |
"transactionCount": 144, | |
"gasUsed": 7989348, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535809737", | |
"transactionCount": 111, | |
"gasUsed": 7987070, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535809739", | |
"transactionCount": 93, | |
"gasUsed": 7982159, | |
"gasLimit": 7999992 | |
}, | |
{ | |
"timestamp": "1535809786", | |
"transactionCount": 168, | |
"gasUsed": 7981165, | |
"gasLimit": 7992185 | |
}, | |
{ | |
"timestamp": "1535809799", | |
"transactionCount": 143, | |
"gasUsed": 7999901, | |
"gasLimit": 7999988 | |
}, | |
{ | |
"timestamp": "1535809819", | |
"transactionCount": 118, | |
"gasUsed": 7735072, | |
"gasLimit": 8003895 | |
}, | |
{ | |
"timestamp": "1535809826", | |
"transactionCount": 84, | |
"gasUsed": 5166079, | |
"gasLimit": 7996107 | |
}, | |
{ | |
"timestamp": "1535809832", | |
"transactionCount": 70, | |
"gasUsed": 7981904, | |
"gasLimit": 7988337 | |
}, | |
{ | |
"timestamp": "1535809847", | |
"transactionCount": 125, | |
"gasUsed": 7984275, | |
"gasLimit": 7996107 | |
}, | |
{ | |
"timestamp": "1535809857", | |
"transactionCount": 119, | |
"gasUsed": 7991752, | |
"gasLimit": 7999995 | |
}, | |
{ | |
"timestamp": "1535809882", | |
"transactionCount": 78, | |
"gasUsed": 7980674, | |
"gasLimit": 7992185 | |
}, | |
{ | |
"timestamp": "1535809887", | |
"transactionCount": 73, | |
"gasUsed": 7974010, | |
"gasLimit": 7984415 | |
}, | |
{ | |
"timestamp": "1535809902", | |
"transactionCount": 117, | |
"gasUsed": 7964820, | |
"gasLimit": 7976645 | |
}, | |
{ | |
"timestamp": "1535809939", | |
"transactionCount": 199, | |
"gasUsed": 7975474, | |
"gasLimit": 7984415 | |
}, | |
{ | |
"timestamp": "1535809952", | |
"transactionCount": 116, | |
"gasUsed": 7977813, | |
"gasLimit": 7992185 | |
}, | |
{ | |
"timestamp": "1535809967", | |
"transactionCount": 116, | |
"gasUsed": 7983995, | |
"gasLimit": 7999988 | |
}, | |
{ | |
"timestamp": "1535809975", | |
"transactionCount": 131, | |
"gasUsed": 7986949, | |
"gasLimit": 7992185 | |
}, | |
{ | |
"timestamp": "1535809978", | |
"transactionCount": 11, | |
"gasUsed": 1702283, | |
"gasLimit": 7999955 | |
}, | |
{ | |
"timestamp": "1535809993", | |
"transactionCount": 108, | |
"gasUsed": 7997947, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535810021", | |
"transactionCount": 120, | |
"gasUsed": 7989184, | |
"gasLimit": 8003933 | |
}, | |
{ | |
"timestamp": "1535810037", | |
"transactionCount": 81, | |
"gasUsed": 8003111, | |
"gasLimit": 8007820 | |
}, | |
{ | |
"timestamp": "1535810052", | |
"transactionCount": 92, | |
"gasUsed": 8001614, | |
"gasLimit": 8011724 | |
}, | |
{ | |
"timestamp": "1535810076", | |
"transactionCount": 138, | |
"gasUsed": 7996910, | |
"gasLimit": 8003914 | |
}, | |
{ | |
"timestamp": "1535810084", | |
"transactionCount": 89, | |
"gasUsed": 7988581, | |
"gasLimit": 8007813 | |
}, | |
{ | |
"timestamp": "1535810097", | |
"transactionCount": 80, | |
"gasUsed": 7998604, | |
"gasLimit": 8011696 | |
}, | |
{ | |
"timestamp": "1535810104", | |
"transactionCount": 368, | |
"gasUsed": 7971807, | |
"gasLimit": 8003877 | |
}, | |
{ | |
"timestamp": "1535810117", | |
"transactionCount": 119, | |
"gasUsed": 7982619, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535810124", | |
"transactionCount": 27, | |
"gasUsed": 7857092, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535810139", | |
"transactionCount": 123, | |
"gasUsed": 7973790, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535810142", | |
"transactionCount": 357, | |
"gasUsed": 7979468, | |
"gasLimit": 7984452 | |
}, | |
{ | |
"timestamp": "1535810148", | |
"transactionCount": 77, | |
"gasUsed": 7979248, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535810164", | |
"transactionCount": 107, | |
"gasUsed": 7983730, | |
"gasLimit": 8000000 | |
}, | |
{ | |
"timestamp": "1535810200", | |
"transactionCount": 173, | |
"gasUsed": 7980603, | |
"gasLimit": 8000000 | |
}, | |
{ | |
"timestamp": "1535810208", | |
"transactionCount": 99, | |
"gasUsed": 7982061, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535810211", | |
"transactionCount": 117, | |
"gasUsed": 7990805, | |
"gasLimit": 7999992 | |
}, | |
{ | |
"timestamp": "1535810222", | |
"transactionCount": 71, | |
"gasUsed": 7978676, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535810262", | |
"transactionCount": 170, | |
"gasUsed": 7982216, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535810269", | |
"transactionCount": 10, | |
"gasUsed": 210000, | |
"gasLimit": 7984452 | |
}, | |
{ | |
"timestamp": "1535810274", | |
"transactionCount": 103, | |
"gasUsed": 7963059, | |
"gasLimit": 7976682 | |
}, | |
{ | |
"timestamp": "1535810279", | |
"transactionCount": 222, | |
"gasUsed": 7972447, | |
"gasLimit": 7984452 | |
}, | |
{ | |
"timestamp": "1535810289", | |
"transactionCount": 123, | |
"gasUsed": 7825140, | |
"gasLimit": 7976682 | |
}, | |
{ | |
"timestamp": "1535810297", | |
"transactionCount": 110, | |
"gasUsed": 7975398, | |
"gasLimit": 7984470 | |
}, | |
{ | |
"timestamp": "1535810329", | |
"transactionCount": 151, | |
"gasUsed": 7661029, | |
"gasLimit": 7992259 | |
}, | |
{ | |
"timestamp": "1535810334", | |
"transactionCount": 4, | |
"gasUsed": 156358, | |
"gasLimit": 7995678 | |
}, | |
{ | |
"timestamp": "1535810341", | |
"transactionCount": 80, | |
"gasUsed": 7996611, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535810356", | |
"transactionCount": 135, | |
"gasUsed": 7996384, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535810364", | |
"transactionCount": 61, | |
"gasUsed": 6551446, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535810382", | |
"transactionCount": 117, | |
"gasUsed": 7987120, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535810403", | |
"transactionCount": 110, | |
"gasUsed": 7986944, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535810425", | |
"transactionCount": 234, | |
"gasUsed": 7994157, | |
"gasLimit": 8000000 | |
}, | |
{ | |
"timestamp": "1535810442", | |
"transactionCount": 159, | |
"gasUsed": 7995665, | |
"gasLimit": 8003899 | |
}, | |
{ | |
"timestamp": "1535810465", | |
"transactionCount": 34, | |
"gasUsed": 7975040, | |
"gasLimit": 7996107 | |
}, | |
{ | |
"timestamp": "1535810471", | |
"transactionCount": 33, | |
"gasUsed": 7977430, | |
"gasLimit": 7988337 | |
}, | |
{ | |
"timestamp": "1535810543", | |
"transactionCount": 278, | |
"gasUsed": 7976689, | |
"gasLimit": 7980567 | |
}, | |
{ | |
"timestamp": "1535810559", | |
"transactionCount": 178, | |
"gasUsed": 7985786, | |
"gasLimit": 7988337 | |
}, | |
{ | |
"timestamp": "1535810582", | |
"transactionCount": 67, | |
"gasUsed": 7969425, | |
"gasLimit": 7980567 | |
}, | |
{ | |
"timestamp": "1535810588", | |
"transactionCount": 145, | |
"gasUsed": 7968048, | |
"gasLimit": 7988359 | |
}, | |
{ | |
"timestamp": "1535810602", | |
"transactionCount": 91, | |
"gasUsed": 7974590, | |
"gasLimit": 7980567 | |
}, | |
{ | |
"timestamp": "1535810619", | |
"transactionCount": 130, | |
"gasUsed": 7985182, | |
"gasLimit": 7988359 | |
}, | |
{ | |
"timestamp": "1535810626", | |
"transactionCount": 165, | |
"gasUsed": 7982948, | |
"gasLimit": 7996144 | |
}, | |
{ | |
"timestamp": "1535810634", | |
"transactionCount": 68, | |
"gasUsed": 7984611, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535810637", | |
"transactionCount": 49, | |
"gasUsed": 7984728, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535810644", | |
"transactionCount": 95, | |
"gasUsed": 7994524, | |
"gasLimit": 8003914 | |
}, | |
{ | |
"timestamp": "1535810651", | |
"transactionCount": 11, | |
"gasUsed": 601015, | |
"gasLimit": 8007809 | |
}, | |
{ | |
"timestamp": "1535810655", | |
"transactionCount": 36, | |
"gasUsed": 7997438, | |
"gasLimit": 7999992 | |
}, | |
{ | |
"timestamp": "1535810681", | |
"transactionCount": 36, | |
"gasUsed": 1348969, | |
"gasLimit": 8003895 | |
}, | |
{ | |
"timestamp": "1535810683", | |
"transactionCount": 138, | |
"gasUsed": 7999494, | |
"gasLimit": 8000000 | |
}, | |
{ | |
"timestamp": "1535810687", | |
"transactionCount": 61, | |
"gasUsed": 7996946, | |
"gasLimit": 8003907 | |
}, | |
{ | |
"timestamp": "1535810718", | |
"transactionCount": 168, | |
"gasUsed": 7985311, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535810723", | |
"transactionCount": 91, | |
"gasUsed": 3375504, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535810737", | |
"transactionCount": 52, | |
"gasUsed": 7976848, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535810748", | |
"transactionCount": 123, | |
"gasUsed": 7951456, | |
"gasLimit": 7999992 | |
}, | |
{ | |
"timestamp": "1535810754", | |
"transactionCount": 46, | |
"gasUsed": 7991285, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535810761", | |
"transactionCount": 53, | |
"gasUsed": 7979678, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535810805", | |
"transactionCount": 179, | |
"gasUsed": 7980395, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535810863", | |
"transactionCount": 212, | |
"gasUsed": 7979268, | |
"gasLimit": 7984452 | |
}, | |
{ | |
"timestamp": "1535810869", | |
"transactionCount": 132, | |
"gasUsed": 7972159, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535810873", | |
"transactionCount": 213, | |
"gasUsed": 7997168, | |
"gasLimit": 8000000 | |
}, | |
{ | |
"timestamp": "1535810921", | |
"transactionCount": 197, | |
"gasUsed": 7987060, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535810932", | |
"transactionCount": 89, | |
"gasUsed": 7996070, | |
"gasLimit": 8003917 | |
}, | |
{ | |
"timestamp": "1535810966", | |
"transactionCount": 126, | |
"gasUsed": 6375759, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535810976", | |
"transactionCount": 147, | |
"gasUsed": 7979902, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535810991", | |
"transactionCount": 141, | |
"gasUsed": 7985210, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535811046", | |
"transactionCount": 199, | |
"gasUsed": 7977629, | |
"gasLimit": 7996116 | |
}, | |
{ | |
"timestamp": "1535811051", | |
"transactionCount": 160, | |
"gasUsed": 7986009, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535811079", | |
"transactionCount": 54, | |
"gasUsed": 1736336, | |
"gasLimit": 8003916 | |
}, | |
{ | |
"timestamp": "1535811090", | |
"transactionCount": 95, | |
"gasUsed": 7993779, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535811104", | |
"transactionCount": 95, | |
"gasUsed": 7989248, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535811110", | |
"transactionCount": 122, | |
"gasUsed": 7978501, | |
"gasLimit": 8003921 | |
}, | |
{ | |
"timestamp": "1535811124", | |
"transactionCount": 63, | |
"gasUsed": 7982291, | |
"gasLimit": 7996107 | |
}, | |
{ | |
"timestamp": "1535811134", | |
"transactionCount": 13, | |
"gasUsed": 488346, | |
"gasLimit": 7999992 | |
}, | |
{ | |
"timestamp": "1535811145", | |
"transactionCount": 16, | |
"gasUsed": 513319, | |
"gasLimit": 7992896 | |
}, | |
{ | |
"timestamp": "1535811155", | |
"transactionCount": 103, | |
"gasUsed": 7970430, | |
"gasLimit": 7985118 | |
}, | |
{ | |
"timestamp": "1535811172", | |
"transactionCount": 118, | |
"gasUsed": 7960730, | |
"gasLimit": 7977348 | |
}, | |
{ | |
"timestamp": "1535811204", | |
"transactionCount": 348, | |
"gasUsed": 7977961, | |
"gasLimit": 7985118 | |
}, | |
{ | |
"timestamp": "1535811240", | |
"transactionCount": 131, | |
"gasUsed": 7966631, | |
"gasLimit": 7977348 | |
}, | |
{ | |
"timestamp": "1535811245", | |
"transactionCount": 147, | |
"gasUsed": 7943194, | |
"gasLimit": 7985118 | |
}, | |
{ | |
"timestamp": "1535811261", | |
"transactionCount": 178, | |
"gasUsed": 7981114, | |
"gasLimit": 7992888 | |
}, | |
{ | |
"timestamp": "1535811272", | |
"transactionCount": 92, | |
"gasUsed": 7980796, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535811285", | |
"transactionCount": 89, | |
"gasUsed": 7986695, | |
"gasLimit": 8003908 | |
}, | |
{ | |
"timestamp": "1535811319", | |
"transactionCount": 109, | |
"gasUsed": 7970927, | |
"gasLimit": 8007792 | |
}, | |
{ | |
"timestamp": "1535811325", | |
"transactionCount": 113, | |
"gasUsed": 7991002, | |
"gasLimit": 7999992 | |
}, | |
{ | |
"timestamp": "1535811336", | |
"transactionCount": 54, | |
"gasUsed": 7986219, | |
"gasLimit": 7992185 | |
}, | |
{ | |
"timestamp": "1535811340", | |
"transactionCount": 118, | |
"gasUsed": 7992535, | |
"gasLimit": 7999955 | |
}, | |
{ | |
"timestamp": "1535811345", | |
"transactionCount": 59, | |
"gasUsed": 7990876, | |
"gasLimit": 7992148 | |
}, | |
{ | |
"timestamp": "1535811372", | |
"transactionCount": 131, | |
"gasUsed": 7990355, | |
"gasLimit": 7999951 | |
}, | |
{ | |
"timestamp": "1535811385", | |
"transactionCount": 58, | |
"gasUsed": 7983200, | |
"gasLimit": 7992148 | |
}, | |
{ | |
"timestamp": "1535811406", | |
"transactionCount": 68, | |
"gasUsed": 7952014, | |
"gasLimit": 7984378 | |
}, | |
{ | |
"timestamp": "1535811409", | |
"transactionCount": 144, | |
"gasUsed": 7953742, | |
"gasLimit": 7992148 | |
}, | |
{ | |
"timestamp": "1535811415", | |
"transactionCount": 71, | |
"gasUsed": 7973200, | |
"gasLimit": 7984378 | |
}, | |
{ | |
"timestamp": "1535811428", | |
"transactionCount": 127, | |
"gasUsed": 5092835, | |
"gasLimit": 7992148 | |
}, | |
{ | |
"timestamp": "1535811441", | |
"transactionCount": 92, | |
"gasUsed": 5641072, | |
"gasLimit": 7999918 | |
}, | |
{ | |
"timestamp": "1535811457", | |
"transactionCount": 63, | |
"gasUsed": 7991721, | |
"gasLimit": 7992111 | |
}, | |
{ | |
"timestamp": "1535811474", | |
"transactionCount": 124, | |
"gasUsed": 7980752, | |
"gasLimit": 7999881 | |
}, | |
{ | |
"timestamp": "1535811503", | |
"transactionCount": 165, | |
"gasUsed": 7975740, | |
"gasLimit": 7992074 | |
}, | |
{ | |
"timestamp": "1535811529", | |
"transactionCount": 140, | |
"gasUsed": 7989677, | |
"gasLimit": 7999844 | |
}, | |
{ | |
"timestamp": "1535811537", | |
"transactionCount": 125, | |
"gasUsed": 7992937, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535811556", | |
"transactionCount": 159, | |
"gasUsed": 8003617, | |
"gasLimit": 8003926 | |
}, | |
{ | |
"timestamp": "1535811565", | |
"transactionCount": 195, | |
"gasUsed": 7988904, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535811577", | |
"transactionCount": 105, | |
"gasUsed": 7983279, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535811581", | |
"transactionCount": 107, | |
"gasUsed": 7983134, | |
"gasLimit": 8000000 | |
}, | |
{ | |
"timestamp": "1535811604", | |
"transactionCount": 124, | |
"gasUsed": 8002677, | |
"gasLimit": 8003883 | |
}, | |
{ | |
"timestamp": "1535811609", | |
"transactionCount": 82, | |
"gasUsed": 7951737, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535811622", | |
"transactionCount": 67, | |
"gasUsed": 4026422, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535811632", | |
"transactionCount": 81, | |
"gasUsed": 7992424, | |
"gasLimit": 7999992 | |
}, | |
{ | |
"timestamp": "1535811636", | |
"transactionCount": 106, | |
"gasUsed": 7991204, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535811677", | |
"transactionCount": 175, | |
"gasUsed": 7983664, | |
"gasLimit": 8003923 | |
}, | |
{ | |
"timestamp": "1535811684", | |
"transactionCount": 41, | |
"gasUsed": 7981731, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535811703", | |
"transactionCount": 131, | |
"gasUsed": 7996746, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535811707", | |
"transactionCount": 61, | |
"gasUsed": 7941489, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535811719", | |
"transactionCount": 113, | |
"gasUsed": 7987531, | |
"gasLimit": 8003851 | |
}, | |
{ | |
"timestamp": "1535811774", | |
"transactionCount": 164, | |
"gasUsed": 7989787, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535811780", | |
"transactionCount": 57, | |
"gasUsed": 2992548, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535811794", | |
"transactionCount": 149, | |
"gasUsed": 7988954, | |
"gasLimit": 8000000 | |
}, | |
{ | |
"timestamp": "1535811800", | |
"transactionCount": 48, | |
"gasUsed": 7992370, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535811821", | |
"transactionCount": 51, | |
"gasUsed": 7995965, | |
"gasLimit": 8003925 | |
}, | |
{ | |
"timestamp": "1535811844", | |
"transactionCount": 137, | |
"gasUsed": 7196709, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535811846", | |
"transactionCount": 50, | |
"gasUsed": 7980582, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535811855", | |
"transactionCount": 86, | |
"gasUsed": 7987934, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535811858", | |
"transactionCount": 44, | |
"gasUsed": 7991051, | |
"gasLimit": 8003919 | |
}, | |
{ | |
"timestamp": "1535811876", | |
"transactionCount": 112, | |
"gasUsed": 7933995, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535811879", | |
"transactionCount": 17, | |
"gasUsed": 7988296, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535811882", | |
"transactionCount": 32, | |
"gasUsed": 7995183, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535811885", | |
"transactionCount": 26, | |
"gasUsed": 7996383, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535811901", | |
"transactionCount": 43, | |
"gasUsed": 7979804, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535811925", | |
"transactionCount": 110, | |
"gasUsed": 7904646, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535811929", | |
"transactionCount": 37, | |
"gasUsed": 7991505, | |
"gasLimit": 8000000 | |
}, | |
{ | |
"timestamp": "1535811931", | |
"transactionCount": 102, | |
"gasUsed": 7990464, | |
"gasLimit": 8003895 | |
}, | |
{ | |
"timestamp": "1535811937", | |
"transactionCount": 20, | |
"gasUsed": 7999919, | |
"gasLimit": 8007784 | |
}, | |
{ | |
"timestamp": "1535811941", | |
"transactionCount": 116, | |
"gasUsed": 7984892, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535812042", | |
"transactionCount": 194, | |
"gasUsed": 7986540, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535812044", | |
"transactionCount": 205, | |
"gasUsed": 7995168, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535812052", | |
"transactionCount": 35, | |
"gasUsed": 7991977, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535812073", | |
"transactionCount": 43, | |
"gasUsed": 7992352, | |
"gasLimit": 8000000 | |
}, | |
{ | |
"timestamp": "1535812089", | |
"transactionCount": 109, | |
"gasUsed": 7992595, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535812107", | |
"transactionCount": 0, | |
"gasUsed": 0, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535812123", | |
"transactionCount": 159, | |
"gasUsed": 7989552, | |
"gasLimit": 7999992 | |
}, | |
{ | |
"timestamp": "1535812143", | |
"transactionCount": 34, | |
"gasUsed": 7988043, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535812163", | |
"transactionCount": 115, | |
"gasUsed": 7992576, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535812165", | |
"transactionCount": 111, | |
"gasUsed": 7994304, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535812171", | |
"transactionCount": 6, | |
"gasUsed": 240538, | |
"gasLimit": 8003928 | |
}, | |
{ | |
"timestamp": "1535812179", | |
"transactionCount": 36, | |
"gasUsed": 6357166, | |
"gasLimit": 7996144 | |
}, | |
{ | |
"timestamp": "1535812180", | |
"transactionCount": 158, | |
"gasUsed": 7861116, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535812190", | |
"transactionCount": 86, | |
"gasUsed": 7997312, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535812205", | |
"transactionCount": 58, | |
"gasUsed": 4657913, | |
"gasLimit": 8003932 | |
}, | |
{ | |
"timestamp": "1535812209", | |
"transactionCount": 117, | |
"gasUsed": 8001787, | |
"gasLimit": 8002940 | |
}, | |
{ | |
"timestamp": "1535812234", | |
"transactionCount": 263, | |
"gasUsed": 7983546, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535812259", | |
"transactionCount": 179, | |
"gasUsed": 7988002, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535812272", | |
"transactionCount": 148, | |
"gasUsed": 7982581, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535812298", | |
"transactionCount": 167, | |
"gasUsed": 7996446, | |
"gasLimit": 7999992 | |
}, | |
{ | |
"timestamp": "1535812316", | |
"transactionCount": 154, | |
"gasUsed": 8003098, | |
"gasLimit": 8003894 | |
}, | |
{ | |
"timestamp": "1535812332", | |
"transactionCount": 107, | |
"gasUsed": 7981518, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535812337", | |
"transactionCount": 123, | |
"gasUsed": 6176567, | |
"gasLimit": 8000000 | |
}, | |
{ | |
"timestamp": "1535812382", | |
"transactionCount": 102, | |
"gasUsed": 7981121, | |
"gasLimit": 8001236 | |
}, | |
{ | |
"timestamp": "1535812397", | |
"transactionCount": 115, | |
"gasUsed": 7978489, | |
"gasLimit": 7993443 | |
}, | |
{ | |
"timestamp": "1535812414", | |
"transactionCount": 62, | |
"gasUsed": 1598005, | |
"gasLimit": 7985673 | |
}, | |
{ | |
"timestamp": "1535812428", | |
"transactionCount": 34, | |
"gasUsed": 7882619, | |
"gasLimit": 7977903 | |
}, | |
{ | |
"timestamp": "1535812429", | |
"transactionCount": 89, | |
"gasUsed": 7981920, | |
"gasLimit": 7985673 | |
}, | |
{ | |
"timestamp": "1535812432", | |
"transactionCount": 43, | |
"gasUsed": 7982917, | |
"gasLimit": 7989568 | |
}, | |
{ | |
"timestamp": "1535812435", | |
"transactionCount": 42, | |
"gasUsed": 1655888, | |
"gasLimit": 7993460 | |
}, | |
{ | |
"timestamp": "1535812441", | |
"transactionCount": 58, | |
"gasUsed": 7982936, | |
"gasLimit": 7988080 | |
}, | |
{ | |
"timestamp": "1535812503", | |
"transactionCount": 218, | |
"gasUsed": 7990918, | |
"gasLimit": 7995848 | |
}, | |
{ | |
"timestamp": "1535812510", | |
"transactionCount": 82, | |
"gasUsed": 7980105, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535812514", | |
"transactionCount": 84, | |
"gasUsed": 7987152, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535812522", | |
"transactionCount": 137, | |
"gasUsed": 7986263, | |
"gasLimit": 8003917 | |
}, | |
{ | |
"timestamp": "1535812534", | |
"transactionCount": 106, | |
"gasUsed": 7994757, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535812538", | |
"transactionCount": 60, | |
"gasUsed": 2489464, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535812542", | |
"transactionCount": 64, | |
"gasUsed": 7988622, | |
"gasLimit": 7999992 | |
}, | |
{ | |
"timestamp": "1535812555", | |
"transactionCount": 125, | |
"gasUsed": 8002284, | |
"gasLimit": 8003883 | |
}, | |
{ | |
"timestamp": "1535812560", | |
"transactionCount": 82, | |
"gasUsed": 7983307, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535812605", | |
"transactionCount": 267, | |
"gasUsed": 7986024, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535812611", | |
"transactionCount": 138, | |
"gasUsed": 8002757, | |
"gasLimit": 8003916 | |
}, | |
{ | |
"timestamp": "1535812658", | |
"transactionCount": 187, | |
"gasUsed": 7995378, | |
"gasLimit": 7996107 | |
}, | |
{ | |
"timestamp": "1535812673", | |
"transactionCount": 149, | |
"gasUsed": 7993286, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535812692", | |
"transactionCount": 139, | |
"gasUsed": 8003177, | |
"gasLimit": 8003926 | |
}, | |
{ | |
"timestamp": "1535812697", | |
"transactionCount": 52, | |
"gasUsed": 7985739, | |
"gasLimit": 7996144 | |
}, | |
{ | |
"timestamp": "1535812739", | |
"transactionCount": 198, | |
"gasUsed": 7986702, | |
"gasLimit": 8000034 | |
}, | |
{ | |
"timestamp": "1535812748", | |
"transactionCount": 78, | |
"gasUsed": 7987508, | |
"gasLimit": 7992259 | |
}, | |
{ | |
"timestamp": "1535812784", | |
"transactionCount": 145, | |
"gasUsed": 7345793, | |
"gasLimit": 7984489 | |
}, | |
{ | |
"timestamp": "1535812786", | |
"transactionCount": 158, | |
"gasUsed": 7978651, | |
"gasLimit": 7992285 | |
}, | |
{ | |
"timestamp": "1535812795", | |
"transactionCount": 65, | |
"gasUsed": 7976426, | |
"gasLimit": 7984489 | |
}, | |
{ | |
"timestamp": "1535812822", | |
"transactionCount": 314, | |
"gasUsed": 7987197, | |
"gasLimit": 7992259 | |
}, | |
{ | |
"timestamp": "1535812845", | |
"transactionCount": 157, | |
"gasUsed": 7981569, | |
"gasLimit": 7984489 | |
}, | |
{ | |
"timestamp": "1535812856", | |
"transactionCount": 25, | |
"gasUsed": 744369, | |
"gasLimit": 7992259 | |
}, | |
{ | |
"timestamp": "1535812858", | |
"transactionCount": 175, | |
"gasUsed": 7991763, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535812870", | |
"transactionCount": 125, | |
"gasUsed": 7987640, | |
"gasLimit": 8003924 | |
}, | |
{ | |
"timestamp": "1535812883", | |
"transactionCount": 152, | |
"gasUsed": 7999152, | |
"gasLimit": 8007809 | |
}, | |
{ | |
"timestamp": "1535812909", | |
"transactionCount": 46, | |
"gasUsed": 1712916, | |
"gasLimit": 8011707 | |
}, | |
{ | |
"timestamp": "1535812919", | |
"transactionCount": 153, | |
"gasUsed": 7996723, | |
"gasLimit": 8003914 | |
}, | |
{ | |
"timestamp": "1535812974", | |
"transactionCount": 199, | |
"gasUsed": 8001632, | |
"gasLimit": 8007812 | |
}, | |
{ | |
"timestamp": "1535813006", | |
"transactionCount": 56, | |
"gasUsed": 2243474, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535813008", | |
"transactionCount": 148, | |
"gasUsed": 7991838, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535813023", | |
"transactionCount": 136, | |
"gasUsed": 7979483, | |
"gasLimit": 7999992 | |
}, | |
{ | |
"timestamp": "1535813036", | |
"transactionCount": 94, | |
"gasUsed": 7994735, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535813049", | |
"transactionCount": 99, | |
"gasUsed": 7960596, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535813061", | |
"transactionCount": 214, | |
"gasUsed": 7964537, | |
"gasLimit": 7984452 | |
}, | |
{ | |
"timestamp": "1535813072", | |
"transactionCount": 105, | |
"gasUsed": 7923397, | |
"gasLimit": 7976682 | |
}, | |
{ | |
"timestamp": "1535813080", | |
"transactionCount": 132, | |
"gasUsed": 7970066, | |
"gasLimit": 7984470 | |
}, | |
{ | |
"timestamp": "1535813108", | |
"transactionCount": 146, | |
"gasUsed": 7974633, | |
"gasLimit": 7992266 | |
}, | |
{ | |
"timestamp": "1535813112", | |
"transactionCount": 105, | |
"gasUsed": 7972722, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535813118", | |
"transactionCount": 72, | |
"gasUsed": 8000582, | |
"gasLimit": 8003896 | |
}, | |
{ | |
"timestamp": "1535813141", | |
"transactionCount": 173, | |
"gasUsed": 7983862, | |
"gasLimit": 7996107 | |
}, | |
{ | |
"timestamp": "1535813167", | |
"transactionCount": 127, | |
"gasUsed": 7982563, | |
"gasLimit": 7988337 | |
}, | |
{ | |
"timestamp": "1535813175", | |
"transactionCount": 83, | |
"gasUsed": 3445777, | |
"gasLimit": 7980567 | |
}, | |
{ | |
"timestamp": "1535813181", | |
"transactionCount": 110, | |
"gasUsed": 7977298, | |
"gasLimit": 7988337 | |
}, | |
{ | |
"timestamp": "1535813191", | |
"transactionCount": 139, | |
"gasUsed": 7970851, | |
"gasLimit": 7996107 | |
}, | |
{ | |
"timestamp": "1535813213", | |
"transactionCount": 84, | |
"gasUsed": 7997770, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535813233", | |
"transactionCount": 148, | |
"gasUsed": 7990595, | |
"gasLimit": 8003933 | |
}, | |
{ | |
"timestamp": "1535813246", | |
"transactionCount": 54, | |
"gasUsed": 7981194, | |
"gasLimit": 7996144 | |
}, | |
{ | |
"timestamp": "1535813275", | |
"transactionCount": 101, | |
"gasUsed": 7979760, | |
"gasLimit": 8000028 | |
}, | |
{ | |
"timestamp": "1535813279", | |
"transactionCount": 105, | |
"gasUsed": 7990521, | |
"gasLimit": 8003906 | |
}, | |
{ | |
"timestamp": "1535813286", | |
"transactionCount": 149, | |
"gasUsed": 7932320, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535813291", | |
"transactionCount": 88, | |
"gasUsed": 7968630, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535813317", | |
"transactionCount": 191, | |
"gasUsed": 7997672, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535813318", | |
"transactionCount": 250, | |
"gasUsed": 7996922, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535813333", | |
"transactionCount": 127, | |
"gasUsed": 7968106, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535813335", | |
"transactionCount": 31, | |
"gasUsed": 7976008, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535813356", | |
"transactionCount": 100, | |
"gasUsed": 7973465, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535813373", | |
"transactionCount": 25, | |
"gasUsed": 956329, | |
"gasLimit": 8003897 | |
}, | |
{ | |
"timestamp": "1535813376", | |
"transactionCount": 86, | |
"gasUsed": 5643505, | |
"gasLimit": 7996107 | |
}, | |
{ | |
"timestamp": "1535813393", | |
"transactionCount": 156, | |
"gasUsed": 7994691, | |
"gasLimit": 8000000 | |
}, | |
{ | |
"timestamp": "1535813407", | |
"transactionCount": 83, | |
"gasUsed": 7995747, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535813419", | |
"transactionCount": 176, | |
"gasUsed": 7987261, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535813437", | |
"transactionCount": 172, | |
"gasUsed": 7970289, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535813500", | |
"transactionCount": 143, | |
"gasUsed": 7984607, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535813520", | |
"transactionCount": 91, | |
"gasUsed": 7992951, | |
"gasLimit": 7999992 | |
}, | |
{ | |
"timestamp": "1535813524", | |
"transactionCount": 71, | |
"gasUsed": 7982652, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535813530", | |
"transactionCount": 112, | |
"gasUsed": 7991004, | |
"gasLimit": 8003911 | |
}, | |
{ | |
"timestamp": "1535813543", | |
"transactionCount": 131, | |
"gasUsed": 7995046, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535813560", | |
"transactionCount": 85, | |
"gasUsed": 7994150, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535813563", | |
"transactionCount": 70, | |
"gasUsed": 7995677, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535813577", | |
"transactionCount": 66, | |
"gasUsed": 7991521, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535813583", | |
"transactionCount": 70, | |
"gasUsed": 5874058, | |
"gasLimit": 7984452 | |
}, | |
{ | |
"timestamp": "1535813599", | |
"transactionCount": 93, | |
"gasUsed": 7977522, | |
"gasLimit": 7992248 | |
}, | |
{ | |
"timestamp": "1535813609", | |
"transactionCount": 122, | |
"gasUsed": 7982318, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535813667", | |
"transactionCount": 155, | |
"gasUsed": 7983460, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535813693", | |
"transactionCount": 238, | |
"gasUsed": 7993861, | |
"gasLimit": 7999992 | |
}, | |
{ | |
"timestamp": "1535813708", | |
"transactionCount": 85, | |
"gasUsed": 7998549, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535813748", | |
"transactionCount": 173, | |
"gasUsed": 7973359, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535813751", | |
"transactionCount": 49, | |
"gasUsed": 7991377, | |
"gasLimit": 7999992 | |
}, | |
{ | |
"timestamp": "1535813764", | |
"transactionCount": 44, | |
"gasUsed": 1452554, | |
"gasLimit": 8003887 | |
}, | |
{ | |
"timestamp": "1535813777", | |
"transactionCount": 22, | |
"gasUsed": 643877, | |
"gasLimit": 7998199 | |
}, | |
{ | |
"timestamp": "1535813784", | |
"transactionCount": 75, | |
"gasUsed": 7989933, | |
"gasLimit": 8000000 | |
}, | |
{ | |
"timestamp": "1535813803", | |
"transactionCount": 84, | |
"gasUsed": 7994277, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535813817", | |
"transactionCount": 101, | |
"gasUsed": 7989092, | |
"gasLimit": 8003928 | |
}, | |
{ | |
"timestamp": "1535813827", | |
"transactionCount": 125, | |
"gasUsed": 7987460, | |
"gasLimit": 7996144 | |
}, | |
{ | |
"timestamp": "1535813846", | |
"transactionCount": 116, | |
"gasUsed": 7974355, | |
"gasLimit": 7988374 | |
}, | |
{ | |
"timestamp": "1535813858", | |
"transactionCount": 179, | |
"gasUsed": 7975348, | |
"gasLimit": 7996144 | |
}, | |
{ | |
"timestamp": "1535813874", | |
"transactionCount": 116, | |
"gasUsed": 7992616, | |
"gasLimit": 8000019 | |
}, | |
{ | |
"timestamp": "1535813881", | |
"transactionCount": 127, | |
"gasUsed": 7954228, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535813886", | |
"transactionCount": 80, | |
"gasUsed": 7961689, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535813888", | |
"transactionCount": 38, | |
"gasUsed": 7989988, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535813892", | |
"transactionCount": 49, | |
"gasUsed": 7991964, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535813900", | |
"transactionCount": 76, | |
"gasUsed": 7999449, | |
"gasLimit": 8003924 | |
}, | |
{ | |
"timestamp": "1535813916", | |
"transactionCount": 270, | |
"gasUsed": 7986110, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535813928", | |
"transactionCount": 99, | |
"gasUsed": 7966588, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535813931", | |
"transactionCount": 19, | |
"gasUsed": 7958820, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535813939", | |
"transactionCount": 92, | |
"gasUsed": 7963521, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535813964", | |
"transactionCount": 100, | |
"gasUsed": 7981834, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535813973", | |
"transactionCount": 80, | |
"gasUsed": 7988236, | |
"gasLimit": 8003910 | |
}, | |
{ | |
"timestamp": "1535814002", | |
"transactionCount": 131, | |
"gasUsed": 7994794, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535814010", | |
"transactionCount": 131, | |
"gasUsed": 6639498, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535814025", | |
"transactionCount": 120, | |
"gasUsed": 7996423, | |
"gasLimit": 8001943 | |
}, | |
{ | |
"timestamp": "1535814037", | |
"transactionCount": 84, | |
"gasUsed": 7962539, | |
"gasLimit": 7994146 | |
}, | |
{ | |
"timestamp": "1535814040", | |
"transactionCount": 81, | |
"gasUsed": 7994770, | |
"gasLimit": 7998004 | |
}, | |
{ | |
"timestamp": "1535814045", | |
"transactionCount": 29, | |
"gasUsed": 7929501, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535814050", | |
"transactionCount": 76, | |
"gasUsed": 7998059, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535814058", | |
"transactionCount": 76, | |
"gasUsed": 7976432, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535814063", | |
"transactionCount": 94, | |
"gasUsed": 7969195, | |
"gasLimit": 7999992 | |
}, | |
{ | |
"timestamp": "1535814080", | |
"transactionCount": 139, | |
"gasUsed": 7982604, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535814126", | |
"transactionCount": 164, | |
"gasUsed": 7974617, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535814139", | |
"transactionCount": 75, | |
"gasUsed": 7987292, | |
"gasLimit": 7999992 | |
}, | |
{ | |
"timestamp": "1535814160", | |
"transactionCount": 112, | |
"gasUsed": 7976027, | |
"gasLimit": 7992185 | |
}, | |
{ | |
"timestamp": "1535814174", | |
"transactionCount": 104, | |
"gasUsed": 7987523, | |
"gasLimit": 7999955 | |
}, | |
{ | |
"timestamp": "1535814178", | |
"transactionCount": 240, | |
"gasUsed": 7989238, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535814199", | |
"transactionCount": 120, | |
"gasUsed": 7999124, | |
"gasLimit": 8003920 | |
}, | |
{ | |
"timestamp": "1535814219", | |
"transactionCount": 111, | |
"gasUsed": 7989398, | |
"gasLimit": 7996107 | |
}, | |
{ | |
"timestamp": "1535814245", | |
"transactionCount": 0, | |
"gasUsed": 0, | |
"gasLimit": 7988337 | |
}, | |
{ | |
"timestamp": "1535814253", | |
"transactionCount": 60, | |
"gasUsed": 7966012, | |
"gasLimit": 7980567 | |
}, | |
{ | |
"timestamp": "1535814259", | |
"transactionCount": 118, | |
"gasUsed": 7967436, | |
"gasLimit": 7988337 | |
}, | |
{ | |
"timestamp": "1535814278", | |
"transactionCount": 152, | |
"gasUsed": 7983261, | |
"gasLimit": 7996107 | |
}, | |
{ | |
"timestamp": "1535814296", | |
"transactionCount": 79, | |
"gasUsed": 7979018, | |
"gasLimit": 7988337 | |
}, | |
{ | |
"timestamp": "1535814314", | |
"transactionCount": 131, | |
"gasUsed": 4151784, | |
"gasLimit": 7980567 | |
}, | |
{ | |
"timestamp": "1535814320", | |
"transactionCount": 135, | |
"gasUsed": 7975311, | |
"gasLimit": 7978856 | |
}, | |
{ | |
"timestamp": "1535814339", | |
"transactionCount": 146, | |
"gasUsed": 7975933, | |
"gasLimit": 7986635 | |
}, | |
{ | |
"timestamp": "1535814358", | |
"transactionCount": 110, | |
"gasUsed": 7979783, | |
"gasLimit": 7994405 | |
}, | |
{ | |
"timestamp": "1535814381", | |
"transactionCount": 211, | |
"gasUsed": 7996841, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535814386", | |
"transactionCount": 73, | |
"gasUsed": 7988790, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535814392", | |
"transactionCount": 125, | |
"gasUsed": 7982938, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535814400", | |
"transactionCount": 118, | |
"gasUsed": 7972389, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535814404", | |
"transactionCount": 69, | |
"gasUsed": 7991470, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535814421", | |
"transactionCount": 123, | |
"gasUsed": 8003889, | |
"gasLimit": 8003924 | |
}, | |
{ | |
"timestamp": "1535814425", | |
"transactionCount": 93, | |
"gasUsed": 7982209, | |
"gasLimit": 7996144 | |
}, | |
{ | |
"timestamp": "1535814453", | |
"transactionCount": 184, | |
"gasUsed": 7987993, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535814473", | |
"transactionCount": 87, | |
"gasUsed": 7993280, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535814542", | |
"transactionCount": 156, | |
"gasUsed": 7999411, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535814574", | |
"transactionCount": 156, | |
"gasUsed": 7978646, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535814582", | |
"transactionCount": 190, | |
"gasUsed": 7995702, | |
"gasLimit": 7999992 | |
}, | |
{ | |
"timestamp": "1535814589", | |
"transactionCount": 75, | |
"gasUsed": 4336642, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535814600", | |
"transactionCount": 77, | |
"gasUsed": 6072238, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535814615", | |
"transactionCount": 132, | |
"gasUsed": 7997137, | |
"gasLimit": 8001112 | |
}, | |
{ | |
"timestamp": "1535814622", | |
"transactionCount": 111, | |
"gasUsed": 6506743, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535814640", | |
"transactionCount": 70, | |
"gasUsed": 7997469, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535814644", | |
"transactionCount": 96, | |
"gasUsed": 8001640, | |
"gasLimit": 8003933 | |
}, | |
{ | |
"timestamp": "1535814648", | |
"transactionCount": 91, | |
"gasUsed": 7995494, | |
"gasLimit": 8007839 | |
}, | |
{ | |
"timestamp": "1535814656", | |
"transactionCount": 87, | |
"gasUsed": 7997454, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535814664", | |
"transactionCount": 106, | |
"gasUsed": 7978564, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535814666", | |
"transactionCount": 41, | |
"gasUsed": 7983722, | |
"gasLimit": 7999992 | |
}, | |
{ | |
"timestamp": "1535814670", | |
"transactionCount": 55, | |
"gasUsed": 7989787, | |
"gasLimit": 7992185 | |
}, | |
{ | |
"timestamp": "1535814700", | |
"transactionCount": 116, | |
"gasUsed": 7973637, | |
"gasLimit": 7984415 | |
}, | |
{ | |
"timestamp": "1535814704", | |
"transactionCount": 118, | |
"gasUsed": 7985517, | |
"gasLimit": 7988299 | |
}, | |
{ | |
"timestamp": "1535814711", | |
"transactionCount": 135, | |
"gasUsed": 7995011, | |
"gasLimit": 7996070 | |
}, | |
{ | |
"timestamp": "1535814724", | |
"transactionCount": 84, | |
"gasUsed": 7996185, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535814740", | |
"transactionCount": 158, | |
"gasUsed": 7997913, | |
"gasLimit": 8003931 | |
}, | |
{ | |
"timestamp": "1535814752", | |
"transactionCount": 125, | |
"gasUsed": 7984391, | |
"gasLimit": 7996144 | |
}, | |
{ | |
"timestamp": "1535814773", | |
"transactionCount": 147, | |
"gasUsed": 7998656, | |
"gasLimit": 8000032 | |
}, | |
{ | |
"timestamp": "1535814780", | |
"transactionCount": 236, | |
"gasUsed": 7989590, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535814823", | |
"transactionCount": 195, | |
"gasUsed": 7992959, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535814833", | |
"transactionCount": 58, | |
"gasUsed": 7991080, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535814845", | |
"transactionCount": 105, | |
"gasUsed": 7984382, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535814886", | |
"transactionCount": 41, | |
"gasUsed": 7978424, | |
"gasLimit": 7984452 | |
}, | |
{ | |
"timestamp": "1535814897", | |
"transactionCount": 56, | |
"gasUsed": 2449800, | |
"gasLimit": 7988343 | |
}, | |
{ | |
"timestamp": "1535814900", | |
"transactionCount": 143, | |
"gasUsed": 7967961, | |
"gasLimit": 7980567 | |
}, | |
{ | |
"timestamp": "1535814907", | |
"transactionCount": 136, | |
"gasUsed": 7980679, | |
"gasLimit": 7988337 | |
}, | |
{ | |
"timestamp": "1535814930", | |
"transactionCount": 88, | |
"gasUsed": 7982295, | |
"gasLimit": 7996137 | |
}, | |
{ | |
"timestamp": "1535814951", | |
"transactionCount": 146, | |
"gasUsed": 7986676, | |
"gasLimit": 7988337 | |
}, | |
{ | |
"timestamp": "1535814959", | |
"transactionCount": 112, | |
"gasUsed": 7986594, | |
"gasLimit": 7996137 | |
}, | |
{ | |
"timestamp": "1535814970", | |
"transactionCount": 78, | |
"gasUsed": 7985021, | |
"gasLimit": 7988337 | |
}, | |
{ | |
"timestamp": "1535814988", | |
"transactionCount": 148, | |
"gasUsed": 7990280, | |
"gasLimit": 7996107 | |
}, | |
{ | |
"timestamp": "1535814999", | |
"transactionCount": 135, | |
"gasUsed": 7999682, | |
"gasLimit": 8000004 | |
}, | |
{ | |
"timestamp": "1535815005", | |
"transactionCount": 45, | |
"gasUsed": 2487443, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535815034", | |
"transactionCount": 279, | |
"gasUsed": 7994433, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535815051", | |
"transactionCount": 75, | |
"gasUsed": 7982203, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535815059", | |
"transactionCount": 144, | |
"gasUsed": 7997476, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535815086", | |
"transactionCount": 164, | |
"gasUsed": 7972064, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535815099", | |
"transactionCount": 109, | |
"gasUsed": 7985031, | |
"gasLimit": 7999992 | |
}, | |
{ | |
"timestamp": "1535815124", | |
"transactionCount": 102, | |
"gasUsed": 7989923, | |
"gasLimit": 8003877 | |
}, | |
{ | |
"timestamp": "1535815134", | |
"transactionCount": 116, | |
"gasUsed": 7979130, | |
"gasLimit": 7996070 | |
}, | |
{ | |
"timestamp": "1535815147", | |
"transactionCount": 125, | |
"gasUsed": 7981572, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535815162", | |
"transactionCount": 30, | |
"gasUsed": 1305530, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535815173", | |
"transactionCount": 112, | |
"gasUsed": 7986059, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535815190", | |
"transactionCount": 44, | |
"gasUsed": 1494399, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535815202", | |
"transactionCount": 181, | |
"gasUsed": 7658403, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535815212", | |
"transactionCount": 108, | |
"gasUsed": 7985025, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535815223", | |
"transactionCount": 197, | |
"gasUsed": 7992079, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535815226", | |
"transactionCount": 91, | |
"gasUsed": 7970663, | |
"gasLimit": 7984452 | |
}, | |
{ | |
"timestamp": "1535815248", | |
"transactionCount": 226, | |
"gasUsed": 7917750, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535815276", | |
"transactionCount": 108, | |
"gasUsed": 7996792, | |
"gasLimit": 7999992 | |
}, | |
{ | |
"timestamp": "1535815280", | |
"transactionCount": 100, | |
"gasUsed": 7979591, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535815292", | |
"transactionCount": 43, | |
"gasUsed": 5773969, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535815294", | |
"transactionCount": 102, | |
"gasUsed": 7982514, | |
"gasLimit": 8000000 | |
}, | |
{ | |
"timestamp": "1535815303", | |
"transactionCount": 7, | |
"gasUsed": 364097, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535815311", | |
"transactionCount": 87, | |
"gasUsed": 7983141, | |
"gasLimit": 7984452 | |
}, | |
{ | |
"timestamp": "1535815316", | |
"transactionCount": 42, | |
"gasUsed": 7973918, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535815320", | |
"transactionCount": 66, | |
"gasUsed": 7966214, | |
"gasLimit": 7984452 | |
}, | |
{ | |
"timestamp": "1535815329", | |
"transactionCount": 97, | |
"gasUsed": 7960709, | |
"gasLimit": 7976682 | |
}, | |
{ | |
"timestamp": "1535815367", | |
"transactionCount": 171, | |
"gasUsed": 7978206, | |
"gasLimit": 7984452 | |
}, | |
{ | |
"timestamp": "1535815371", | |
"transactionCount": 47, | |
"gasUsed": 7956050, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535815393", | |
"transactionCount": 187, | |
"gasUsed": 7984846, | |
"gasLimit": 8000000 | |
}, | |
{ | |
"timestamp": "1535815404", | |
"transactionCount": 83, | |
"gasUsed": 7991315, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535815427", | |
"transactionCount": 18, | |
"gasUsed": 7979116, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535815431", | |
"transactionCount": 141, | |
"gasUsed": 7968336, | |
"gasLimit": 8000000 | |
}, | |
{ | |
"timestamp": "1535815439", | |
"transactionCount": 141, | |
"gasUsed": 7980275, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535815459", | |
"transactionCount": 105, | |
"gasUsed": 7992433, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535815466", | |
"transactionCount": 134, | |
"gasUsed": 7984805, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535815488", | |
"transactionCount": 117, | |
"gasUsed": 4038729, | |
"gasLimit": 7984452 | |
}, | |
{ | |
"timestamp": "1535815508", | |
"transactionCount": 61, | |
"gasUsed": 7987319, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535815569", | |
"transactionCount": 245, | |
"gasUsed": 7983028, | |
"gasLimit": 7999992 | |
}, | |
{ | |
"timestamp": "1535815576", | |
"transactionCount": 57, | |
"gasUsed": 7998683, | |
"gasLimit": 8003874 | |
}, | |
{ | |
"timestamp": "1535815580", | |
"transactionCount": 224, | |
"gasUsed": 7985153, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535815615", | |
"transactionCount": 163, | |
"gasUsed": 7975976, | |
"gasLimit": 8003915 | |
}, | |
{ | |
"timestamp": "1535815637", | |
"transactionCount": 85, | |
"gasUsed": 7998784, | |
"gasLimit": 8007783 | |
}, | |
{ | |
"timestamp": "1535815643", | |
"transactionCount": 122, | |
"gasUsed": 7984914, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535815644", | |
"transactionCount": 67, | |
"gasUsed": 7754265, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535815650", | |
"transactionCount": 63, | |
"gasUsed": 7998024, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535815662", | |
"transactionCount": 147, | |
"gasUsed": 7977077, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535815666", | |
"transactionCount": 53, | |
"gasUsed": 7997404, | |
"gasLimit": 7999992 | |
}, | |
{ | |
"timestamp": "1535815680", | |
"transactionCount": 15, | |
"gasUsed": 506546, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535815688", | |
"transactionCount": 113, | |
"gasUsed": 7979994, | |
"gasLimit": 7992222 | |
}, | |
{ | |
"timestamp": "1535815696", | |
"transactionCount": 99, | |
"gasUsed": 7977144, | |
"gasLimit": 7996108 | |
}, | |
{ | |
"timestamp": "1535815702", | |
"transactionCount": 75, | |
"gasUsed": 7981418, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535815710", | |
"transactionCount": 85, | |
"gasUsed": 7998102, | |
"gasLimit": 8003909 | |
}, | |
{ | |
"timestamp": "1535815715", | |
"transactionCount": 109, | |
"gasUsed": 7993827, | |
"gasLimit": 7996107 | |
}, | |
{ | |
"timestamp": "1535815717", | |
"transactionCount": 17, | |
"gasUsed": 7976081, | |
"gasLimit": 7988337 | |
}, | |
{ | |
"timestamp": "1535815721", | |
"transactionCount": 195, | |
"gasUsed": 7974378, | |
"gasLimit": 7980567 | |
}, | |
{ | |
"timestamp": "1535815773", | |
"transactionCount": 94, | |
"gasUsed": 7980683, | |
"gasLimit": 7988337 | |
}, | |
{ | |
"timestamp": "1535815790", | |
"transactionCount": 116, | |
"gasUsed": 7986808, | |
"gasLimit": 7996107 | |
}, | |
{ | |
"timestamp": "1535815799", | |
"transactionCount": 76, | |
"gasUsed": 7997179, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535815805", | |
"transactionCount": 55, | |
"gasUsed": 7997575, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535815828", | |
"transactionCount": 141, | |
"gasUsed": 7983868, | |
"gasLimit": 8003933 | |
}, | |
{ | |
"timestamp": "1535815850", | |
"transactionCount": 137, | |
"gasUsed": 7999849, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535815881", | |
"transactionCount": 101, | |
"gasUsed": 7979706, | |
"gasLimit": 8000029 | |
}, | |
{ | |
"timestamp": "1535815896", | |
"transactionCount": 152, | |
"gasUsed": 7997787, | |
"gasLimit": 8000029 | |
} | |
] | |
} | |
} | |
const totalTransactions = data.data.blocksRange.reduce( (totalTransactions, current) => totalTransactions + current.transactionCount, 0 ); | |
const totalGasUSed = data.data.blocksRange.reduce( (totalGasUSed, current) => totalGasUSed + current.gasUsed, 0); | |
const blockGasLimit = 8000000; | |
const startBlockTimestamp = data.data.blocksRange[0].timestamp; | |
const lastBlockTimestamp = data.data.blocksRange[ data.data.blocksRange.length -1].timestamp; | |
const timeBetweenFirstAndLastBlock = lastBlockTimestamp - startBlockTimestamp; | |
console.log(startBlockTimestamp , lastBlockTimestamp, timeBetweenFirstAndLastBlock ); | |
const averageBlockTime = (lastBlockTimestamp - startBlockTimestamp)/1000; | |
console.log("Current Block Time in secconds : ", averageBlockTime); | |
console.log("Block Gas Limit", blockGasLimit); | |
console.log("Blocks count : ", data.data.blocksRange.length); | |
console.log("TotalTransactions : ", totalTransactions); | |
console.log("TotalGasUsed : ", totalGasUSed ); | |
const averageGasused = totalGasUSed / totalTransactions; | |
console.log('Average Gas Used Per Transaction : ', averageGasused); | |
const maxBlockCapacity = blockGasLimit/averageGasused; | |
console.log("Max Block Capacity : ", maxBlockCapacity ); | |
console.log("Max Transactions Per seccons : ", maxBlockCapacity / averageBlockTime ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment