Loading Tool

Explorer IconExplorer

Memory Pool

79,936 transactions
29.73 vMB
0.09110605 BTC
Random Selection Loading Transactions
Max Size: 179.58/200 MB

Candidate Block

Mining Attempt 65e3c79145d47a4e3189e96e15dbf1ce96d17045a041b08487f7c4d1f65180ec
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root 744e6cbdf41c3bad46bb67d6c53d414d389f64d15ddd12c428260f571f1aca31
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,857
Size: 1.00 vMB
Total Fees: 0.02715792 BTC
Feerates: 100.11 > 2.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (137,639 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
777,458 777,458 00000000000000000005c861f5a30a3a79be0b8c0e9a20c5bcf84e910e38db75 149 1.00/1.00 vMB 5
777,457 777,457 00000000000000000007225e79044dd6f58368e16685ff30f009a65e71ccc71c 2,919 1.00/1.00 vMB 13
777,456 777,456 00000000000000000001708f3a10c826742fa2747c069d94ab27631f8b19bebf 1,976 1.00/1.00 vMB 10
777,455 777,455 000000000000000000010666288b037d63fcc8c8bb4f2b3a714bb534494d7de5 877 1.00/1.00 vMB 7
777,454 777,454 00000000000000000001aca9d6ecddf25d233351c10e6f002fd93da533d38bde 2,072 1.00/1.00 vMB 13
777,453 777,453 00000000000000000006f50df1b25c99020b2ad5cfa99c4bfd82cf9a08de8ca1 1,312 1.00/1.00 vMB 8
777,452 777,452 00000000000000000005bb9f23ab9cfc895742c7350f8ab12c84758770b2b919 1,456 1.00/1.00 vMB 7
777,451 777,451 00000000000000000003c95e0b4e2d7f09553b8fd747a3313efd5e4a2e7971f5 1,757 1.00/1.00 vMB 14
777,450 777,450 00000000000000000003a352dcabd3574bc945fa4dcf7112a507098db32281a9 535 1.00/1.00 vMB 6
777,449 777,449 00000000000000000000c30adcd9a97edca0210c02f18ab0c447db898453f250 805 1.00/1.00 vMB 7
777,448 777,448 000000000000000000047ce9b5adb58ba75f0f5a4c1e1c5a1ca31509082dd71e 1,000 1.00/1.00 vMB 8
777,447 777,447 00000000000000000001d00fe9384da9fc20b2730f24a0ef94aef24e5dc52177 873 1.00/1.00 vMB 6
777,446 777,446 0000000000000000000608561ae70e5f6519896e959589c10b1392d3796a6fd0 2,199 1.00/1.00 vMB 15
777,445 777,445 00000000000000000006fbf6f39642c9f6222f910ecb7abf41b84da720557e8d 372 1.00/1.00 vMB 5
777,444 777,444 00000000000000000001e9df818dd288629fc4a1a6ab44faebebc44a9d5f141f 580 1.00/1.00 vMB 6
777,443 777,443 00000000000000000006c8c83c264df3921266888fab9513d590476c2c88baff 648 1.00/1.00 vMB 6
777,442 777,442 00000000000000000006d9156cd9e6debf2755df1addfa12a78bfdb7a6fe1c3d 1,630 1.00/1.00 vMB 11
777,441 777,441 00000000000000000002a8e9f7bcbaa3c28a5c8c814746ef3b125f957039db16 501 1.00/1.00 vMB 6
777,440 777,440 000000000000000000062cf1f7b667645145ef07c67603b5e6d85e73d44d8579 732 1.00/1.00 vMB 7
777,439 777,439 00000000000000000005b19bdc4e5e54d1f4384c501c919b1c35dc647c4d10df 1,019 1.00/1.00 vMB 9
777,438 777,438 00000000000000000003d886c62aef62f44a1143dbae46b77f40754521614dc9 1,159 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.56 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: 670.17 GB
    • Received: 15.83 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.