Loading Tool

Explorer IconExplorer

Memory Pool

49,787 transactions
30.00 vMB
0.10223672 BTC
Random Selection Loading Transactions
Max Size: 159.96/200 MB

Candidate Block

Mining Attempt 5f9a58e267d7a9f42d2f26aa897acbc6ade04e27f89503c0cbe8e8d085ef666e
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root 1f7bb1a0fbedc818c132eef92ff699f0e9ab15afd61169530242ff91fa994021
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,215
Size: 1.00 vMB
Total Fees: 0.03644164 BTC
Feerates: 150.68 > 3.65 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (101,661 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
813,185 813,185 00000000000000000003d88b31de59402717998fccc9f3e278575696771535c0 1,367 1.00/1.00 vMB 7
813,184 813,184 0000000000000000000429b2f317b07ad4340c66f55666966ebe572ed82724a4 2,134 1.00/1.00 vMB 13
813,183 813,183 00000000000000000003898b3372fdd267b937ceedba204469b6cfb1a548a4ef 820 1.00/1.00 vMB 5
813,182 813,182 00000000000000000001992b9a4157e28efdbe0ce3b39c337b069f77c830f310 2,235 1.00/1.00 vMB 13
813,181 813,181 00000000000000000001216674f82af92822319ef36f8c074658d3822778f58a 1,253 1.00/1.00 vMB 11
813,180 813,180 00000000000000000004817490f8922684c84906d7351e2247d0000a0f4d6a7e 3,118 1.00/1.00 vMB 23
813,179 813,179 000000000000000000015102acc3b1157674d374840fa54390424e4cd7a37206 1,496 1.00/1.00 vMB 9
813,178 813,178 00000000000000000002e2384ac7ecb6c16a62f56d4b9593fe5ad508960e47f5 1,417 1.00/1.00 vMB 10
813,177 813,177 00000000000000000000d849c2b9266848f6c92ae2c390ab302ddc7eec0cad91 1,926 1.00/1.00 vMB 14
813,176 813,176 00000000000000000000cca1b8949dc3b77c7dc78226182d1a2366fc49e571f7 1,384 1.00/1.00 vMB 10
813,175 813,175 000000000000000000004723ac24fc9d6f207b7960c5b19d13846b8b2e77e10b 1,214 1.00/1.00 vMB 5
813,174 813,174 00000000000000000001dc34f5ef944e9b0a4a2d65120c6d54dae105280a4e41 1,994 1.00/1.00 vMB 13
813,173 813,173 00000000000000000002878ee0bfc94a6e817056492bc3276b94d0bee72c8961 3,111 1.00/1.00 vMB 16
813,172 813,172 00000000000000000003dce39444296c40604d8ccb35cb865161532144e17d25 1,897 1.00/1.00 vMB 7
813,171 813,171 000000000000000000032bd7ca8016f8b42d75f1ec66490ebd740c93b3ac7d2c 2,376 1.00/1.00 vMB 11
813,170 813,170 00000000000000000002f1afcb07421969338ddee63357c444a73a822d7b1d5e 3,700 1.00/1.00 vMB 21
813,169 813,169 00000000000000000002184364c3f89925def6de3e72e9626d9c6d97e598d3f7 2,473 1.00/1.00 vMB 59
813,168 813,168 00000000000000000000457576f2c156df1716697e0f211c312c3df094baf31f 553 1.00/1.00 vMB 2
813,167 813,167 00000000000000000003a87cf45ad7aa76a4552be3543e3e5b54cee60a9f1447 2,658 1.00/1.00 vMB 12
813,166 813,166 00000000000000000000a91190152e7a5245d4f14a0f6ee51457f03095fe21cb 1,250 1.00/1.00 vMB 6
813,165 813,165 000000000000000000030c746c08215d65dd42e2707de6a655d6e3ef24347bdf 1,122 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.12 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: 652.08 GB
    • Received: 13.71 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.