Loading Tool

Explorer IconExplorer

Memory Pool

24,839 transactions
26.96 vMB
0.05595266 BTC
Random Selection Loading Transactions
Max Size: 128.37/200 MB

Candidate Block

Mining Attempt 0e385f5ab90ec5a912dbc5535d855bcb082266f6823322cf2f5a7c8f04e329de
Version 20000000
Previous Block 000000000000000000016eb8bebe8584b7aecd7a44be07876d633c9fa7a4bae0
Merkle Root d5affbf4625491b78785f4c13232eb4d36ba3decaf7b98b8308d97fe1f6faa9a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 449
Size: 1.00 vMB
Total Fees: 0.00520929 BTC
Feerates: 60.24 > 0.52 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,484 (791,783 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
122,701 122,701 00000000000084cf903da023978db36f07c8571ea41a10bb80ca29a59cc28f2d 15 0.00/1.00 vMB 564
122,700 122,700 000000000000517b82b3b30cacc099db2961231c3630f1d5b2eec1d13ca1275d 15 0.01/1.00 vMB 543
122,699 122,699 0000000000005bd07dac8798b1e79271aeb8532a48e273137c6a133101f563f9 17 0.00/1.00 vMB 465
122,698 122,698 0000000000006b02ea4872df8a6b79dd2aa465e0f37377b1e197e4ccc7464fbc 17 0.01/1.00 vMB 0
122,697 122,697 0000000000002da19bb443512caf9f19f69500b0abe2c2a6fcda059f59b6ca45 11 0.00/1.00 vMB 0
122,696 122,696 000000000000021fc74154e21f765c91330a1873f8a471dfb269e2b2720f1714 9 0.00/1.00 vMB 0
122,695 122,695 000000000000657e7caf52f1d293c7ee1b5e4dd72da6b7f84f4171b35bff9e75 8 0.00/1.00 vMB 0
122,694 122,694 00000000000038d8cbef709312d3601c25fb1619db52a5c2f8fde636387c7bd8 9 0.00/1.00 vMB 211
122,693 122,693 00000000000023195711efeea72c7dd9cca3a7ec954d249d1c996853b4b9a91f 7 0.00/1.00 vMB 350
122,692 122,692 00000000000009e2c8f5cc7e26c283d59a01fc8b666bc1a3c4b66e7be02bdd1a 12 0.00/1.00 vMB 705
122,691 122,691 00000000000020fde5a834b01e9e2d1c408f01a57fc3c2b3557bb17db226828d 9 0.00/1.00 vMB 0
122,690 122,690 00000000000053c43c7306ee18e19a6abd0bd5bcca16e60ca7b5374cb616073e 24 0.01/1.00 vMB 520
122,689 122,689 00000000000089674b4a21162162a480bcc02809e87c0f947e453d29b46de346 13 0.01/1.00 vMB 210
122,688 122,688 0000000000002dcb99da751576c74a9ee0af43903f43b19793c012b6b1dbb1c9 9 0.00/1.00 vMB 307
122,687 122,687 0000000000008cd58ee00c1b4442d861319ab31fb1825dd8a3fa01b4bd719232 17 0.01/1.00 vMB 1,197
122,686 122,686 0000000000007da5810243542bbec8daaf2163491a28766672ead86489915acf 22 0.01/1.00 vMB 977
122,685 122,685 0000000000002b84b252cb6e2406993d7860a82ca0ba80011503debe64051a5b 8 0.00/1.00 vMB 337
122,684 122,684 00000000000063ff331dd10ec4c1a97e8b9cbe0d71c377847ba6409fb4afa471 1 0.00/1.00 vMB 0
122,683 122,683 00000000000052c9884b79ff6c205cdbda2c848ad424c881dba48cf7c7bb9137 15 0.00/1.00 vMB 232
122,682 122,682 00000000000001c4c91760e70a0f2e183943c205c152d2f8a300eec3f2ea3782 8 0.00/1.00 vMB 208
122,681 122,681 000000000000258a9870e3ee1ddbf56adc0ae092dc5b668e0223c6767fce0d5c 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.47 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: 611.24 GB
    • Received: 10.82 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.