Loading Tool

Explorer IconExplorer

Memory Pool

62,956 transactions
35.62 vMB
0.19551398 BTC
Random Selection Loading Transactions
Max Size: 188.24/200 MB

Candidate Block

Mining Attempt 7bc5ba1d6d69352c6f3376afbc6189673950aa0fa561c589f4c61bb2c60bab48
Version 20000000
Previous Block 000000000000000000015efc7cee96fe97f72a9b5f9a898c6960c3e5060701f4
Merkle Root 63d47b7854ae9ef9a2ce36ad9fa3147ae185f670120ddd59794204f60dd593db
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,620
Size: 1.00 vMB
Total Fees: 0.10311611 BTC
Feerates: 1,471.76 > 10.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,417 (863,711 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
50,706 50,706 000000001c62de7f777de7ed737df437c1deef74a9e8977a8fb94d2bed05b1fa 3 0.00/1.00 vMB 0
50,705 50,705 000000001c418ec5c621230bb982414bc1b7052693b111c909e62c6ecde8f423 1 0.00/1.00 vMB 0
50,704 50,704 000000000ebe951d9a8fe559ca22a369ccda1eca0c99e1b881e58332ac5863ae 1 0.00/1.00 vMB 0
50,703 50,703 000000001ac80ceeafb2666685a87f614bd96bf8c1d7252938d89bf069fd04b0 1 0.00/1.00 vMB 0
50,702 50,702 000000000f57d74fc6df0b8657579b49ae390075558e4695b3b5c37c2fb95766 1 0.00/1.00 vMB 0
50,701 50,701 000000001e80000d9975931e9255b48db0c47342f058e4b56e728008bd30ab07 1 0.00/1.00 vMB 0
50,700 50,700 00000000035ddf191314bce73df1ec6e3783a15867602ca993b97afc34ee2e5a 1 0.00/1.00 vMB 0
50,699 50,699 00000000058e417f6580be336e4820256cd5c6fd867ac4aacca4453283eb80db 1 0.00/1.00 vMB 0
50,698 50,698 00000000109ea19b841804ba312aae23e6013976a05ecb134da6eab0689190af 1 0.00/1.00 vMB 0
50,697 50,697 000000001c99069584fe1244fdcab331bce289cac0c916c80e54b1f8590e13e5 1 0.00/1.00 vMB 0
50,696 50,696 000000001cae7640ff7a67ea1cc9718adc6c04009c945bfe9c9166655f7bdcdb 1 0.00/1.00 vMB 0
50,695 50,695 0000000002733921485391210da868ecbaaf42d57a96aa39dad2031c9915b30a 1 0.00/1.00 vMB 0
50,694 50,694 000000001b033194830ac12f970a494296b332f21639793da61819c29c267446 1 0.00/1.00 vMB 0
50,693 50,693 00000000032762b816602f5c52ba69493df6c5ebf3833fe80e3f09d33620317e 1 0.00/1.00 vMB 0
50,692 50,692 000000000b8d10351e919b41e33ebba263f5f2404649aace1dfebd9c4edcb6f4 1 0.00/1.00 vMB 0
50,691 50,691 0000000013f6a8e2054e482d7cdfe6fd8a464e2f3106add57a9842d89ae4e2bd 1 0.00/1.00 vMB 0
50,690 50,690 0000000001b4466165b6d93ec949556e36f7e2f881cd40a77ab1c16f4b6fb7d9 1 0.00/1.00 vMB 0
50,689 50,689 0000000013c9acea5c6c1bfae508b5b13917ac362335155c38cd24e1a6c57c4c 1 0.00/1.00 vMB 0
50,688 50,688 0000000016d82d960ed6b0bea51bf91ef53fffee98b83b1bb2a4a12a2f5063f0 1 0.00/1.00 vMB 0
50,687 50,687 00000000200f66838d2f2632ff34013fb8ca5fda31d0fd1e447ba4639f1640be 1 0.00/1.00 vMB 0
50,686 50,686 0000000014b1cc7dd86184dfe441ecd5e42e12639fa6fa069bb766e0e4d55c22 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.34 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 601.90 GB
    • Received: 10.23 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.