Loading Tool

Explorer IconExplorer

Memory Pool

66,532 transactions
21.54 vMB
0.08389588 BTC
Random Selection Loading Transactions
Max Size: 135.43/200 MB

Candidate Block

Mining Attempt 40e19b6b5a9972abd84c9ffddde90d01c973d1e3b4ad5e1db17c5b2fb4373cef
Version 20000000
Previous Block 000000000000000000011aaa8e85e4831815b6f18340ef2d56ea3884a6301b30
Merkle Root c6e1a50c887bd33b20901af46d4b504cd041b8c3ae8efb57bd02db135c9185cb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,336
Size: 1.00 vMB
Total Fees: 0.02773188 BTC
Feerates: 150.75 > 2.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,753 (850,270 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
65,483 65,483 000000000867b17e52b4015bd6cc84a75341a3fee7bd9e180cb760f5065f2947 2 0.00/1.00 vMB 0
65,482 65,482 0000000008b72adfe40e42dad892a9165882f5b81478a001f12633fc05f16f6b 1 0.00/1.00 vMB 0
65,481 65,481 0000000007fc71c03401d785c39e6b5219419caa4ef2333bbe423a6402593364 1 0.00/1.00 vMB 0
65,480 65,480 0000000001af8f9b8626c99ebd80ad8d50c7d7f6e01f8f571386fa3a610b4abf 1 0.00/1.00 vMB 0
65,479 65,479 0000000001c8adddf213638d26e46988284f32ad6d3a948b563c46e90a6697e1 2 0.00/1.00 vMB 0
65,478 65,478 0000000008a9727c1845de48e796a044bc18facc8f14e0f9577224da51bc1365 1 0.00/1.00 vMB 0
65,477 65,477 0000000006e11530ad2ed17961ea7de88ab444b32c9c88289f24594fc3ef1be3 1 0.00/1.00 vMB 0
65,476 65,476 00000000014a566cc9d85e62d6885a377204dff88cf93dcf3117d5815593df39 1 0.00/1.00 vMB 0
65,475 65,475 0000000005358af4ae6889dd50e8a36ad8a17c5021c230be6a295a9fd6737eaa 2 0.00/1.00 vMB 0
65,474 65,474 00000000011e0c711a8f134d77c429fde014dfb5400904ceef074d41bdcb0655 1 0.00/1.00 vMB 0
65,473 65,473 0000000000d1b5f2741381457bde0eb12c49b701b82cc289e229127cb3576c3f 2 0.00/1.00 vMB 0
65,472 65,472 00000000038a5900701f6387319fa6e97c340cac6ffab7c3aa256037be120a39 1 0.00/1.00 vMB 0
65,471 65,471 000000000016c03c06beef54874ce87dab9af13d93aee9451a3e8b63ee43a037 1 0.00/1.00 vMB 0
65,470 65,470 00000000041eaf1bdcd458605bef4c82b7578c4d4b3435b95232e1214687dce4 2 0.00/1.00 vMB 0
65,469 65,469 0000000005f68726c8f42450b5eae0546453d09c1d605a3114892273f009ef87 1 0.00/1.00 vMB 0
65,468 65,468 0000000003604a028835251430a32c870dfad68110a23cbcd2bedf31bd498777 1 0.00/1.00 vMB 0
65,467 65,467 000000000400f5ebae90cfa8d68508ffa029c8b6ca085f8c984de0d6f6cd38a1 1 0.00/1.00 vMB 0
65,466 65,466 0000000002ee31ebd287aca94a78ad876f34583bf1f671969130a0c5b92013b8 6 0.01/1.00 vMB 0
65,465 65,465 0000000000943c48a945bd2fd98d0fc2fff743c0dfd72fbbdff3d9aa38962327 1 0.00/1.00 vMB 0
65,464 65,464 0000000002648f43eb086582ba00421507a58d15d8b9d2f5fe30bec13b87825d 1 0.00/1.00 vMB 0
65,463 65,463 0000000005a14e2c661671e32c9fcce2e26f235a9bdaf68a5c5f59f46f406efe 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.68 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: 777.72 GB
    • Received: 21.21 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.