Transaction
    
      
    
    
      
    
    
   
  
  
    
    
      
        
        
          
            
              | Included in block | 
              
                {{ tx.status.block_height }}
                  at {{ tx.status.block_time * 1000 | date:'yyyy-MM-dd HH:mm' }} 
                
               | 
            
            
              
                | Fee per vByte | 
                
                  {{ tx.fee / (tx.weight / 4) | number : '1.2-2' }} sats/vB
                   
                  Optimal
                  Overpaid {{ overpaidTimes }}x
                  Overpaid {{ overpaidTimes }}x
                 | 
              
              
                | Fee | 
                {{ tx.fee | number }} sats () | 
              
            
          
        
       
      
    
    
      
        
          
            
              
                 | 
                 | 
              
              
                
                  | First seen | 
                   ago | 
                
              
            
            
              | Fees | 
              {{ tx.fee | number }} sats () | 
            
            
              | Fees per vByte | 
              {{ tx.fee / (tx.weight / 4) | number : '1.2-2' }} sats/vB | 
            
          
        
       
    
    
    Inputs & Outputs
    
    Details
    
      
        
          
            | Size | 
            {{ tx.size | bytes: 2 }} | 
          
          
            | Weight | 
            {{ tx.weight | wuBytes: 2 }} | 
          
        
      
     
  
  
    
    
    Inputs & Outputs
    
    
    Details
    
  
  
    
      Error loading transaction data.
      
      {{ error.error }}