Loading Tool

Explorer IconExplorer

Memory Pool

45,591 transactions
29.03 vMB
0.13835193 BTC
Random Selection Loading Transactions
Max Size: 151.29/200 MB

Candidate Block

Mining Attempt 9a529b3c8dcfa93165356b4b8b420692fd0962613ccafda580f26fb417392ca5
Version 20000000
Previous Block 00000000000000000001ba294a1e5c8ead048e94ebd94561d85b6bcbd1b10899
Merkle Root 8525de44596323c5c7acedd1c91c49687b6a7079ebbe2d49bd9cbe1f61f97c92
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,643
Size: 1.00 vMB
Total Fees: 0.03906456 BTC
Feerates: 100.25 > 3.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,709 (332,953 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
581,756 581,756 0000000000000000000b7d694c4e2c0ab35d25a52e6e75af79698928054f3e9d 3,045 1.00/1.00 vMB 100
581,755 581,755 00000000000000000000725a54e73aecc01f535f2d3c11d4703f804db7aa6a27 3,103 1.00/1.00 vMB 116
581,754 581,754 00000000000000000016abd9f68e38c4fa770a9c38ba8bb94b096d962b640bdb 2,480 1.00/1.00 vMB 84
581,753 581,753 000000000000000000037bbfd574a5c8f61f0523f9aae88c1e0dad317cb52068 2,926 1.00/1.00 vMB 116
581,752 581,752 0000000000000000001e920ecdc4c42ef579aeaef37fc8e84cd759c6b1f9036a 1,693 1.00/1.00 vMB 81
581,751 581,751 0000000000000000001b941432433916d75ce082c93488c6567991a3c5160a12 1,499 1.00/1.00 vMB 71
581,750 581,750 0000000000000000000cd9a31ca95ba15ce16144ca82b2a1cdf395de4b2aed19 2,473 1.00/1.00 vMB 70
581,749 581,749 0000000000000000000e40a55f56b7ff718759b1b17f897005cf902ac7474692 2,301 1.00/1.00 vMB 109
581,748 581,748 00000000000000000003b3045d166ab4a5394bb12292249213a5e5a6face89f8 2,631 1.00/1.00 vMB 95
581,747 581,747 000000000000000000027960460b97d966eaf1daa6728ab056fff96513f192c0 2,142 1.00/1.00 vMB 110
581,746 581,746 00000000000000000004e4cf6cdea80a3493f9a261af67c6e03471ce89770925 2,592 1.00/1.00 vMB 88
581,745 581,745 0000000000000000000543d65cf18b6432003201f37c9ebbf30814af369504b5 2,842 1.00/1.00 vMB 118
581,744 581,744 0000000000000000000c4ea4814864db7792cd42cf18e7e1d4050edab6e8a7e1 2,282 1.00/1.00 vMB 92
581,743 581,743 000000000000000000083abb0de13a96568ce1fac1556183f07d967a1b82a963 2,952 1.00/1.00 vMB 115
581,742 581,742 00000000000000000022e977b0210f29a52535ac9c7240cd4758d8b2ae82f69a 2,958 1.00/1.00 vMB 102
581,741 581,741 00000000000000000014bc886244d0adacb49589452923309ace88f14f40dea5 2,849 1.00/1.00 vMB 112
581,740 581,740 0000000000000000002586ad121034d7e0889357dc0f3c7920133465a2fd84c2 3,095 1.00/1.00 vMB 113
581,739 581,739 000000000000000000054f18a6a0706b6e743a3c63a4a0a77b369bce72afab53 2,635 1.00/1.00 vMB 104
581,738 581,738 00000000000000000013a0d4f0239b9908928eaf3e6243fa02d7a67b98ce045f 2,747 1.00/1.00 vMB 131
581,737 581,737 0000000000000000000c9e6c1da56d4392f708a96020fb07c0ebc6c9c1df9ed3 2,777 1.00/1.00 vMB 117
581,736 581,736 00000000000000000002811d1bbc33e704130e6f696df5a329d5ac5173d2186e 2,707 1.00/1.00 vMB 127
Previous 10 blocks ↓
Total Size: 781.88 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: 645.01 GB
    • Received: 12.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.