[#MemPoolFeeRateEstimator-GetPrevBlockData] = xref:MemPoolFeeRateEstimator.adoc[MemPoolFeeRateEstimator]::GetPrevBlockData :relfileprefix: ../ :mrdocs: Returns the tracked statistics for recently mined blocks. == Synopsis Declared in `<policy/fees/mempool_estimator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e403ca168), requires_capability(0x7f2e1404c8c8)]] std::vector<MinedBlockStats> GetPrevBlockData() const; ---- == Return Value A copy of the weight statistics for the recent mined‐block window. [.small]#Created with https://www.mrdocs.com[MrDocs]#