Open
Description
Problem
The transactions page does a great job of listing transactions, however when presented with many transactions a user may want to explore multiple transactions whiles preserving the original list of transactions presented e.g. https://hashscan.io/mainnet/transactions?type=ethereumtransaction.
For this they'd look to open a single transaction in a new tab or window.
Right clicking on a transaction currently does now provide this option due to the type of hyperlink employed.
Solution
Update individual transaction list items to support open in new tab/window
e.g. make transactionId
a hyperlink to https://hashscan.io/<env>/transaction/transactionId
Alternatives
No response