Loading Tool

Explorer IconExplorer

Memory Pool

77,113 transactions
28.75 vMB
0.07805647 BTC
Random Selection Loading Transactions
Max Size: 173.93/200 MB

Candidate Block

Mining Attempt f53ebf2a090f4f546b01c0803e8006977f030c53b1ad6d864c2f88bdb995cdf9
Version 20000000
Previous Block 000000000000000000011d49c0349887e36fe6508c1977edbe2c0a508259bee0
Merkle Root e804cff10f8f39234b7e4b44c4a030e4c3fd1476e2170b9ea60a94a2e5b30ce4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,909
Size: 1.00 vMB
Total Fees: 0.01832452 BTC
Feerates: 100.17 > 1.84 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,136 (536,969 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
378,167 378,167 000000000000000001838a297d87ad0a3e3ee3acc92a093560743fccedadf61f 377 0.25/1.00 vMB 27
378,166 378,166 00000000000000000e9793abdafb2bbf8e871d0d4675ae56f38c4fcfffb09f56 539 0.99/1.00 vMB 8
378,165 378,165 00000000000000000174b0b0b5392c94d3abe6cf920e196daf70b4ce579818a0 1,090 0.50/1.00 vMB 40
378,164 378,164 00000000000000000569cb25fcad04646597e442cb9c8048dd7cde757b4174dc 2,138 0.88/1.00 vMB 47
378,163 378,163 00000000000000000ec3e69cc7269f2aff25ab41b325383456797b2627594e7d 393 0.97/1.00 vMB 5
378,162 378,162 00000000000000000260a606c3c434a26982e82eb8f164d3bf55c7be9a29b45e 489 0.22/1.00 vMB 39
378,161 378,161 000000000000000003758c1c8be09b2967637500b7683ced7fb9f554b741c90c 926 0.45/1.00 vMB 37
378,160 378,160 000000000000000011fd9a0a2b9bccaf0276a432b9d9fce603f9eae2329dedcc 2,387 1.00/1.00 vMB 46
378,159 378,159 000000000000000011e4cc294ff406e8d7cc9ad7cb0c8749515d59272dd07b15 398 0.92/1.00 vMB 7
378,158 378,158 00000000000000000a8f07e238d334a7d1ce8e6f99f298d7705a43c1523fa41a 630 0.92/1.00 vMB 11
378,157 378,157 0000000000000000093a25551c0cf8c09b69237d61ba98908d47059976a873e1 2,294 0.91/1.00 vMB 45
378,156 378,156 000000000000000011af748f46b5bec0e824822d12fcf4087afa9c168787062b 510 0.93/1.00 vMB 8
378,155 378,155 00000000000000000799d886c9bca7f6d14351f8ae5d9ed3ea55c96807632923 840 0.38/1.00 vMB 40
378,154 378,154 00000000000000000836e8198e207aab654c11379a70feceed39aa3a31191862 2,220 0.96/1.00 vMB 42
378,153 378,153 00000000000000000e88b5bed5a90d838334fce4ef99a04d6929a96e0b6c886d 1,631 0.99/1.00 vMB 30
378,152 378,152 00000000000000000dde80221f985ab3f005ba269e7679039b2e880796ed9bec 1,630 0.95/1.00 vMB 23
378,151 378,151 000000000000000008e37687d34429ac91046fc5d8b0aad19eede16e9f292dd6 2,877 0.93/1.00 vMB 55
378,150 378,150 00000000000000000c4c1fa8b6763189996d17bbcc131a8a69293d068d30d793 208 0.10/1.00 vMB 128
378,149 378,149 000000000000000009be2362868e7f557d2d92b874cdfae3409bc781df79290d 2,133 0.93/1.00 vMB 38
378,148 378,148 0000000000000000068da86a408bfbbc69ba869bad463e6893db0c229e47eec0 2,637 0.95/1.00 vMB 59
378,147 378,147 0000000000000000048a3cb9b85389c3ef6f3fe2c6c4a4bf71ed03b2eefeb3e5 356 0.18/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.63 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 672.12 GB
    • Received: 16.15 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.