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