Loading Tool

Explorer IconExplorer

Memory Pool

83,469 transactions
26.11 vMB
0.14566278 BTC
Random Selection Loading Transactions
Max Size: 164.39/200 MB

Candidate Block

Mining Attempt c7fa2429e2132fc5138cee4305ee4384a9679cf1a433ea02f993a965b9532691
Version 20000000
Previous Block 00000000000000000000f36fb3e1bb17adcc315a9eac0ed7f1562c96f8ff644d
Merkle Root b49441c94eb0a7577ac577ef15345481cf599fe563f1526484f52654b3756235
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,727
Size: 1.00 vMB
Total Fees: 0.03523988 BTC
Feerates: 302.06 > 3.53 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,656 (840,288 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
75,368 75,368 000000000002909d6b0c479545b348d5ad3e6b413f24b4a3e54b60ae38fd7d31 1 0.00/1.00 vMB 0
75,367 75,367 000000000008e055dc91f5aaebaac27a429884e78429ee0e34854647faef86be 1 0.00/1.00 vMB 0
75,366 75,366 0000000000032ccb5a2ffc14e60d1229d98d47368feb5b7a91d5af2e7ae6e07b 1 0.00/1.00 vMB 0
75,365 75,365 00000000001aace528e8bd21642a3f490e039131302451a8cb9f688ac394e82a 1 0.00/1.00 vMB 0
75,364 75,364 00000000005524495e54a1bb1ac914902f1ffb7608ff398c431e88d0c1f5fb1e 1 0.00/1.00 vMB 0
75,363 75,363 00000000007f05c3f5470eb86980fb8708cca778ddf5fbcf3dcb47a68b5357a9 2 0.00/1.00 vMB 0
75,362 75,362 0000000000282009422ca0a4a550e2a7dcc104d803e8e78f5ea2618202ffc799 4 0.00/1.00 vMB 0
75,361 75,361 000000000002537ec915a752d7aa0c272b2f43d3bc966e47c7ade8dacd944711 4 0.00/1.00 vMB 0
75,360 75,360 000000000063ba467d2d8d8aed6fe43ae5c82afa708022bc1dbeecfe3669d959 1 0.00/1.00 vMB 0
75,359 75,359 00000000004d940da32781fd1beeef776ab512cf24cac92b7c1c428ca7878b26 1 0.00/1.00 vMB 0
75,358 75,358 00000000003c6c91c2c353e45833eb54681cd6ebc68d72241a851ea57d5b518e 1 0.00/1.00 vMB 0
75,357 75,357 0000000000798c39c0f12ca0de25310f1055a074ab0f25322b0bbe4a94dc00b0 1 0.00/1.00 vMB 0
75,356 75,356 00000000000357041eedde7a45e35c869e0f20d9cf9b186bd38635c180d509af 1 0.00/1.00 vMB 0
75,355 75,355 000000000027cfcdc33b8305d726b21481456b083c5f51b72254f79428a29404 1 0.00/1.00 vMB 0
75,354 75,354 00000000000d977723f3d7f3372ae2e4b85ec27bfc472dac89aa85f075c67964 7 0.00/1.00 vMB 0
75,353 75,353 0000000000370abdcee9f6c171d0775a8bf926e8ccf889272581d759e73f0020 2 0.00/1.00 vMB 0
75,352 75,352 00000000005941230652a1b93365d57c1b9161bc1ad1000ef4041de1573e46e3 1 0.00/1.00 vMB 0
75,351 75,351 000000000021b8e9a3ae21a85fd2dec8dfc150cece24aff7f68c39333e5c5074 1 0.00/1.00 vMB 0
75,350 75,350 0000000000213fbc6c186763281624744b05d674a5f4b24113ccc326a8b1910f 1 0.00/1.00 vMB 0
75,349 75,349 0000000000089af2f7aea45a280e94ec6bec1fb1b5010eb6febacb56e09a59e6 1 0.00/1.00 vMB 0
75,348 75,348 000000000040ff8f3d3bcc858665b21aefe42a971b45201501cc7c8de068eb6f 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.52 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 773.39 GB
    • Received: 20.55 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.