Loading Tool

Explorer IconExplorer

Memory Pool

23,532 transactions
5.50 vMB
0.03846405 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 39.38/200 MB

Candidate Block

Mining Attempt 41892cd8f8315d8ab9d193ea2dcdb824b2a67918b2ae2469a29e9762d37b615a
Version 20000000
Previous Block 00000000000000000000c0dfc0928c5bde543bdeec8068631fbf29308a0d5645
Merkle Root f5a0c0e095c8fef8ba763c3856308bdd1c31df00596d8be262a6a2c89ad59a75
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,677
Size: 1.00 vMB
Total Fees: 0.02680125 BTC
Median Feerate: 2.03 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,166 (768,125 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,041 145,041 000000000000002cd5e128fd59570360692cb440c605fb2c89b1e71432dbbac2 0.02 MB 56 186
145,040 145,040 000000000000042699761ac591986e151e1f47aff363e330fd396674a896bb78 0.02 MB 36 130
145,039 145,039 00000000000002f38a4ec01b411e3684d3877396266c782cbbcbe863f063b10c 0.01 MB 20 349
145,038 145,038 000000000000023c9f1d747ff91d5bfa1bf3f4923546bb29541710e408a55fc1 0.03 MB 103 5
145,037 145,037 00000000000007afcc908c1ee71ef1e470df10a4f920746c2794956d674df1dc 0.04 MB 85 388
145,036 145,036 00000000000005bc30160cb0614aeccfc218e622901ce556e163e7c60823c3e5 0.02 MB 45 469
145,035 145,035 00000000000000d4450a212a40be3315833c394fc0d7f938e4117942685d1fd3 0.03 MB 90 87
145,034 145,034 00000000000007d42ad3ef8aa3541833631e0e59fb6daae9528ac262a748fb30 0.02 MB 46 105
145,033 145,033 00000000000007737cb0ba1b054dd0a93e9505c5253c22892df053cd7690c7d6 0.03 MB 50 151
145,032 145,032 000000000000069c41c0ba8112c76f80d9f6c38ab3f305eb8298e79ccd2872c4 0.01 MB 20 73
145,031 145,031 000000000000082e497ca959cd41bed9bb403689aaa0c91de69b7fd7597c5163 0.01 MB 43 59
145,030 145,030 000000000000029e58fbf03b9e4b95237338478489e488b9db09bb08ddd3e943 0.00 MB 10 87
145,029 145,029 00000000000005e9692ad9b233cde6f8c596ed75429210bf3b571e5662728c06 0.02 MB 58 121
145,028 145,028 000000000000072e670b7332f615d3189bc7ed364108d416ff985facf68a16c2 0.02 MB 37 134
145,027 145,027 000000000000032932b203152f54175870e7f1709e815b5f6ce1184047d0d584 0.04 MB 86 106
145,026 145,026 00000000000005688651d978b72e511bc67aa2a87bb51d77a1e433c2d439e2e2 0.04 MB 119 149
145,025 145,025 0000000000000286c8f13c78e5025c4b23e95557cace7740c74a59b370b39242 0.00 MB 12 16
145,024 145,024 0000000000000913bb5dbe69694bc03d0d36277be875aeba7f5fbaaad4a4c4b5 0.06 MB 75 75
145,023 145,023 00000000000002aa4b2423b6e682417ab9fdc68316c1fdea3dedbebd92b1f1fa 0.04 MB 91 302
145,022 145,022 0000000000000894a61d0683624a5b363cf07f3404c014b799d8d07f2eb52b7d 0.02 MB 28 190
145,021 145,021 00000000000007538c0e6200961c4c8a2d7447885f4b33817abdd564482c2e2c 0.01 MB 13 254
Previous 10 blocks ↓
Total Size: 779.14 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 48
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2.40 GB
    • Received: 0.08 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.