Loading Tool

Explorer IconExplorer

Memory Pool

72,682 transactions
27.95 vMB
0.06453361 BTC
Random Selection Loading Transactions
Max Size: 165.94/200 MB

Candidate Block

Mining Attempt 1ad643588c104256a392814b971645becf187d47570beebfc3d7cd1d63f11b9f
Version 20000000
Previous Block 000000000000000000003563c4b66b8c7aee15d5eb92bb97c05d0ba548e70e53
Merkle Root 534e5949a53901653e30fdc090530cf8f8892260fd17935bca31df048a114c51
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,444
Size: 1.00 vMB
Total Fees: 0.00873175 BTC
Feerates: 180.34 > 0.88 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,033 (247,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
667,094 667,094 0000000000000000000cc1bb2683b2e04e201b0bbaff31207a8d6f25be850a4a 916 1.00/1.00 vMB 96
667,093 667,093 00000000000000000004da552fc4cc0c2c41d4c953b897f484a10bddc8b56fff 2,749 1.00/1.00 vMB 110
667,092 667,092 000000000000000000075ad01a3b4dd5dd5df1ee1c6f4b004d6aa3e98171d8d3 1,470 1.00/1.00 vMB 143
667,091 667,091 00000000000000000007613d9664cf92b7fb780add248c7b4d8ebc89dcddc98d 2,558 1.00/1.00 vMB 109
667,090 667,090 0000000000000000000b8535b94ec3a94e5427d447e464b1af67f98dd2026502 2,834 1.00/1.00 vMB 98
667,089 667,089 0000000000000000000d6e7cb6023142e05107ca8880e2d2aa83b7cbe629b4d4 2,612 1.00/1.00 vMB 70
667,088 667,088 0000000000000000000c4f7e4e6023f4cb6fb285ae7b627943b66bae7c590212 2,619 1.00/1.00 vMB 70
667,087 667,087 0000000000000000000ba634cec5ea329839fd091c40f1fd33399bb6ce05dc91 2,810 1.00/1.00 vMB 105
667,086 667,086 000000000000000000058dc8610a0125e956baefb3b46ff21b79f4b988bd0b30 2,373 1.00/1.00 vMB 77
667,085 667,085 0000000000000000000b955d8cd08fcf02c440130d32afb6a282edd9f1449e0b 2,503 1.00/1.00 vMB 65
667,084 667,084 000000000000000000015b926a684fd63b582469ad287eed8af38755b0632bde 2,932 1.00/1.00 vMB 74
667,083 667,083 0000000000000000000a075915ba927d61cc83d37b5a2604310ec7a368a4b3bf 2,101 1.00/1.00 vMB 94
667,082 667,082 00000000000000000009840e68413efd85349bb871130646f53876ca795fc7c7 2,178 1.00/1.00 vMB 112
667,081 667,081 000000000000000000066730a65b9a84dec55f5ea5a2a761dca6926a74a0f841 2,525 1.00/1.00 vMB 114
667,080 667,080 00000000000000000004fb6cb2437052d245a6903f3f4855f55928874a3f8670 2,835 1.00/1.00 vMB 111
667,079 667,079 00000000000000000008b6a727b3444aa7744a2f662c609bc05a5d517084f6c3 2,659 1.00/1.00 vMB 110
667,078 667,078 0000000000000000000d931acb2b40fff6184283c0f586598331d215a16849d6 2,838 1.00/1.00 vMB 140
667,077 667,077 000000000000000000042230e45b02928dcd4d7f6a9b1fbe3ec67045d6bbf924 2,732 1.00/1.00 vMB 87
667,076 667,076 00000000000000000007cf4e3b01282c92bf519b7cd03c902fb8f0da4ddf781d 2,779 1.00/1.00 vMB 78
667,075 667,075 0000000000000000000d1bfb2b5918ddb8c3bb19beb33a5e1419a27b6b241603 506 1.00/1.00 vMB 82
667,074 667,074 00000000000000000002cf95d4b840adbc6acee145af8394a02c28329be70a5b 2,779 1.00/1.00 vMB 95
Previous 10 blocks ↓
Total Size: 782.45 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: 666.89 GB
    • Received: 15.23 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.