Loading Tool

Explorer IconExplorer

Memory Pool

50,963 transactions
30.45 vMB
0.09602135 BTC
Random Selection Loading Transactions
Max Size: 163.32/200 MB

Candidate Block

Mining Attempt 910684ae54c18f7472567f131f1502f160b13240b409ee2f04938b3460811f3c
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root fa03c3dd02ac3a79152e90095835f94410da890eb5e7c9bbda70c39c79fa30eb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,613
Size: 1.00 vMB
Total Fees: 0.02430592 BTC
Feerates: 202.16 > 2.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (249,624 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
665,192 665,192 0000000000000000000948c871c7275369b5008bb2493f384fee0d203639bd76 2,467 1.00/1.00 vMB 64
665,191 665,191 000000000000000000066e0297bb6092265dc8358be0a99ed1004968bb97706e 1,234 1.00/1.00 vMB 85
665,190 665,190 0000000000000000000ef43ad4a5b3c2b8feb53666b6ab87c1a4a6640478ebb8 788 1.00/1.00 vMB 70
665,189 665,189 0000000000000000000757a7b3f1245f4995aeb99b069436258669383f9000ce 936 1.00/1.00 vMB 75
665,188 665,188 0000000000000000000a1dbc1cff09e6dba429d5bc051cffa32d0c26736406e2 1,676 1.00/1.00 vMB 87
665,187 665,187 0000000000000000000df9216b02e8e2b2f0411e8ac3fbc0f3e13c3cb145ae4e 2,607 1.00/1.00 vMB 83
665,186 665,186 00000000000000000001ec559b3d8ac327e6e4fd86912761d20ae9306ec1cc0c 2,738 1.00/1.00 vMB 105
665,185 665,185 0000000000000000000aa753da26c50aad3bbc0ac6f43fe8f844eae8795be461 2,951 1.00/1.00 vMB 128
665,184 665,184 000000000000000000085d77f9da8da20ec4473051c0b1be0d02fff9dcad3208 2,896 1.00/1.00 vMB 114
665,183 665,183 00000000000000000001f4c4ea8bec8333af61efe064e79ea9fc25ef7ff924ea 1,744 1.00/1.00 vMB 89
665,182 665,182 0000000000000000000c91885f14b3a93f462ea69aa35a574dba854e9d27f110 2,783 1.00/1.00 vMB 103
665,181 665,181 0000000000000000000b876d3a3066c8f51fa96e444aa1a0bc84b6533ea433db 2,725 1.00/1.00 vMB 124
665,180 665,180 0000000000000000000bf20fd62f64cad69728aecbd839f3c5ad66b36088df2e 904 1.00/1.00 vMB 108
665,179 665,179 000000000000000000068287fcd199d0f1f8754c95acdbd3c6ec4065ab3f42a5 2,198 1.00/1.00 vMB 122
665,178 665,178 0000000000000000000759307c0af10c33936e5ff20f806c83d6c62be0e5624f 2,264 1.00/1.00 vMB 122
665,177 665,177 00000000000000000003ea510263bc8e6adf2eac5c7161ab92c435638c5a08fa 3,123 1.00/1.00 vMB 98
665,176 665,176 0000000000000000000abb17b7109de5df70d422c4e23654aef943b24d522ed1 2,835 1.00/1.00 vMB 126
665,175 665,175 000000000000000000005182fdc6c1ed65bcd28c07cbca8b26bbbcc0341651f3 2,928 1.00/1.00 vMB 117
665,174 665,174 00000000000000000003debf055ad7622a5cc62cec1bd3e6e8ea23bce1fca24e 2,870 1.00/1.00 vMB 124
665,173 665,173 0000000000000000000118f538573a9a567ab52558500a95c2f0d9e4b56e3c78 2,939 1.00/1.00 vMB 100
665,172 665,172 00000000000000000008df3e976bd7e1a7978aaefbb38ec3015c33857912127b 2,162 1.00/1.00 vMB 98
Previous 10 blocks ↓
Total Size: 782.06 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: 651.16 GB
    • Received: 13.44 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.