Loading Tool

Explorer IconExplorer

Memory Pool

83,297 transactions
31.24 vMB
0.09280445 BTC
Random Selection Loading Transactions
Max Size: 191.60/200 MB

Candidate Block

Mining Attempt 8a3deb0b5757a57b62c2d8e9387bd069a36309a431671e90f866eec8139336a5
Version 20000000
Previous Block 00000000000000000000b7ed4bcc09a1ab3389cc1da6d37b94493a2f9a8472a1
Merkle Root 66b8bbcc3ef10b7aecd83702d43d46eba7d4b1a85895b986f862e1125bd75097
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,390
Size: 1.00 vMB
Total Fees: 0.02234679 BTC
Feerates: 114.60 > 2.24 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,223 (297,624 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
617,599 617,599 000000000000000000053a96cb68d21bdd0ae90ccba41e21828e1896014ac7e7 1,240 0.34/1.00 vMB 15
617,598 617,598 00000000000000000006707196d32eec26848513c5cd9cffbb929e738dc0f984 3,276 1.00/1.00 vMB 19
617,597 617,597 00000000000000000006bd14d60d41e1306ea018930fee4b05be8c87ffd2580f 2,488 0.80/1.00 vMB 20
617,596 617,596 0000000000000000000388a8472c7e15e45347237aa25559c5e207ed926632b0 454 0.18/1.00 vMB 37
617,595 617,595 000000000000000000092943247c18916fe7bd05ed5a5bf3b26925ec6a2cb3f8 3,205 0.98/1.00 vMB 20
617,594 617,594 000000000000000000050e34978feb55e90acd29dd033e825a4c48b2e58e0d35 2,569 1.00/1.00 vMB 21
617,593 617,593 0000000000000000000032eba12ac7c43b606227a98c8b983854c3f7dc80ef64 1,918 0.57/1.00 vMB 20
617,592 617,592 00000000000000000011c26612ceeb281346eea4e49da99f56f4a0035a8058bd 2,018 0.64/1.00 vMB 14
617,591 617,591 0000000000000000000357a7c256ff1e968f470306e2560970b387f77a52ef12 716 0.23/1.00 vMB 18
617,590 617,590 0000000000000000000979bf76a986d1ebe800e1a9afda66daf495cc0cf7ed08 1,594 0.44/1.00 vMB 19
617,589 617,589 0000000000000000000b6b1fff652f9cc0280e09d66019b2d3141d8c707fe23b 1 0.00/1.00 vMB 0
617,588 617,588 0000000000000000000ecba5c90b4527e30417d211e9b77e0b468dfb282c3f14 3,431 1.00/1.00 vMB 20
617,587 617,587 0000000000000000000021ddba66ee8d8d6d72e6dc16c3a6a5c78a5679211cd5 1,755 0.51/1.00 vMB 29
617,586 617,586 0000000000000000000b8fe8c4840eb64d1a1a635b589d2c4e371b1709886900 988 0.25/1.00 vMB 19
617,585 617,585 0000000000000000000fe9a62cd4570739b020ba57102a7b2568edc3854c1556 2,864 0.86/1.00 vMB 20
617,584 617,584 0000000000000000000b70b22a223280b232ffb16996f3974bb190bc9aacb3bf 2,486 1.00/1.00 vMB 17
617,583 617,583 0000000000000000000313c6b120fc1bb33a47c89c8951fd90310fae213a80d1 464 0.16/1.00 vMB 28
617,582 617,582 0000000000000000000874cb4d286b97ccc2b0f46df33e408ebca18dff6613c7 116 0.04/1.00 vMB 21
617,581 617,581 00000000000000000005b2c73b30dc5b53c6e431ccd9e2a9f99620d586643d12 484 0.13/1.00 vMB 8
617,580 617,580 00000000000000000010927a1b75217e71c00ae55548414474e7d72f82afdbc2 2,406 1.00/1.00 vMB 23
617,579 617,579 0000000000000000000a06a5c6bf40ec3606042412b0ecd397ab0b30fd7a68cf 2,952 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.77 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: 709.43 GB
    • Received: 16.91 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.