Loading Tool

Explorer IconExplorer

Memory Pool

41,919 transactions
33.29 vMB
0.09908899 BTC
Random Selection Loading Transactions
Max Size: 165.00/200 MB

Candidate Block

Mining Attempt c9371063723772148be65e3922bb2a8cae9769ae3f7b8b7fc0aa9a7a5403ede9
Version 20000000
Previous Block 00000000000000000001da7c7d0e2d22bf8ee077eb047284ed5674e23b193a1b
Merkle Root 41772d42e6a8a33870519a5d6f57fbba1a687a8b90e7606c8da3e74d862ff7b0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,306
Size: 1.00 vMB
Total Fees: 0.02708773 BTC
Feerates: 150.68 > 2.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,559 (281,758 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
632,801 632,801 000000000000000000065cfa6f0b909d401d8a945faed41512ec3408330d5f15 2,623 1.00/1.00 vMB 95
632,800 632,800 00000000000000000002b7b77db5165aa09d80009c6688bf98746615d9c7ceb2 2,531 1.00/1.00 vMB 47
632,799 632,799 00000000000000000011fcc4ecb4ae08845b71676c79d672615fe29d66853b86 2,635 1.00/1.00 vMB 37
632,798 632,798 00000000000000000008e87be1e3b3c085698e110343aa4ca378cfb81683f397 2,769 1.00/1.00 vMB 35
632,797 632,797 00000000000000000009424b3a729fc3f05ecc61990b8e34dc748deef626526c 2,827 1.00/1.00 vMB 57
632,796 632,796 00000000000000000002267ec0a2ffc99934e566e72cd4326f98efcf1092fb89 2,938 1.00/1.00 vMB 70
632,795 632,795 00000000000000000006dccc82cdfee6f7d03a5122742de64d1d2334694aebb9 2,495 1.00/1.00 vMB 60
632,794 632,794 00000000000000000011f069958f7dc450c396884bc042f4f2bbe9047e1c9972 2,381 1.00/1.00 vMB 117
632,793 632,793 0000000000000000000a4eff5fed44c727a7cab0c87ee2ab7f1f0ab0c26ca3ea 2,974 1.00/1.00 vMB 43
632,792 632,792 0000000000000000000a2b560b65d7b4055e9d27f38603a9d9b859f1005f5896 2,924 1.00/1.00 vMB 77
632,791 632,791 000000000000000000077ee87a5915c31afa88756bcc10b4fdf21987ddf7681c 2,164 1.00/1.00 vMB 113
632,790 632,790 000000000000000000126f9d609597a2314c89a55b7038a10bbacf1a75ce61e7 1 0.00/1.00 vMB 0
632,789 632,789 00000000000000000007fcaa4e9d33e6ae1cb4dec547e14465438f076bdfff16 2,489 1.00/1.00 vMB 112
632,788 632,788 0000000000000000000beaa2da7540846fb034d67fbc54dac6232268945d8db4 2,662 1.00/1.00 vMB 76
632,787 632,787 00000000000000000004453e766f8e6ed5a85851bd10b0cb7db86d11655c4783 2,722 1.00/1.00 vMB 44
632,786 632,786 0000000000000000000759199e1f1709482730ae3f36bffec11bba12c93eb439 2,911 1.00/1.00 vMB 86
632,785 632,785 00000000000000000005ed73fd4eb0f1e838de31aee5636d43507e04b91c86f7 2,654 1.00/1.00 vMB 112
632,784 632,784 00000000000000000001a66fd4a72fad7f4aa9ced19dbc29faa5179a57804f3c 2,911 1.00/1.00 vMB 88
632,783 632,783 000000000000000000068c696dee1260b5c0eabd92ae48e99c2f3658dd062b81 2,598 1.00/1.00 vMB 62
632,782 632,782 000000000000000000120dcd3a2998715f48d16e6a9f980e2c607202fea6b559 2,673 1.00/1.00 vMB 107
632,781 632,781 00000000000000000006d0a40b3a5ef736ab956897efc9e7b0cf156aed49d4c8 2,955 1.00/1.00 vMB 97
Previous 10 blocks ↓
Total Size: 781.60 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: 623.96 GB
    • Received: 11.52 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.