Loading Tool

Explorer IconExplorer

Memory Pool

86,835 transactions
31.85 vMB
0.11007859 BTC
Random Selection Loading Transactions
Max Size: 195.12/200 MB

Candidate Block

Mining Attempt ea259f27b8d775878faee84033589daf862e97c851f4afb37b028e0c852b491a
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root 48c8def63ff851a033c368180b4b42727b0f568bdd3dab7fc80f8bfeb11ecce7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,847
Size: 1.00 vMB
Total Fees: 0.02904700 BTC
Feerates: 1,236.26 > 2.91 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (438,246 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
477,116 477,116 000000000000000000ecd3a9c1b0b823075867a8fdd52aa354be69a35ef2c747 760 0.31/1.00 vMB 130
477,115 477,115 0000000000000000006fa7042ef137fe33e89a1d3b704b33376287bd87f92489 625 0.37/1.00 vMB 126
477,114 477,114 00000000000000000133ae8c8771ff2e36c4fbc658945a64cdb3e0e7b6df7a25 308 0.15/1.00 vMB 124
477,113 477,113 00000000000000000072a102b5a5c8c0d1ef18b1ffa4804f0ccf3ef3c5a0fbf8 142 0.43/1.00 vMB 13
477,112 477,112 00000000000000000113ce163bdb086ac062c4c7286a95b6a90a17577c365a88 588 0.36/1.00 vMB 117
477,111 477,111 000000000000000000dff89e3e133c8205c87a791401bf3d60bad8dbcb89109c 663 0.90/1.00 vMB 41
477,110 477,110 000000000000000000b96adf1eb631ffa3ee831807f45a2b83dbcb6294cd22cc 651 0.30/1.00 vMB 124
477,109 477,109 00000000000000000022d5b7e3d46b7b5c421ae9245f12c462dcc54f0de5c6fb 634 1.00/1.00 vMB 35
477,108 477,108 00000000000000000137c6ee53849688a1998e7f52073f6442e4fdc808344de7 1,443 0.99/1.00 vMB 101
477,107 477,107 0000000000000000004df11c2373279f3e5a3bb91e5284ae5e5e641b8664b2b1 565 0.26/1.00 vMB 132
477,106 477,106 000000000000000000d47f866a977bd5ff86036564182177a5cfe613ab0721b5 705 0.99/1.00 vMB 50
477,105 477,105 00000000000000000043eb92a914f1dcd3e392f68ecbc89fdf20a6544eb8a516 32 0.01/1.00 vMB 212
477,104 477,104 00000000000000000060a23c849d88e6b0a8ac7595b690565ed3116a24be9f1d 754 0.27/1.00 vMB 184
477,103 477,103 000000000000000001175b5634b48233a34c7abab5f5d0849862908f0ea5e436 1,888 1.00/1.00 vMB 133
477,102 477,102 0000000000000000003223d9dcff245fb58da5155acc1cd8d8d3bacb075cf73d 1,521 1.00/1.00 vMB 86
477,101 477,101 00000000000000000047f5e210eef4ad7ba3b6d1e8622a30a9b7048a10faffbf 2,277 1.00/1.00 vMB 149
477,100 477,100 0000000000000000011a59fe7e67859b9d0f85c799dea82765c740aadded3ff4 925 1.00/1.00 vMB 73
477,099 477,099 0000000000000000009cd6e2fe62ddf14fe0ba5e7ae0d0fea999a29fce5ace73 412 0.33/1.00 vMB 73
477,098 477,098 000000000000000000685e6053a0c8136684ad0d96523313289f5668f941a400 1,273 0.92/1.00 vMB 96
477,097 477,097 0000000000000000004eeb8afc08191389c1324413334ac98c8e6aef562fcd76 1,119 0.78/1.00 vMB 100
477,096 477,096 000000000000000000972938c296c4896bca3c4ae7834aaab7e304f3c46a65d4 1,355 1.00/1.00 vMB 100
Previous 10 blocks ↓
Total Size: 783.02 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: 719.41 GB
    • Received: 18.05 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.