Loading Tool

Explorer IconExplorer

Memory Pool

87,789 transactions
32.51 vMB
0.15166089 BTC
Random Selection Loading Transactions
Max Size: 199.38/200 MB

Candidate Block

Mining Attempt 28c15f965b562146386b583b8f08a22f72844797c7eddf9e8214e92a7a2da28e
Version 20000000
Previous Block 0000000000000000000024e14012baaaec51ffbde7f4c16099d63d5881173d65
Merkle Root a30caa700a6f3c9fb9dbe7a654bb23a4d34d3339130c088c94761baafc7f6edb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,455
Size: 1.00 vMB
Total Fees: 0.06775680 BTC
Feerates: 502.65 > 6.79 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,217 (74,540 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
840,677 840,677 0000000000000000000116393f98daec3d6975efe912fdc0d299a7670f466aef 3,672 1.00/1.00 vMB 108
840,676 840,676 0000000000000000000000996d4949f905c49f6af44dafadcc99ca543e07e282 3,637 1.00/1.00 vMB 114
840,675 840,675 000000000000000000007b8b00f96270b72b395212b10f8278e308e1e0d103f1 3,139 1.00/1.00 vMB 96
840,674 840,674 000000000000000000000bb84a1b3a70861ccb9a225e87b7ba3ee73a68c475ff 4,043 1.00/1.00 vMB 137
840,673 840,673 00000000000000000000a6a46bc7049001a5c3dc9cf8bcba08dd68ecf3b5a860 2,788 1.00/1.00 vMB 103
840,672 840,672 00000000000000000001d2cbad2209f51143679b6797aef393a45e82eb88a9ae 4,084 1.00/1.00 vMB 141
840,671 840,671 00000000000000000002bf1e60049e942ac34b728911adda77d704cc8401e84b 3,894 1.00/1.00 vMB 203
840,670 840,670 00000000000000000002bfb80f999209eb941054e1b8c4eb53ced2f57a328ff2 2,787 1.00/1.00 vMB 92
840,669 840,669 000000000000000000023b13fb50374067833111079a46d3dc3d04d3814d62b5 3,561 1.00/1.00 vMB 107
840,668 840,668 000000000000000000029de3f45001e6f0cf4574a1ebedd7d7e00029757ae59c 3,370 1.00/1.00 vMB 126
840,667 840,667 00000000000000000000cb1926d17668ff8d6238e98fdf5abdd28d4c56526f46 3,426 1.00/1.00 vMB 95
840,666 840,666 000000000000000000008d44957db43d1a58fa8887718d182ae89c1a0613c516 3,073 1.00/1.00 vMB 133
840,665 840,665 000000000000000000008910a612abfb19cd858bdb3877914c7e3a3fac0d313f 2,832 1.00/1.00 vMB 141
840,664 840,664 00000000000000000000431d0d50d2f4527299fe9c9e4380a1e30bb00f579562 2,386 1.00/1.00 vMB 147
840,663 840,663 00000000000000000003223072ddac99391321c683f566866b8213ce28e99413 3,306 1.00/1.00 vMB 144
840,662 840,662 00000000000000000001dfe5a81febc6a9a9c3b8bab24af4797172defe86a80e 3,988 1.00/1.00 vMB 131
840,661 840,661 00000000000000000001682f406ab65bb711162b8dcc406919a8b9a4af263a08 3,709 1.00/1.00 vMB 119
840,660 840,660 00000000000000000000d9d8cf0a75cfcb67131e9b5616782ad5e1479131e229 3,352 1.00/1.00 vMB 112
840,659 840,659 0000000000000000000220fd9b14a11a40a3a962b26879647b7d1706b38b3cdc 3,429 1.00/1.00 vMB 193
840,658 840,658 00000000000000000002ce04afe7454f39ffbc292ee8f05434c05da5f978c733 1,964 1.00/1.00 vMB 146
840,657 840,657 00000000000000000002d4a9bbd7a2437fe32df0d442148635dfae522514b5af 1,579 1.00/1.00 vMB 176
Previous 10 blocks ↓
Total Size: 782.76 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: 709.16 GB
    • Received: 16.85 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.