Loading Tool

Explorer IconExplorer

Memory Pool

37,527 transactions
31.07 vMB
0.09387914 BTC
Random Selection Loading Transactions
Max Size: 153.15/200 MB

Candidate Block

Mining Attempt 76e2664394d4f7fb6cf55d587f3671f7d0fb969a989428af9eec4c293ee678be
Version 20000000
Previous Block 00000000000000000000590892dbec08479e6a3cc00185e948794a42c82afcf2
Merkle Root e8335e05d8449c4cb72d88a5d98575f30cb1ff4da493b6759b5ac7bbac728479
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,068
Size: 1.00 vMB
Total Fees: 0.03034537 BTC
Feerates: 296.74 > 3.04 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,386 (873,098 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
41,288 41,288 00000000425d2d71516abf8f176ae1d51fb71952ed044eddf89f1081e2b49b53 1 0.00/1.00 vMB 0
41,287 41,287 0000000058eec3112e5379d69772e7bbceabc327b80dc3f2ae5384e2771b8af4 2 0.00/1.00 vMB 0
41,286 41,286 00000000383996284333b81859082000e8d90a55124f467e383950ffa5dee667 1 0.00/1.00 vMB 0
41,285 41,285 0000000020d21c892138a6f50a2cd97b5b4924b5da1875f01a3e942524726a99 1 0.00/1.00 vMB 0
41,284 41,284 0000000061a0d9ad0316247ec1f09fdae59fb500a361b9584a32f73f29e84b23 1 0.00/1.00 vMB 0
41,283 41,283 00000000466ffe9d3679eed0113ec0ccabb26f3a7ab8be4c8146ec15b2457494 1 0.00/1.00 vMB 0
41,282 41,282 000000002a988804b881702c4e76160b31dfd7742b7ef51d145478ff321f363b 1 0.00/1.00 vMB 0
41,281 41,281 0000000058dd0b41ba8fd0afbaacb29c981414a5cbf0dd9d57ca70f7e4bed263 1 0.00/1.00 vMB 0
41,280 41,280 000000005f462a9e8371651b21c28b7f3219d5db31f1326c400688bd046e45f5 1 0.00/1.00 vMB 0
41,279 41,279 0000000011227bf99cf49deeeb76da0218fda61533e40441b65a392411df538a 1 0.00/1.00 vMB 0
41,278 41,278 0000000025aab3f778d98d37a60a26524fda80ddeb00e7f38c670bd20ae0447d 1 0.00/1.00 vMB 0
41,277 41,277 000000003841fcbe60b3e6918f264905a88d9287ae7fc7099d90b6f2561fc4c2 1 0.00/1.00 vMB 0
41,276 41,276 00000000120431ad22182beae1339bd19d1b97c6d3f78b5d420c2bd254cac126 1 0.00/1.00 vMB 0
41,275 41,275 0000000022c92959535ed2bc62a2a34ff30d33982ee3870e8b1a9d18df8be54c 1 0.00/1.00 vMB 0
41,274 41,274 0000000025522fe4db5d0c793105135b45a7530189132f4dc0b996c3e8348ccb 1 0.00/1.00 vMB 0
41,273 41,273 000000003cf140d6d29a3dbb6cad07cb6d1f7f8359ddad273928beeb2b5f37fa 1 0.00/1.00 vMB 0
41,272 41,272 000000003098f5476622fc5970c33509794c98010c7753f1be62a704269c7d01 1 0.00/1.00 vMB 0
41,271 41,271 0000000048736925753155692179028cbc622c814d8c0ce69602489c1acbd18a 1 0.00/1.00 vMB 0
41,270 41,270 000000003b34170a354ddd8d6dbdf8ccfa423b38bff82bed9ac15fc54f428bf8 1 0.00/1.00 vMB 0
41,269 41,269 00000000437ca87a8aa6bbf3df91ea81b184c5e4bd3bf7d29e33cedc21e79cd5 1 0.00/1.00 vMB 0
41,268 41,268 0000000002673ba5bba1c53f9d974bc9c4c3843d099de054a858f7a01b6a688e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.29 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: 597.75 GB
    • Received: 9.88 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.