Loading Tool

Explorer IconExplorer

Memory Pool

37,209 transactions
27.25 vMB
0.06137273 BTC
Random Selection Loading Transactions
Max Size: 139.09/200 MB

Candidate Block

Mining Attempt 735def81b63b9f7c6754407cd9c6a4a0d90dd51dc63382ee3e99939b1fbb885a
Version 20000000
Previous Block 000000000000000000001000aee6e3ae509c48b95212852c4d57a21fc9813ebd
Merkle Root 86d1294e5053a6080dfc3be1d82a15aec1c48c1e202562a7f19db0d98260a327
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,150
Size: 1.00 vMB
Total Fees: 0.01012927 BTC
Feerates: 13.57 > 1.01 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,270 (857,638 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
56,632 56,632 000000000927997ac00a61fe72d5884ef41e72e62a5731acd60f05a41213691c 2 0.00/1.00 vMB 0
56,631 56,631 000000000b35ab9254a1053a4fc3eced49e45cb3b8da130d5c2801dbb6562813 1 0.00/1.00 vMB 0
56,630 56,630 0000000004a6e2e814c84f0c08510c6862b0c81c7b0cbc06961c0542a2254ea6 5 0.00/1.00 vMB 0
56,629 56,629 000000000690195b38eba51d6ae4b05d84c9c8b58b4e53ec15f3119ba4067cb2 4 0.00/1.00 vMB 0
56,628 56,628 000000000a2b02b66b1be0f54afbea0ce393ef44673ef943b63dedd09839ecb6 1 0.00/1.00 vMB 0
56,627 56,627 0000000009ef86db222222420e4b1db67d4ac0b96c583e2a6b3cf004cc29e13e 2 0.00/1.00 vMB 0
56,626 56,626 0000000010005a3697c6212850227909df3a1bb659465c3678e2c7dade7f4616 1 0.00/1.00 vMB 0
56,625 56,625 000000000eb3063cd92c61af83f30fa71ab4cfa2180badd8997801cd724b5219 1 0.00/1.00 vMB 0
56,624 56,624 000000001534648fc54bd4e56bd918513876466af40d8c26f83d8be5b1a6feac 3 0.00/1.00 vMB 0
56,623 56,623 0000000006372017e9808c2d1a060debd061f8f77bd72c58a122476ae4e4e4be 1 0.00/1.00 vMB 0
56,622 56,622 00000000044711f03f58b3f933578f60e21ceb18d84c750a8a868e5af4362453 1 0.00/1.00 vMB 0
56,621 56,621 00000000030831ae179691969a3e25845d2d65acd850fe71a7207dba50093aab 1 0.00/1.00 vMB 0
56,620 56,620 000000000d21d01a7fd624db854b3461abac2ee13582f4255dd6baf2e050d4dd 1 0.00/1.00 vMB 0
56,619 56,619 0000000014fc73184c20e3de309d113a66387588730de8c1550c70c3dd0e817b 1 0.00/1.00 vMB 0
56,618 56,618 000000000336a350fa422687efb30603bfd3c9752cc556918e7017f22a967d18 1 0.00/1.00 vMB 0
56,617 56,617 000000000ca7094a948b75ebecd23699ec73e2957a411913852674881f7ac1c5 5 0.00/1.00 vMB 0
56,616 56,616 0000000000b3683a703d71eceda5fbca446f30e47c295d7a8910d7154fb35f96 1 0.00/1.00 vMB 0
56,615 56,615 000000001599186b35e3fbc09679a21c57ebcd83ee8ed0f2f1d1ae0eb1f3fc47 1 0.00/1.00 vMB 0
56,614 56,614 000000001282b26ee92c7789944593edba4f59b376aaa11c2feae498ecde0c80 1 0.00/1.00 vMB 0
56,613 56,613 000000000716074b8e73c2c990af94faa754e346d1fb077268babbb3c98dee60 1 0.00/1.00 vMB 0
56,612 56,612 0000000011dce2ac0065786c2e14a24fceffd38bfccaebb15bbc7fb0c866a5df 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.07 GB

Node Details:

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