Loading Tool

Explorer IconExplorer

Memory Pool

79,860 transactions
29.71 vMB
0.09058664 BTC
Random Selection Loading Transactions
Max Size: 179.48/200 MB

Candidate Block

Mining Attempt f49bd2fca1c3a0a48a647f48ab043184bee13066b2748cf1211bfe55a85a7a1c
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root 62565bf630f3cd4960e79613b37061060ea8a103bffaa4a81bfe123c2f1f70e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,783
Size: 1.00 vMB
Total Fees: 0.02662290 BTC
Feerates: 100.11 > 2.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (392,989 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
522,108 522,108 00000000000000000013c9f9f1fd9133391246dccec3a4880b8a37be3e566813 1,575 0.72/1.00 vMB 14
522,107 522,107 0000000000000000001dfe610de6cc87b8164bbd4078f17bc88c89731feaf181 1,592 0.65/1.00 vMB 19
522,106 522,106 0000000000000000000077d21982e1fe59cddae23c58d3fc4c4f3605148904eb 2,140 1.00/1.00 vMB 42
522,105 522,105 0000000000000000001f6c69bb1f58f37f92ede9e64f8ad65386139ccc2d041f 2,468 1.00/1.00 vMB 30
522,104 522,104 00000000000000000019d47404958660fabd1b96f57e9a14b661a833a48a88d3 2,177 1.00/1.00 vMB 29
522,103 522,103 0000000000000000003143d2fa2f8e5f55040531f51722d74158687948823751 2,132 1.00/1.00 vMB 22
522,102 522,102 0000000000000000000fd9fa20f485ae9cf3d4fc793f8b1efe4276420f6d6f32 2,743 1.00/1.00 vMB 43
522,101 522,101 00000000000000000013d768287e8988f652841989b83711be3d4e384159191c 1,075 0.45/1.00 vMB 22
522,100 522,100 00000000000000000005b32b8161e62ec4c80ccb6c4d669fb2b2a641f6c1d65c 287 0.11/1.00 vMB 24
522,099 522,099 00000000000000000022774335ae0399beefae8d7ee7fdc45a3901f849c4140b 1,730 0.76/1.00 vMB 21
522,098 522,098 000000000000000000089a0745f87a58768eb96e2d58ce5b1ea43eba39faf8a2 575 0.23/1.00 vMB 24
522,097 522,097 00000000000000000013938616fbafca39a353d1a401f4092a4bd3b6b0045c20 221 0.12/1.00 vMB 11
522,096 522,096 0000000000000000001dae9fb115c605e5713ea5932d6fb9cfd64e8dc35bb08f 1,987 1.00/1.00 vMB 17
522,095 522,095 00000000000000000039498a94a66ee2763b7cfeaa41d661ae2da767967b5b2f 2,059 1.00/1.00 vMB 17
522,094 522,094 0000000000000000003be45fa9621f1db37b9aa92424c109539c461f988fbc32 2,578 1.00/1.00 vMB 40
522,093 522,093 00000000000000000024249404860973dbb481b4cca843fc4d66c518bd069c57 696 0.33/1.00 vMB 31
522,092 522,092 000000000000000000174af1101a0c16dfafe4eaed5a6051e19088faf8a94b76 1,388 0.45/1.00 vMB 20
522,091 522,091 0000000000000000001b52103c9bdad7ea091dee15d8d4a3e33069cc1b3748e5 1,751 0.83/1.00 vMB 28
522,090 522,090 00000000000000000000022e7a595abee58621a090c8076dac4a1c3a041079af 934 0.40/1.00 vMB 24
522,089 522,089 000000000000000000269c3d4350bf9a7855de38d48a7f665a912b500a9ef664 924 0.59/1.00 vMB 15
522,088 522,088 0000000000000000003791926903c1725d8218b38322fe258862d1d8790768a3 2,484 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.56 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: 670.17 GB
    • Received: 15.83 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.