Loading Tool

Explorer IconExplorer

Memory Pool

78,366 transactions
29.77 vMB
0.07374650 BTC
Random Selection Loading Transactions
Max Size: 181.78/200 MB

Candidate Block

Mining Attempt d127242d123084967fd02bfceeb1f335e0dc0b762ee3a30f45c8daa46317b946
Version 20000000
Previous Block 0000000000000000000004a53d2ccfc82210803da3fce74ac3709abde32904b7
Merkle Root 12d415cc5566884410f67264b977fcc6ae56abbab2b678863760897a730b49a4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,970
Size: 1.00 vMB
Total Fees: 0.00766606 BTC
Feerates: 150.58 > 0.77 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,372 (819,176 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
96,196 96,196 000000000007a03e3902ff94e93c86709c1076a9b230c86264c0968c3bd3e1b9 2 0.00/1.00 vMB 0
96,195 96,195 00000000000316669546942044ab26ade1479ebce0c100a8cc5f44031f317ea1 6 0.00/1.00 vMB 0
96,194 96,194 000000000001c09f7031c488bf942014a1e709ea7a85d5f6fa00cd6921d040a7 1 0.00/1.00 vMB 0
96,193 96,193 000000000001c3afb3f2c4f7eaddfcd2f6055b6e4f8c0ce262a7aff8fe3dc00a 1 0.00/1.00 vMB 0
96,192 96,192 000000000007f679ed952d5fffcf3c69c1fde48e9e179362b121faaccb09968d 2 0.00/1.00 vMB 0
96,191 96,191 000000000004a5e84fb35b62c2d0360d4f56fe993ac95193ba3741837cd1264c 6 0.00/1.00 vMB 0
96,190 96,190 00000000000776826b7c93d29c5e7c456ad98771be52858b6f7258d125654af0 2 0.00/1.00 vMB 0
96,189 96,189 0000000000042c9d08f3f06d502a247f090625fb6c7623cf956a38e987c59e0f 1 0.00/1.00 vMB 0
96,188 96,188 000000000004d6e22b42bf66fd9cad1977bdee13abab1e51a2d03ca22e6f71af 4 0.00/1.00 vMB 0
96,187 96,187 0000000000027c094bf08f7c27a6debcb5f36419bf53390e3e1c40a653e2195c 2 0.00/1.00 vMB 0
96,186 96,186 000000000005b861b79724fabd9eb6121389061056eb7404fc0372bd7dff93a2 1 0.00/1.00 vMB 0
96,185 96,185 000000000000f43f611018934f020ca4a9e364982d8930e5e48481c158fe3204 1 0.00/1.00 vMB 0
96,184 96,184 000000000001bb8b483dec157abe412e30529859725e0ada9e4eba229710fe2c 2 0.00/1.00 vMB 0
96,183 96,183 000000000006251e99499c3606abf3a86a322ef8b6684ad9f7b60f01738f2b30 1 0.00/1.00 vMB 0
96,182 96,182 000000000005d15caab9a0a0f5c1e2d5dd255c111305d3da092ad59d9ae51e2d 5 0.00/1.00 vMB 0
96,181 96,181 000000000003608d9444bf32a1fdc27334015772bbe654561639efb4cf8883f5 4 0.00/1.00 vMB 0
96,180 96,180 000000000007eb0b50a3f0e7891cd117dff057abbc41a85213ed5566a7689f45 6 0.01/1.00 vMB 0
96,179 96,179 0000000000018998eb165333c20db25a170c2e3a468ea05a3ad672c8b678fdc2 1 0.00/1.00 vMB 0
96,178 96,178 0000000000044cb27d0c9b194d7a1e74cdbe1ac3c3f6d63da7e48fd07eca6f5b 3 0.00/1.00 vMB 0
96,177 96,177 0000000000030a24f219fafe58b60f7f61a32e9c67b79774cc4a5528998dd94a 1 0.00/1.00 vMB 0
96,176 96,176 000000000006da98830c2a2f7e0faa65cc24e0a8ca4f0b6fb1d6fa0798491cf8 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.04 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: 719.63 GB
    • Received: 18.11 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.