| Hash | 
                {{ block.id | shortenString : 13 }}  | 
              
              
                | Timestamp | 
                
                  {{ block.timestamp * 1000 | date:'yyyy-MM-dd HH:mm' }}
                  
                 | 
              
              
                | Size | 
                {{ block.size | bytes: 2 }} | 
              
              
                | Weight | 
                {{ block.weight | wuBytes: 2 }} | 
              
            
          
         
        
          
            
              
                | Median fee | 
                ~{{ block.medianFee | number:'1.0-0' }} sat/vB () | 
              
              
                
                  | Total fees | 
                   () | 
                  
                    {{ fees * 100000000 | number }} L-sat () | 
                  
                
                
                  | Subsidy + fees: | 
                  
                     ()
                   | 
                
              
              
                
                  | Total fees | 
                   | 
                
                
                  | Subsidy + fees: | 
                   | 
                
              
              
                | Miner | 
                 | 
              
            
          
         
       
     
    
      
      
        
          
            
              
                
                  | Version | 
                  {{ block.version | decimal2hex }}  681407" class="badge ml-1" [ngClass]="{'badge-success': hasTaproot(block.version), 'badge-danger': !hasTaproot(block.version) }">Taproot | 
                
                
                  | Merkle root | 
                  {{ block.merkle_root }}  | 
                
                
                  | Bits | 
                  {{ block.bits | decimal2hex }} | 
                
              
            
           
          
            
              
                
                  | Difficulty | 
                  {{ block.difficulty }} | 
                
                
                  | Nonce | 
                  {{ block.nonce | decimal2hex }} | 
                
              
            
           
         
       
     
    
      
    
    
    
      
      {{ i }} transaction
      {{ i }} transactions
    
    
    
    
    
      
    
    
  
  
    
    
  
  
    
      Error loading block data.
      
      {{ error.error }}