Loading Tool

Explorer IconExplorer

Memory Pool

51,579 transactions
29.29 vMB
0.08047357 BTC
Random Selection Loading Transactions
Max Size: 158.42/200 MB

Candidate Block

Mining Attempt 3c82d05c25128a85fa0d55ca2f519a34c83cf75794c152a3aa0080d5d60d2409
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root 5c5c729e2866f48a1195766b53f13b6aec84ee0a2f31f28aebfe3303b8998644
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,329
Size: 1.00 vMB
Total Fees: 0.02424081 BTC
Feerates: 173.90 > 2.43 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (82,067 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
832,773 832,773 000000000000000000025defde077c6e6ebd7af5cf809df409238bee19649561 2,366 1.00/1.00 vMB 28
832,772 832,772 00000000000000000000b39d0df3e812839b9420fd3c00290aa10e6e8f191e65 2,717 1.00/1.00 vMB 41
832,771 832,771 000000000000000000033c08e6d75c873797b39e9ef522779946d4090b82d382 2,205 1.00/1.00 vMB 34
832,770 832,770 000000000000000000026db5acca08c95e20b008035caefaaa99503ad74c7114 2,082 1.00/1.00 vMB 37
832,769 832,769 00000000000000000002a37207984f2b0c724dd1dbc65edd39da0a44719fcf00 2,640 1.00/1.00 vMB 59
832,768 832,768 000000000000000000032b2bf4762c6b654b0394518abd947fd8363c3cb36f76 2,700 1.00/1.00 vMB 26
832,767 832,767 0000000000000000000186891d3336d0bd352328a4dac698128d14a9219619f5 2,430 1.00/1.00 vMB 28
832,766 832,766 00000000000000000000fc37f49e33df8e78b68d1e550d1be91bf5119a4d467e 2,842 1.00/1.00 vMB 34
832,765 832,765 00000000000000000003334dda6315f4dc72cb488c742a6a81c2301d99f5abbc 2,818 1.00/1.00 vMB 33
832,764 832,764 0000000000000000000333c8b5760554ed60c66e53d904032dfb83a61be64348 3,222 1.00/1.00 vMB 39
832,763 832,763 00000000000000000001214ecbc9dd0e25f4e54d982ae68de908ea1444f97774 2,722 1.00/1.00 vMB 75
832,762 832,762 0000000000000000000032f4b563f0b75c361875d5b25af2c1a4ba7899e1e2b3 2,883 1.00/1.00 vMB 44
832,761 832,761 00000000000000000001d26d71d768219800535aaf347f28829c2c90b2f6ce24 2,612 1.00/1.00 vMB 44
832,760 832,760 0000000000000000000279da684117b338ea38a1669da9337ed4032a08f611a6 1,482 1.00/1.00 vMB 23
832,759 832,759 00000000000000000002bc4045232fa5a81001809c31407f4c216e2e7bf3f9ce 1,828 1.00/1.00 vMB 21
832,758 832,758 00000000000000000002778164e0766ecdbd0d08a5976d15185b32b9e1a05292 2,477 1.00/1.00 vMB 21
832,757 832,757 000000000000000000027bc45b5bcf8a4e93e94ba49704b23849d8427b9277b3 2,926 1.00/1.00 vMB 52
832,756 832,756 0000000000000000000088cdb075a61f4d7da19ef24ca0ad24b2c4ae292cc302 3,067 1.00/1.00 vMB 35
832,755 832,755 0000000000000000000269c26e319f85e52e6ace1d9021a9a76845994143ccfc 1,883 1.00/1.00 vMB 26
832,754 832,754 0000000000000000000187a2dd6cdeb2b0d550a8e7344e801ed07e966d7541af 2,213 1.00/1.00 vMB 29
832,753 832,753 00000000000000000000407eb21c0d11ddcf533bb6c3e6634f49794185b0d523 2,596 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.11 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: 651.84 GB
    • Received: 13.65 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.