Loading Tool

Explorer IconExplorer

Memory Pool

80,596 transactions
30.40 vMB
0.07682618 BTC
Random Selection Loading Transactions
Max Size: 185.73/200 MB

Candidate Block

Mining Attempt 4e10049c13fe990329385231d598dc47d8faf962d6d4a53d69311d16548eccbc
Version 20000000
Previous Block 00000000000000000000d1d2ad17fc19c6d3c0ce75e637dbcce014786420ab4b
Merkle Root 7f185ac4ca92d10c6631cfa88fecce786305d47250d43e84df0b31585700bd61
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,679
Size: 1.00 vMB
Total Fees: 0.00873731 BTC
Feerates: 81.27 > 0.88 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,357 (467,881 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
447,476 447,476 00000000000000000228ee7b45948a123bdd647ab64c627808f604226670a7c5 2,116 1.00/1.00 vMB 74
447,475 447,475 00000000000000000209ed2b2e476488741816805ac05f7ed99075543a01ed03 1,583 1.00/1.00 vMB 75
447,474 447,474 0000000000000000002c8bdf64759e3a690ccc7b79f861b9bf0b8a381786e7a5 2,773 1.00/1.00 vMB 105
447,473 447,473 000000000000000000f41d1c497899761e548dbdbdb7a239ee365770214bf0fe 2,077 1.00/1.00 vMB 80
447,472 447,472 00000000000000000239f4e7265c151aaa8d647c0a48722c76469adff7b672cb 1,840 1.00/1.00 vMB 80
447,471 447,471 00000000000000000228894195560d1707d16ac8aa472e4aa5f8e08321cbacad 2,856 1.00/1.00 vMB 103
447,470 447,470 0000000000000000003d3a71367e90cb2aa33e823761ebce81b7fed0b23ef8d1 875 1.00/1.00 vMB 53
447,469 447,469 00000000000000000340be50d34e3ca618f461275e259c0d05aea479e21d0a16 2,227 1.00/1.00 vMB 78
447,468 447,468 0000000000000000007729773574fff1235e4255bf9996a92e6b9bb4603038c7 2,359 1.00/1.00 vMB 79
447,467 447,467 0000000000000000018e9bb6702c001e92b62904039502ed3c8aeaf8dfc20a58 1,815 1.00/1.00 vMB 55
447,466 447,466 0000000000000000026ce38f78e550c2a75f48a7f2b411c25bdf4f9f9e8ff5da 2,261 1.00/1.00 vMB 78
447,465 447,465 0000000000000000036574272694005e46d2a9714227359334d64c2eb0cd846c 2,334 1.00/1.00 vMB 90
447,464 447,464 00000000000000000127eccaa6b6b2d60e564414931fa3bc060bf73089d084b4 2,494 1.00/1.00 vMB 89
447,463 447,463 0000000000000000032f3a4f4cfd36b860c19eb251b3f98c13142a19a005939b 2,693 1.00/1.00 vMB 78
447,462 447,462 00000000000000000083c87e8ca763f3a8cbd58c3474da6248d6d610facf2790 2,167 1.00/1.00 vMB 78
447,461 447,461 000000000000000002f2adad818cb9aaf6248170a0c26ad143e5a1feb2a533a8 2,424 1.00/1.00 vMB 100
447,460 447,460 000000000000000000c20c1e5c1cbb39a6dd8148f692272e23c47762a4143a75 2,348 1.00/1.00 vMB 94
447,459 447,459 0000000000000000032d3d96bb5566a4299f1c2480038050f8960236198a504d 1,888 1.00/1.00 vMB 73
447,458 447,458 000000000000000000c833e3c8a11ef8a3e5783ff4b3bf3f54f9cc438d29c078 1,936 1.00/1.00 vMB 66
447,457 447,457 0000000000000000016d776ab8d31a3a80f71b1002544d8b4a76414df5b62652 2,579 1.00/1.00 vMB 100
447,456 447,456 00000000000000000139290ef6b17887b06dfab86f4d1ab5da915e02357f54ee 1,980 1.00/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 783.01 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: 718.88 GB
    • Received: 17.98 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.