Loading Tool

Explorer IconExplorer

Memory Pool

42,808 transactions
29.76 vMB
0.09150386 BTC
Random Selection Loading Transactions
Max Size: 151.39/200 MB

Candidate Block

Mining Attempt 52f530f91c64aa9e8c9bb0fdf57599e1caa40956d193a379fdd4126997b032cf
Version 20000000
Previous Block 000000000000000000020406347aaf6e4d01835962e34f5aebaf3a79a389541a
Merkle Root 905e08d0586829f8fe2a5feaeccc6bdef5c1f8edce461da6c33cf4295dd146e5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,341
Size: 1.00 vMB
Total Fees: 0.03161875 BTC
Feerates: 150.97 > 3.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,578 (806,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
108,486 108,486 000000000001dba7434ca9907540874f87b3b8c80890fad41f77970eaeb50ef4 11 0.00/1.00 vMB 355
108,485 108,485 000000000000aca5d62a5d3322f2bc49cb3253c57694dd6304b1f128a90234a1 13 0.00/1.00 vMB 0
108,484 108,484 0000000000022d5d3186bb03488c5f203d8933db6c65513a3e2f1ebac3f635b1 24 0.01/1.00 vMB 0
108,483 108,483 00000000000050871a96c83fed96e931f76b8da4d15a68cb634606d75994b2d2 14 0.00/1.00 vMB 0
108,482 108,482 00000000000195ce5c1d1cf6aacdbc730394c5688723ef6ab9af97b8a2cd06dc 14 0.00/1.00 vMB 0
108,481 108,481 00000000000123336ab6f2d0db4599bcccdbadc6a001c1a55ce8196fad3ad480 9 0.00/1.00 vMB 0
108,480 108,480 0000000000023db8389f87c929e31f4700bb2fa61ebd2ed13db5598f08ceb668 14 0.00/1.00 vMB 0
108,479 108,479 00000000000131ac26ed01fa6cf2c9818aa7de1bdf30643ab9726be909376037 14 0.00/1.00 vMB 0
108,478 108,478 00000000000219e5f54265dc72f38ae7743174a77b2c8ec2b5bfdb8fc69f3dba 14 0.00/1.00 vMB 0
108,477 108,477 0000000000023b7075800e1915af598c2bf7c5ae8531e306c9128507078bed58 8 0.00/1.00 vMB 0
108,476 108,476 000000000000970f5409666769db0f657be0084ee17591bce01ef0f60b95e146 8 0.00/1.00 vMB 0
108,475 108,475 00000000000005ed9da8c0d7cdecf6b71e34d66f37c0824faca552c34c006364 9 0.00/1.00 vMB 0
108,474 108,474 0000000000023a2d3c4cb471ec16feaacdd599b54d63987cdd4a8f9dcc3be951 13 0.00/1.00 vMB 358
108,473 108,473 000000000001171e7b541b95d4bc39f5d2d3a3f1001d7b9dc4625dfcbe766c21 12 0.00/1.00 vMB 359
108,472 108,472 000000000000b71e552b3db8c1dd25ddeb8fff5cedbc35f51ddedeb590f2f2c5 12 0.00/1.00 vMB 0
108,471 108,471 000000000000e39dbadaf134ab84f9f30d57023cb69a632cc2acf8ea675dc440 13 0.00/1.00 vMB 0
108,470 108,470 0000000000019eed9bcec0eba08d35dcd3ca0492566ba462b9f49be58d1746cf 43 0.01/1.00 vMB 0
108,469 108,469 000000000000c3650fe60fffc82d2d2bc1e3d0930c7c5daaa6071710feda75a8 1 0.00/1.00 vMB 0
108,468 108,468 0000000000003126ab22debe613a084674ebcf8f509560e3635131302e851869 4 0.00/1.00 vMB 0
108,467 108,467 0000000000009a61579fa0d8fe3c1394f077cafa3651d443277ed537aff8edd5 1 0.00/1.00 vMB 0
108,466 108,466 000000000001493b3f37a52e837bb874ef091a3da67d9b5cc797cb3fcbce62bb 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.64 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: 626.52 GB
    • Received: 11.66 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.