Loading Tool

Explorer IconExplorer

Memory Pool

42,639 transactions
26.25 vMB
0.05190720 BTC
Random Selection Loading Transactions
Max Size: 137.86/200 MB

Candidate Block

Mining Attempt f7112a0975877e991c8aaf3f10a6a9c06833ca347e10d70ecbefefcff1f64012
Version 20000000
Previous Block 00000000000000000000de66d14147d0641e86d110cedc8b36235857d0e5e522
Merkle Root 3c66788b1622419f432844e807a687175b451441e1e8af33c392f0e1dd747305
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,374
Size: 1.00 vMB
Total Fees: 0.00403482 BTC
Feerates: 40.21 > 0.40 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,748 (837,691 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
77,057 77,057 000000000014d09a12c65d7aeada1bfe7813c6b95fa22d33f021d980f85abe42 1 0.00/1.00 vMB 0
77,056 77,056 00000000001416f764f12f8e5a9ebaeb83f17ef67121447bf5e1696c73a63b88 1 0.00/1.00 vMB 0
77,055 77,055 00000000000bc318538ae070d26637d9a18b5854275479e4e255e43b7485b737 2 0.00/1.00 vMB 3,861
77,054 77,054 00000000003c647f22112020e93c1c11c31e37788f936ec39c2ef117e2935f08 6 0.00/1.00 vMB 0
77,053 77,053 000000000064f671884a1ebfc37026787e7fe5312489bc1a9012a676a74392bb 1 0.00/1.00 vMB 0
77,052 77,052 00000000004e5b132b2721d690b26942228923ba08a0e8cea9307c7f07615aea 1 0.00/1.00 vMB 0
77,051 77,051 00000000004e0c40b15dd80be3b677313fc95bacb3394410556ac6c6555e7819 1 0.00/1.00 vMB 0
77,050 77,050 00000000005276ac22235ab9a43bc99d09d3739ba5a24b2bdd8a08fe8772b88f 3 0.00/1.00 vMB 0
77,049 77,049 00000000001a6ce2fa47ccf749a3814b0b10e8297bae9e98183f4cbbf65c63e4 1 0.00/1.00 vMB 0
77,048 77,048 0000000000592b921f31f1395758f00ffb183c7b813350eca6e1d4463d3ef356 1 0.00/1.00 vMB 0
77,047 77,047 00000000003693a626a18fd5845b9642c2260cea1b2a7d874bd1096f3d514aac 2 0.00/1.00 vMB 3,875
77,046 77,046 00000000000160a0536e05e97fb1f2250aa957fc05ef95950e9bfde9d8cfda41 3 0.00/1.00 vMB 0
77,045 77,045 000000000011e7a05fcb6ddc592633fdab07eef83fc3f3f3921220feb70e57b6 1 0.00/1.00 vMB 0
77,044 77,044 00000000002e6059de500ae14555f1abaa225de2510d1d1004bc7a86cd47419a 1 0.00/1.00 vMB 0
77,043 77,043 00000000004bd9be62070f074beb6c6f8579c82823f17730102aed99e4b826d6 3 0.00/1.00 vMB 1,937
77,042 77,042 00000000002c95776238fddda6c535e2ea30b16ece02db78b738034a125c4d3b 1 0.00/1.00 vMB 0
77,041 77,041 000000000000e4be4e5eb518ccd6c6602194c958e9a48a2f1161d72622b0fb61 3 0.00/1.00 vMB 2,398
77,040 77,040 000000000017bbac26f85dbfcd98aebd910fb715e08db707a7d95deadbcd35da 2 0.00/1.00 vMB 0
77,039 77,039 00000000005214131e9dabadc2d7d5ab99f116826dd6f9ce74a1f54440b18ee0 1 0.00/1.00 vMB 0
77,038 77,038 000000000019ca99e644dc9a6d2ce4b43eb523cb0f42e682c3235868ae45d4be 2 0.00/1.00 vMB 0
77,037 77,037 00000000005258e1c3064b76485d992d6540d073e98395b2f551b2196ac5390b 2 0.00/1.00 vMB 3,875
Previous 10 blocks ↓
Total Size: 781.94 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: 646.76 GB
    • Received: 12.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.