Loading Tool

Explorer IconExplorer

Memory Pool

82,330 transactions
31.19 vMB
0.10345135 BTC
Random Selection Loading Transactions
Max Size: 189.14/200 MB

Candidate Block

Mining Attempt 209381540a537dd91d39785034eac6d4483ac849dd158d51759a2eb4fe5d399f
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root a09facc9124bc2e2db8298d56fb6be2c934317877e41ff52d82c2e2afe8ebef0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,085
Size: 1.00 vMB
Total Fees: 0.03074143 BTC
Feerates: 318.30 > 3.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (418,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,018 497,018 00000000000000000008ade6007b2364d281d71f42bc433529025ecb1798de9c 2,931 1.00/1.00 vMB 101
497,017 497,017 0000000000000000000caa14cdfc388d7440cad8a192b1061ad42175e051a05c 2,326 1.00/1.00 vMB 157
497,016 497,016 0000000000000000002a9a7e478f17b7c125a3898a9d603b3d1eed3b61ee1cde 3,227 1.00/1.00 vMB 101
497,015 497,015 00000000000000000065d688ba5ad5de5efe0e8c8c04076c31d14664941a45f7 3,741 1.00/1.00 vMB 77
497,014 497,014 000000000000000000b52325516d8f580282a023193d1ea68a13a65459a7aee9 1,986 1.00/1.00 vMB 42
497,013 497,013 0000000000000000003c6c0b44c5a7d96796afb68a7535ed6e697681ba3f54ef 2,369 1.00/1.00 vMB 144
497,012 497,012 0000000000000000001feaea5bedd39600505f39ee172e1f90ea2c1b428025e6 2,633 1.00/1.00 vMB 211
497,011 497,011 000000000000000000a8330c5905398a084f34e258b48d2e0fa90f2201f4d1ac 859 1.00/1.00 vMB 54
497,010 497,010 000000000000000000188cb4552e5fa220d7132c675f9d3313b45dec5c391d01 2,455 1.00/1.00 vMB 177
497,009 497,009 000000000000000000450f1059826eb374462b2a280495ef91c90326de987355 1,923 1.00/1.00 vMB 138
497,008 497,008 000000000000000000129b7c297ece113c2a9fcc81e1a6d46e8c0488d8e85003 2,003 1.00/1.00 vMB 143
497,007 497,007 0000000000000000001ad967b5fe9bf917f397537b46537ea06a1b3909a8cce7 2,965 1.00/1.00 vMB 37
497,006 497,006 00000000000000000023be7daf5393e8428754a4371c2f2dea5e8f9b5b579dfa 4,148 1.00/1.00 vMB 28
497,005 497,005 0000000000000000007885c0188cf9e39814b7ac9e551b504499bd3bdd6cb6a2 2,132 1.00/1.00 vMB 156
497,004 497,004 0000000000000000000b8184c23a18ef10ab871badf3ca4c3d359d200f11f238 4,023 1.00/1.00 vMB 44
497,003 497,003 00000000000000000034f13ab2e0f1fc666b62864edc1f0ac203ee54bae1550b 1,748 1.00/1.00 vMB 49
497,002 497,002 000000000000000000349dfdedd53cb0eac165d33ae7bf5ad9fb01eab662e237 2,394 1.00/1.00 vMB 138
497,001 497,001 000000000000000000c52704fd51d6bd74eaa2c5eaad252bc11d1154edbedba3 1,361 0.68/1.00 vMB 185
497,000 497,000 00000000000000000061e4ce07607c4cc14fb327a5068362a4f5fddf7392a7d8 1,988 1.00/1.00 vMB 139
496,999 496,999 000000000000000000831785fd384b6a5ad219e1e4892a83f77198ed06369f1f 2,488 1.00/1.00 vMB 195
496,998 496,998 0000000000000000007dd2d1b936147330161588caa604bfc9791591919ac174 2,207 1.00/1.00 vMB 88
Previous 10 blocks ↓
Total Size: 783.00 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: 718.44 GB
    • Received: 17.90 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.