Loading Tool

Explorer IconExplorer

Memory Pool

40,607 transactions
29.02 vMB
0.09267441 BTC
Random Selection Loading Transactions
Max Size: 147.56/200 MB

Candidate Block

Mining Attempt c310b29c14181aabeeb0ed27d9d8e2e04f4fca24165d5fcb49bdf7183ed39a43
Version 20000000
Previous Block 0000000000000000000139927d84a510b18a8af0488a36abfc20135ab1be683b
Merkle Root 6aaf8d5b94a71492a56b5f98ad08bbe1ecf134fd47c47fd2fb9ab50b68c09e7c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,727
Size: 1.00 vMB
Total Fees: 0.03618884 BTC
Feerates: 101.64 > 3.63 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,577 (281,780 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
632,780 632,780 00000000000000000006b5e920d121a6c30ce7f88be586c02ceaf6492be79d7a 2,327 1.00/1.00 vMB 79
632,779 632,779 0000000000000000000d250f98e601e666a04d2774ffdbabda8deea038a44928 2,954 1.00/1.00 vMB 81
632,778 632,778 0000000000000000000a34e6c8ec2bcdcefde2b1a277c646014c99f07bf2fd94 2,584 1.00/1.00 vMB 110
632,777 632,777 00000000000000000005510fb5a68575683d37caaf11c48338f7427408698d32 2,690 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 626.41 GB
    • Received: 11.64 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.