Loading Tool

Explorer IconExplorer

Memory Pool

77,303 transactions
28.64 vMB
0.06377917 BTC
Random Selection Loading Transactions
Max Size: 173.88/200 MB

Candidate Block

Mining Attempt ac8a9764c9297a86114b866bf577cc1f6b37403e5db24a23fe8a5292b367dbae
Version 20000000
Previous Block 00000000000000000001fa937a9d4dce7a38d755f594edd200e4f323094a5ecd
Merkle Root e26a2b70753072bd84567582e2dc3e8e28abf5546e6367f2ec84ef27a079afeb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,807
Size: 1.00 vMB
Total Fees: 0.00439550 BTC
Feerates: 52.08 > 0.44 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,089 (467,299 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
447,790 447,790 00000000000000000010399df86c8d4d3892176a4a5c65e82e4bf161bcc154e7 2,117 1.00/1.00 vMB 84
447,789 447,789 0000000000000000015d4df6c4ba8907485ac85d30bf437db4f94e52ef68b227 1,928 1.00/1.00 vMB 77
447,788 447,788 000000000000000001f7ff4e4d5f36f15ef3419350f892d5ddf76a7852b1e94d 2,487 1.00/1.00 vMB 105
447,787 447,787 000000000000000001349dff4a3e149171da70c5e03f251051b15c910c7e62e0 390 1.00/1.00 vMB 12
447,786 447,786 000000000000000000207a44417907a44175fc9152dc05b901d180a68fe42070 1,084 0.80/1.00 vMB 38
447,785 447,785 000000000000000002d4ff390da9406247ea523827d5fa80629f1bbd1b5b9ce0 1,773 1.00/1.00 vMB 70
447,784 447,784 000000000000000002dad9b9500695fc4c8fc5233263ff32d23743cf65d6bc9c 2,156 1.00/1.00 vMB 88
447,783 447,783 000000000000000000933e2d0620857cef10aeb3e4d8c678660a25912b361a31 1,940 1.00/1.00 vMB 69
447,782 447,782 0000000000000000016e542b9da099dc2ce3f411b1dd72b9c335c865632da24c 2,544 1.00/1.00 vMB 82
447,781 447,781 000000000000000002022807dbe6725c9db26d2d1ba90254d3df0b2b85c7c821 2,404 1.00/1.00 vMB 74
447,780 447,780 000000000000000002c8a6eed6ea262d48389d9131b82a95268604f8f7f2a7d0 2,211 1.00/1.00 vMB 76
447,779 447,779 0000000000000000022dd88d1cdda5103aa0a64a67102a444adabb08e39945cd 2,129 1.00/1.00 vMB 99
447,778 447,778 00000000000000000068f74d2e24b1e93c420c97d4421278399da97219020e5d 1,962 1.00/1.00 vMB 90
447,777 447,777 000000000000000001b97133d96336696d8cf09c72e200d911ddf060f6c566d1 1,500 0.67/1.00 vMB 59
447,776 447,776 000000000000000002e1b968a94a0402fbb199af5b329a7ac1bf0d142bb8af2e 2,389 1.00/1.00 vMB 97
447,775 447,775 00000000000000000261ef51a6fddfb22c8c6a43e07c74b01d31eb31598f6fbf 776 0.84/1.00 vMB 19
447,774 447,774 000000000000000000d79f0af6f10c26d027e5f413f1cee1e6348d8ae61e45b5 1,733 1.00/1.00 vMB 52
447,773 447,773 000000000000000001a8c3a1516e1aafc86e112f384199102f177a6001659659 2,352 1.00/1.00 vMB 70
447,772 447,772 000000000000000000aea9974d1f20312cfebdadbb0395d6379e340c649f55be 1 0.00/1.00 vMB 0
447,771 447,771 00000000000000000140185b9d7b1fa017af82738839f9c27a2a43d8791d8c82 2,359 1.00/1.00 vMB 70
447,770 447,770 00000000000000000211d98fe811bf9bc1786c67b8ac2ccbefbccade112c9178 2,190 1.00/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 782.55 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: 669.62 GB
    • Received: 15.75 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.