Loading Tool

Explorer IconExplorer

Memory Pool

27,803 transactions
7.09 vMB
0.04846014 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.31/200 MB

Candidate Block

Mining Attempt b42843d5785789aee7ba88f3ea69501f100f971791171cc13eb46b05cc3ffe32
Version 20000000
Previous Block 0000000000000000000208e8f55b22acde9972e57c0df25285960effdde2bfa9
Merkle Root f2c8a4b9d6ef932e7e9c661085f9298dbd5601f373ff8bc9507afc49f8abdfb8
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,943
Size: 1.00 vMB
Total Fees: 0.02561633 BTC
Avg Feerate: 2.03 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,012 (697,756 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
215,256 215,256 000000000000006535a70953ece756fca3ce76644d5f05e4e2e8fe3ac7841369 0.33 MB 580 141
215,255 215,255 00000000000000c9aa989faa933a35de04a59429d0f1767da11aecbe80252db1 0.20 MB 625 350
215,254 215,254 000000000000042878d5adcbdd81c4e212e8fd47ee421e032bdc962f4dd6ad54 0.11 MB 141 115
215,253 215,253 000000000000020ee31f6b0176681a5b06e97f466787ff1eb62e74efb21f8db6 0.02 MB 45 62
215,252 215,252 000000000000023107fc43c2f3e184f538cd183c17bb2041f2b12be75446a642 0.20 MB 546 218
215,251 215,251 00000000000003289e9508d4e7d1c8b20332b1e0735be1cbecd602dc40881d72 0.00 MB 12 14
215,250 215,250 0000000000000128efdf3b33d22e53b95fd58b36544d8ec18b3c899d4455af89 0.25 MB 595 169
215,249 215,249 00000000000001864240dae0634573dfa6f0b2fae9ff58c022443948fb304fd4 0.05 MB 151 141
215,248 215,248 000000000000059660dc39c1e002801e58e72c3b34b2448ab49c02042546679e 0.25 MB 488 159
215,247 215,247 000000000000038f78d4899c4a121bbb9f2308caec5f8ea090aa41b713e50896 0.10 MB 256 205
215,246 215,246 0000000000000374048a32add2b60e2d4cc069538add7a788ecb56df427675ef 0.05 MB 118 50
215,245 215,245 000000000000030651be3e3cb07475cd9f8525ea1bf13ad2ca38070d547f09a8 0.25 MB 878 282
215,244 215,244 0000000000000464425742b60999e1bb556a3160a41621b07b30550530bb319d 0.14 MB 323 200
215,243 215,243 000000000000031412906215c18fc450cc7fd7086332755df96bb30d7a80699a 0.07 MB 151 117
215,242 215,242 0000000000000005996bc6c471950c5e56244a0d8775ec6e9f348d2dc9dc8fbb 0.05 MB 102 44
215,241 215,241 000000000000017dc7bdaf54a2fe81815a78f163d2842aedf7c25ad3b1506269 0.23 MB 551 175
215,240 215,240 0000000000000538c2b08435d1885551fc033f8c6588b32fde4d2b709ea281ff 0.12 MB 198 129
215,239 215,239 00000000000004e7cd191c6ce367fbd988dad0032c265910dcdf8dacf01f7ef8 0.09 MB 224 152
215,238 215,238 00000000000001fbbfb245f54067c662ca33a995841084dbd7cb8b324d3ca27e 0.05 MB 95 99
215,237 215,237 00000000000000d69bbc1c1ad19f2a900482b2686f3a95b3279e88937777eac9 0.01 MB 25 271
215,236 215,236 000000000000010172b9508ce08371cded0d4e6f13ec2dfa716eb620d4b82bd4 0.06 MB 125 168
Previous 10 blocks ↓
Total Size: 778.86 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: 393.05 GB
    • Received: 3.53 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.