> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blockscout.com/llms.txt
> Use this file to discover all available pages before exploring further.

# V5.0.0: 1/11/23

> Release notes for Blockscout version 5.0.0 (January 11, 2023).

<Info>
  All backend release notes are now available on github at [https://github.com/blockscout/blockscout/releases](https://github.com/blockscout/blockscout/releases)
</Info>

## Highlights

This update brings in many new features to support customizability within the explorer. My account functions, the ability to add tags, and smart contract verification improvements, including yul verification via the Rust microservice.

## New Features List

* [#6092](https://github.com/blockscout/blockscout/pull/6092) - Blockscout Account functionality

* [#6324](https://github.com/blockscout/blockscout/pull/6324) - Add verified contracts list page

* [#6316](https://github.com/blockscout/blockscout/pull/6316) - Public tags functionality

* [#6444](https://github.com/blockscout/blockscout/pull/6444) - Add support for yul verification via rust microservice

* [#6073](https://github.com/blockscout/blockscout/pull/6073) - Add vyper support for rust verifier microservice integration

* [#6401](https://github.com/blockscout/blockscout/pull/6401) - Add Sol2Uml contract visualization

* [#6583](https://github.com/blockscout/blockscout/pull/6583), [#6687](https://github.com/blockscout/blockscout/pull/6687) - Missing ranges collector

* [#6574](https://github.com/blockscout/blockscout/pull/6574), [#6601](https://github.com/blockscout/blockscout/pull/6601) - Allow and manage insecure HTTP connection to the archive node

* [#6433](https://github.com/blockscout/blockscout/pull/6433), [#6698](https://github.com/blockscout/blockscout/pull/6698) - Update error pages

* [#6544](https://github.com/blockscout/blockscout/pull/6544) - API improvements

* [#5561](https://github.com/blockscout/blockscout/pull/5561), [#6523](https://github.com/blockscout/blockscout/pull/6523), [#6549](https://github.com/blockscout/blockscout/pull/6549) - Improve working with contracts implementations

* [#6481](https://github.com/blockscout/blockscout/pull/6481) - Smart contract verification improvements

* [#6440](https://github.com/blockscout/blockscout/pull/6440) - Add support for base64 encoded NFT metadata

* [#6407](https://github.com/blockscout/blockscout/pull/6407) - Indexed ratio for int txs fetching stage

* [#6379](https://github.com/blockscout/blockscout/pull/6379), [#6429](https://github.com/blockscout/blockscout/pull/6429), [#6642](https://github.com/blockscout/blockscout/pull/6642), [#6677](https://github.com/blockscout/blockscout/pull/6677) - API v2 for frontend

* [#6351](https://github.com/blockscout/blockscout/pull/6351) - Enable forum link env var

* [#6196](https://github.com/blockscout/blockscout/pull/6196) - INDEXER\_CATCHUP\_BLOCKS\_BATCH\_SIZE and INDEXER\_CATCHUP\_BLOCKS\_CONCURRENCY env variables

* [#6187](https://github.com/blockscout/blockscout/pull/6187) - Filter by created time of verified contracts in listcontracts API endpoint

* [#6111](https://github.com/blockscout/blockscout/pull/6111) - Add Prometheus metrics to indexer

* [#6168](https://github.com/blockscout/blockscout/pull/6168) - Token instance fetcher checks instance owner and updates current token balance

* [#6209](https://github.com/blockscout/blockscout/pull/6209) - Add metrics for block import stages, runners, steps

* [#6257](https://github.com/blockscout/blockscout/pull/6257), [#6276](https://github.com/blockscout/blockscout/pull/6276) - DISABLE\_TOKEN\_INSTANCE\_FETCHER env variable

* [#6391](https://github.com/blockscout/blockscout/pull/6391), [#6427](https://github.com/blockscout/blockscout/pull/6427) - TokenTransfer token\_id -> token\_ids migration

* [#6443](https://github.com/blockscout/blockscout/pull/6443) - Drop internal transactions order index

* [#6450](https://github.com/blockscout/blockscout/pull/6450) - INDEXER\_INTERNAL\_TRANSACTIONS\_BATCH\_SIZE and INDEXER\_INTERNAL\_TRANSACTIONS\_CONCURRENCY env variables

* [#6454](https://github.com/blockscout/blockscout/pull/6454) - INDEXER\_RECEIPTS\_BATCH\_SIZE, INDEXER\_RECEIPTS\_CONCURRENCY, INDEXER\_COIN\_BALANCES\_BATCH\_SIZE, INDEXER\_COIN\_BALANCES\_CONCURRENCY env variables

* [#6476](https://github.com/blockscout/blockscout/pull/6476), [#6484](https://github.com/blockscout/blockscout/pull/6484) - Update token balances indexes

* [#6510](https://github.com/blockscout/blockscout/pull/6510) - Set consensus: false for blocks on int transaction foreign\_key\_violation

* [#6565](https://github.com/blockscout/blockscout/pull/6565) - Set restart: :permanent for permanent fetchers

* [#6568](https://github.com/blockscout/blockscout/pull/6568) - Drop unfetched\_token\_balances index

* [#6647](https://github.com/blockscout/blockscout/pull/6647) - Pending block operations update

* [#6542](https://github.com/blockscout/blockscout/pull/6542) - Init mixpanel and amplitude analytics
