Loading Tool

Explorer IconExplorer

Memory Pool

41,546 transactions
25.97 vMB
0.05192637 BTC
Random Selection Loading Transactions
Max Size: 135.91/200 MB

Candidate Block

Mining Attempt 55cd17303d89efd856a8fa6ed6d13abab5ad4b403fc34a2419651f131562ec7f
Version 20000000
Previous Block 00000000000000000001d48fe31ee355e05137abbba8ee3417ce18547d2ebc79
Merkle Root f20ef6b51717e873cdb65b96506107ff9badfe774f75282f494395865f2aeab2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,343
Size: 1.00 vMB
Total Fees: 0.00456471 BTC
Feerates: 40.21 > 0.46 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,743 (341,843 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
572,900 572,900 000000000000000000018ee0c3da6a5e945353e389416bfeef499d75c3819047 3,194 1.00/1.00 vMB 126
572,899 572,899 0000000000000000001326f176abebbca7e260bcb5d7b2eb2e1dfeea1ddf8ccd 3,177 1.00/1.00 vMB 86
572,898 572,898 0000000000000000000f995f7edcdb6b3cc345aefe93a2b48d0c448d59c9bc0c 3,691 1.00/1.00 vMB 90
572,897 572,897 00000000000000000015ee837bd03b22965a6701f9e51307608654c41fb86770 2,920 1.00/1.00 vMB 135
572,896 572,896 0000000000000000000ee60b4c87a6f3d66efdbd37396f6b317b922c2e7f04fc 3,071 1.00/1.00 vMB 102
572,895 572,895 0000000000000000002aec9cbdf8aeddc445966166c87ab87508364408f2a3b5 2,542 1.00/1.00 vMB 88
572,894 572,894 0000000000000000000a1da3028ffb653961f05ff14ac7c28064777a94563a7a 2,272 1.00/1.00 vMB 106
572,893 572,893 00000000000000000003a242054b4b80d5d8eca2ccea0568e14907a29509cec8 3,088 1.00/1.00 vMB 84
572,892 572,892 0000000000000000000f8c62eb399892740b5e52d8953bdb5ca5404dc77f513a 2,897 1.00/1.00 vMB 85
572,891 572,891 0000000000000000001da427b7ffb0f7ffb17264b90540a7edcd0a8c974cfd11 1,440 1.00/1.00 vMB 97
572,890 572,890 0000000000000000001d8a7cc44e4334d09ee54b4e294586e80a715ce5ac7621 2,001 1.00/1.00 vMB 98
572,889 572,889 000000000000000000144223e0f061ec9fba6d93a50487c805dce8fd07f23a52 2,107 1.00/1.00 vMB 117
572,888 572,888 00000000000000000001ee8f8c1ad02c20aac9db60ac9c8356ccc49f4cf32202 2,976 1.00/1.00 vMB 82
572,887 572,887 0000000000000000000ff61226bbeb453ff62f2e5d042ad7e163af40ecdd754c 3,001 1.00/1.00 vMB 67
572,886 572,886 00000000000000000022c72e861dd9b06787d42bf86f1e58bf68d149eba49c24 2,977 1.00/1.00 vMB 75
572,885 572,885 00000000000000000026c0b24636473481ed17949f6dcd2710666033fee078a4 2,716 1.00/1.00 vMB 109
572,884 572,884 000000000000000000042290b9cc1bf4145077ff5f15c308b4db3d688509b569 1,553 1.00/1.00 vMB 97
572,883 572,883 0000000000000000000a79783db03d413d870cec24fef27360d99e220effbe3a 1,516 1.00/1.00 vMB 275
572,882 572,882 00000000000000000007744fd05bab15b677dfa589705c62325ae95cfb5a66f9 3,143 1.00/1.00 vMB 84
572,881 572,881 00000000000000000006264179efcaebe5f1072c7c3dff729f24df8fa90e8a0a 3,217 1.00/1.00 vMB 78
572,880 572,880 0000000000000000000e2b137e50bdfbec5e6ffcd6858355619bf16880d8e78b 2,892 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 781.93 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: 646.42 GB
    • Received: 12.85 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.