Loading Tool

Explorer IconExplorer

Memory Pool

80,072 transactions
31.08 vMB
0.07950356 BTC
Random Selection Loading Transactions
Max Size: 188.08/200 MB

Candidate Block

Mining Attempt c9b99c82eb8584eaf7c62ce6f6b78b9324cac2bdbebbb532760f42bd59fba312
Version 20000000
Previous Block 00000000000000000001737d76c0d6914d71885a8e838781b1a0674dd5a96d4b
Merkle Root 1103261b96e6b58c41ed26e69d607d8b6cf1e5a0444efb6585969c4b41105e59
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,530
Size: 1.00 vMB
Total Fees: 0.01251886 BTC
Feerates: 100.25 > 1.25 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,201 (450,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
464,822 464,822 0000000000000000006cdaa0bf9185527d9a8aea9c3fa92e6029ec5677243a1c 2,849 1.00/1.00 vMB 238
464,821 464,821 0000000000000000010ed910d8ab64f78aab7eef0315e4b41666c87e0da4ce45 1,727 1.00/1.00 vMB 161
464,820 464,820 000000000000000000c30631e9d673217dfb584f768de2897f67c47e609cba1f 1,583 0.75/1.00 vMB 161
464,819 464,819 00000000000000000055b1d74fe99d432509802914898587d2c116b95a8b4328 2,634 1.00/1.00 vMB 230
464,818 464,818 000000000000000000eaec1df377055403661784de5186deddaf21418dc21250 2,911 1.00/1.00 vMB 243
464,817 464,817 000000000000000002196c0c800c17d4ee9339d36946991a408ba13e6761f925 1,587 1.00/1.00 vMB 156
464,816 464,816 000000000000000000938750e23a145e10472e4c6df607a30845fe89f3e84335 640 1.00/1.00 vMB 137
464,815 464,815 0000000000000000000e3f14488e48db36485dad8446c1c322c46500830e43e9 1,911 1.00/1.00 vMB 150
464,814 464,814 00000000000000000152a0187444fc4aca338f6f42579782b92ce21b47d6b13a 2,391 1.00/1.00 vMB 218
464,813 464,813 000000000000000001732064a54e5f4bda8bcfb52d816d58c1e962b7219ca7b9 1,484 1.00/1.00 vMB 147
464,812 464,812 0000000000000000014e8458306c4d4d31957f4ed044649d67eaa0edb2589bed 2,220 1.00/1.00 vMB 203
464,811 464,811 000000000000000001618c0cdffb9e139c179757144a7c99d2e8d732c56d25ba 2,345 1.00/1.00 vMB 165
464,810 464,810 00000000000000000045cb629a0e75396a7e29f7ea98cfdfa1981fd7014b1bee 2,409 1.00/1.00 vMB 216
464,809 464,809 0000000000000000008061a9002200f2ba5cae4aed9c72426e3951518d9e8e6e 2,115 1.00/1.00 vMB 199
464,808 464,808 0000000000000000019a96d5623c4fb0474c5addbf4ba9de8ce2ba754d5e2fae 1,721 1.00/1.00 vMB 160
464,807 464,807 000000000000000001db36774d58504be37e0869f5c96d1f32e7a929f78ef0a4 2,597 1.00/1.00 vMB 189
464,806 464,806 0000000000000000008cf9b7d69c682e10263fee1effb21819d86a45b4a43b1d 3,055 1.00/1.00 vMB 272
464,805 464,805 000000000000000001dfddb9987a16b195030ff120a8b5ace710016bb515547f 2,521 1.00/1.00 vMB 214
464,804 464,804 0000000000000000005d8b3ca0f6db2f3bd091c73b7a69186c341d29033cc5c4 2,283 1.00/1.00 vMB 261
464,803 464,803 0000000000000000000ad21113ae1c738e16686a8012fa49e3e591e829cfb50d 1,926 1.00/1.00 vMB 117
464,802 464,802 00000000000000000183304cb273200bc309216b730253ac585bdfb90cc49185 1,618 1.00/1.00 vMB 145
Previous 10 blocks ↓
Total Size: 782.74 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: 708.13 GB
    • Received: 16.72 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.