Loading Tool

Explorer IconExplorer

Memory Pool

80,843 transactions
29.49 vMB
0.10180528 BTC
Random Selection Loading Transactions
Max Size: 179.61/200 MB

Candidate Block

Mining Attempt 76fa0c05dc3cfa7be8c0a168e84c217c91829c53c89e33e74f78d832327c3905
Version 20000000
Previous Block 00000000000000000001968746f746008154af3e4db375ab1e0c87864c4db4c8
Merkle Root 9562a54b4767d05bbb5d6dbd1bb2286b679d8d92be7f9705a8195a00bd68e16e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,198
Size: 1.00 vMB
Total Fees: 0.03977153 BTC
Feerates: 146.36 > 3.99 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,080 (237,611 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
677,469 677,469 0000000000000000000a068493eda9dc576063fd785179499c564ef740f5f058 2,991 1.00/1.00 vMB 68
677,468 677,468 00000000000000000008e9da43de1a8573ebbfda71a4c8cf01b01eec216816d6 1,771 1.00/1.00 vMB 78
677,467 677,467 00000000000000000001ec1cb39f34a0d6ea02bef7e926d5522e283c6eeaf998 2,447 1.00/1.00 vMB 89
677,466 677,466 0000000000000000000b690aafeba9dff9f13f0b8d13915418185dc6bd632291 891 1.00/1.00 vMB 79
677,465 677,465 00000000000000000002b7fbc670cb8e7183f37597f297722463a68f76f6fad9 2,281 1.00/1.00 vMB 86
677,464 677,464 00000000000000000001ff1d10d6a18608dbc1f443ec3a7e11b5c46f1207ab02 3,086 1.00/1.00 vMB 98
677,463 677,463 00000000000000000004e4aeb06e9424ee3dcb8b25adfd5e8b3f2be6f8297819 2,031 1.00/1.00 vMB 57
677,462 677,462 0000000000000000000b478cb4e72e4e7b8d15bf4f2d9b2b2964e84b6d68af79 2,180 1.00/1.00 vMB 15
677,461 677,461 000000000000000000065026e75c5a4a3d0ebca917114b50e6f5ee8c1274c560 2,450 1.00/1.00 vMB 29
677,460 677,460 00000000000000000006edc90f9f7e618103b34ec83454bc91eb72c469d02a24 2,400 1.00/1.00 vMB 36
677,459 677,459 0000000000000000000a13ef9fbae6d7918e0538543fd03b8578f95aa8bf1cf1 1,929 1.00/1.00 vMB 53
677,458 677,458 00000000000000000009e38785d7f1abdec3c1a837b277abaf756d6d327430ad 2,970 1.00/1.00 vMB 57
677,457 677,457 00000000000000000000f742b902fee278da14d8f3494ce7b40902cad970206e 2,431 1.00/1.00 vMB 61
677,456 677,456 0000000000000000000a59a043e08d9636ecbc7d9afe1588dabbd78d6a54891e 1,854 1.00/1.00 vMB 75
677,455 677,455 00000000000000000009fd27536263ec19b128e94301387b052aeedfc793a92a 1,454 1.00/1.00 vMB 76
677,454 677,454 000000000000000000033a1ba39a3b7223797fb0e62a58f295e0ee10fd192f64 1,483 1.00/1.00 vMB 78
677,453 677,453 000000000000000000092d93145ea1732bcb3136c73b366fb821aba84cd5851c 1,736 1.00/1.00 vMB 71
677,452 677,452 00000000000000000004fe604972290682e71c949cf2c85ffc917c1e2cc22954 2,265 1.00/1.00 vMB 70
677,451 677,451 000000000000000000068481e12685babb36ad788c5bdc66b5665a036b784351 3,127 1.00/1.00 vMB 94
677,450 677,450 0000000000000000000c211776d6c19dea45c180b45a5b406442292524dd5e7c 1,626 1.00/1.00 vMB 72
677,449 677,449 00000000000000000006ff0a20fd5d0eaf190f9682d73a09fd7f3b9cdccde21f 3,139 1.00/1.00 vMB 103
Previous 10 blocks ↓
Total Size: 782.53 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: 668.98 GB
    • Received: 15.68 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.