Loading Tool

Explorer IconExplorer

Memory Pool

74,638 transactions
30.18 vMB
0.08401574 BTC
Random Selection Loading Transactions
Max Size: 178.96/200 MB

Candidate Block

Mining Attempt b1689090b13c72f04a2cb048cf4f051137551c5c5e034bcf96cc261b7c566a6a
Version 20000000
Previous Block 000000000000000000014e1cbebc37caf5dba55aec5f1ce07294267a88d026d0
Merkle Root 6f3c50d5f8256340db4c52d4e5a08c9081e435ccf4ed07cb9d0087bb010b4b94
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 367
Size: 1.00 vMB
Total Fees: 0.01239943 BTC
Feerates: 52.36 > 1.24 > 1.05 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,426 (664,810 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
250,616 250,616 000000000000002c562ae250b26dca817015d0ec541c40a18fb27e37264c59a8 656 0.29/1.00 vMB 113
250,615 250,615 000000000000004f7dbbdc04aeddb7ab2f64afbb8fc98d2cf9c4fd7995aca6fe 286 0.14/1.00 vMB 89
250,614 250,614 000000000000006d304e6cab3f5e0aab3c24ef4400729f8eece51d61f8669463 256 0.11/1.00 vMB 152
250,613 250,613 000000000000006780eb23bae39cb03ce076e4e05e591297952fb8061be321d3 176 0.07/1.00 vMB 83
250,612 250,612 000000000000002b3fb437b32190687416c9b1ebc763e10a1a31317db9833754 620 0.25/1.00 vMB 107
250,611 250,611 000000000000005d6a18b21e253caf94c51e8e0d01786c63cf154a49cc25c65a 190 0.07/1.00 vMB 128
250,610 250,610 0000000000000020cfe4a1e12e5fcee8abe490114d459c2d6118aac586472ed0 56 0.03/1.00 vMB 136
250,609 250,609 000000000000002e209a0ae02a9eb6efb71b608204975e9b83959a8d46725dc5 64 0.03/1.00 vMB 56
250,608 250,608 000000000000004387cd7e9fe353fac159c66c0061a19d3334cc2d8489c544be 479 0.19/1.00 vMB 105
250,607 250,607 000000000000003f183620ede615c53e333840f9165ee4309c4473667dd2922f 313 0.13/1.00 vMB 124
250,606 250,606 000000000000004f4b8c8b869f17c1c3b8089c448d9b367975e54fa2cc1e5b31 354 0.15/1.00 vMB 127
250,605 250,605 000000000000002a94385bc426bba44432e2d355f5a00c30f97b109a0b66f5fa 198 0.18/1.00 vMB 49
250,604 250,604 00000000000000302ca44a9cc939cde6d01c4da4066ea86867c27a5d34849b03 419 0.19/1.00 vMB 94
250,603 250,603 000000000000005fca0e4ea53857b55c0ab0896bc63637449b2c5a720f08b9c4 230 0.09/1.00 vMB 118
250,602 250,602 000000000000002ce0d47a718f85eb9dc17b5b6e06a9a2d12c8056ab166b7939 287 0.13/1.00 vMB 126
250,601 250,601 00000000000000335a71e856f5e35a201269f0e2533ccd29c7baf2c6ac5d7c73 753 0.34/1.00 vMB 106
250,600 250,600 0000000000000039e1216ac2483d7d356f775229cb7ca01c5b927405b8d3eb6a 1 0.00/1.00 vMB 0
250,599 250,599 000000000000001aa9011417c4219d299e895062541d239e65d9b565bf4dd33c 553 0.30/1.00 vMB 85
250,598 250,598 00000000000000589399e7f820967488066f6578ddfd9de32204ece9ed7f1faf 590 0.25/1.00 vMB 127
250,597 250,597 000000000000003c3e1ee5f2c8a3e485a1a12e7b918633417f47c7b31ecd6981 690 0.25/1.00 vMB 147
250,596 250,596 000000000000004c7ec0eaf3582c4e1eeb98559c88fc2b8ee6d5134d7e8f2869 362 0.14/1.00 vMB 127
Previous 10 blocks ↓
Total Size: 783.13 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: 739.37 GB
    • Received: 18.62 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.