[#FeeRateEstimatorManager-MempoolPolicyEstimatorBlocksStats] = xref:FeeRateEstimatorManager.adoc[FeeRateEstimatorManager]::MempoolPolicyEstimatorBlocksStats :relfileprefix: ../ :mrdocs: Returns per‐block weight statistics for the last MEMPOOL_HEALTH_WINDOW_BLOCKS mined blocks. == Synopsis Declared in `<policy/fees/estimator_man.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::vector<MinedBlockStats> MempoolPolicyEstimatorBlocksStats() const; ---- == Return Value Per‐block statistics for the most recently mined blocks in the health window. [.small]#Created with https://www.mrdocs.com[MrDocs]#