Is there any statistics on number of successful transactions comparing to number of sent transactions to the Ethereum main network?
In my own experience of sending bunch of transacitons (by Go), I could see that something like 20% of transactions which primarily is pending on Ethereum network will not become successful (same happens when I am using Ethereum wallet).
I want to know whether I should modify my code (e.g. gas price) or this successful ratio is something normal for the Ethereum transactions.