Loading Tool

Explorer IconExplorer

Memory Pool

77,950 transactions
29.28 vMB
0.06330917 BTC
Random Selection Loading Transactions
Max Size: 175.93/200 MB

Candidate Block

Mining Attempt 698da8bb8a569371760d8466fa32e0cf211accf616f93aee801caaeeee3b4f85
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root e7970ac0b1d562ffad90109349ef68339184b1502f40b591fe512aa1da7ca5f1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,827
Size: 1.00 vMB
Total Fees: 0.00404117 BTC
Feerates: 12.16 > 0.40 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (438,699 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
476,297 476,297 000000000000000000f5de5fef5e9fe7f58d1f6ed318d5424402294adeeac4be 2,384 1.00/1.00 vMB 200
476,296 476,296 000000000000000000c7c42d45d501e6be1afb01117ab8bfe54d3afc428dcee9 2,090 1.00/1.00 vMB 154
476,295 476,295 000000000000000001142f2825e5d39f90f0c2219a272013017ef354add03402 1,923 1.00/1.00 vMB 97
476,294 476,294 0000000000000000002c77cde395e56edb48dd7b41bf82ca88ad6af0248e7930 1,239 1.00/1.00 vMB 185
476,293 476,293 0000000000000000003cfde0fac64069cbef13e754749692fedd3c55804ac939 2,323 1.00/1.00 vMB 184
476,292 476,292 000000000000000000e42179bbb1053b65eb93aa305cfe4d70c7533b5bdee908 1,920 1.00/1.00 vMB 279
476,291 476,291 000000000000000000713bff454f5314a55096c00660081a68ed845c9dc8c450 1,961 0.99/1.00 vMB 154
476,290 476,290 0000000000000000003edeb0f6e3d5b28507ed99e366305eb94c7ac4d181decc 2,250 1.00/1.00 vMB 230
476,289 476,289 000000000000000000f9ae148096d36c24b549dd31d3faf5a7ea1ec3f8af7ebd 2,034 1.00/1.00 vMB 209
476,288 476,288 00000000000000000133261aff6988cd616acf3bb585ad3aec9869d232ed6968 1,429 1.00/1.00 vMB 141
476,287 476,287 000000000000000000232cb474e895116dab5b4dfe9b99d2130db7dadf4efba3 1,848 1.00/1.00 vMB 247
476,286 476,286 0000000000000000010057875387e55e3028a51836de5cfdd6b22fa5093956be 1,881 1.00/1.00 vMB 137
476,285 476,285 00000000000000000028d1fc2c264f05154fd55871bff5932eab3d8f78f25bcc 2,019 1.00/1.00 vMB 51
476,284 476,284 000000000000000000a6325d9fc9541ec8d053a85a4132dd4e5f908a4a97f19a 1,999 1.00/1.00 vMB 108
476,283 476,283 0000000000000000009b82220a300b5e06382274996c547191e30a242f731e4c 2,204 1.00/1.00 vMB 30
476,282 476,282 0000000000000000003d049896dd1cdd5d2510c9a321f88c8c253613d629d2e2 1,645 0.93/1.00 vMB 171
476,281 476,281 00000000000000000155e6859e8d6523a60dd33e57e7d16205708a30673d73d0 2,397 1.00/1.00 vMB 98
476,280 476,280 0000000000000000006a4d218799948cdfe0c47cf01aa392b248a7209f3a45f6 2,238 1.00/1.00 vMB 154
476,279 476,279 0000000000000000009436b8d868d55f6125dc6e8d5f3eb54a20fd36f3e43b84 1,780 1.00/1.00 vMB 125
476,278 476,278 0000000000000000001998102eda7a4b94ded93c931ae71b56721147682933a4 1,933 1.00/1.00 vMB 163
476,277 476,277 00000000000000000013390fdef839f9a84b06f7cae9d998377eabd44b39717d 1,668 1.00/1.00 vMB 189
Previous 10 blocks ↓
Total Size: 782.38 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 664.47 GB
    • Received: 14.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.