Loading Tool

Explorer IconExplorer

Memory Pool

86,968 transactions
31.92 vMB
0.11231850 BTC
Random Selection Loading Transactions
Max Size: 195.46/200 MB

Candidate Block

Mining Attempt 72c283969e61ee88ee58f035c1ecddbfdc372d6570a0031a16c1576964655a50
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root e0c53dd7127f6c5a0b0c05172b5b1f87a5e08a60daefff740cf008b02ffc9cad
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,675
Size: 1.00 vMB
Total Fees: 0.03049571 BTC
Feerates: 1,236.26 > 3.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (431,330 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
484,032 484,032 0000000000000000004d63c92bd9b352215ba021d0237d5b13c9c9133f62f514 2,242 0.99/1.00 vMB 391
484,031 484,031 0000000000000000000e702bef0fd30c8cd2c327b3a640a0af4d6de47cf77cdd 239 0.37/1.00 vMB 36
484,030 484,030 0000000000000000001c07c33d665310159dfc960b4aa46ff88035709fc1c0ca 1,421 1.00/1.00 vMB 134
484,029 484,029 000000000000000000be41f1bb7c68daa87edc24358e87c3d596388244aec15a 1,894 1.00/1.00 vMB 187
484,028 484,028 000000000000000000c9566064e82ae1b46ab5742ac79ea8f685c9044ced3c50 217 0.12/1.00 vMB 121
484,027 484,027 0000000000000000011d5f6f330ab847b84eb0d23dfebad72905cfb2323b40b8 1,929 0.99/1.00 vMB 145
484,026 484,026 0000000000000000001de2d7c2ddf676f2be4674ec56024f30f431db1bbed703 2,041 0.99/1.00 vMB 171
484,025 484,025 000000000000000000519e8a961722df73f247c20c600e8f0d458661c6b652ae 1,323 0.99/1.00 vMB 111
484,024 484,024 000000000000000000a398252817919b0de03cc9df2d4b70f72cc026ca2e1c2a 2,042 0.99/1.00 vMB 76
484,023 484,023 00000000000000000089a2c1f0ee415fc54a8a2d396c81b0e05c5210d8a6fe68 2,008 1.00/1.00 vMB 202
484,022 484,022 0000000000000000005c83d82b491f5ee0d063219733789d0f54cc2324591800 1,722 1.00/1.00 vMB 83
484,021 484,021 000000000000000000f3ea45b36885e4bbc2601f21ea3ae90234157e812a4a6b 2,041 1.00/1.00 vMB 147
484,020 484,020 0000000000000000009dfe6f9b24f8550e7ce0444430753e5f91e49d340953d6 2,226 0.99/1.00 vMB 227
484,019 484,019 00000000000000000049089f44b494de2e0bd0303c114af6859acdac9cc25882 2,159 1.00/1.00 vMB 361
484,018 484,018 00000000000000000095e251c27e89f3681b5e3c09a438193c12c75c45e24a96 358 0.29/1.00 vMB 132
484,017 484,017 0000000000000000001f665387a0d17035a253c939476a2f093b2cbb507b4338 1,301 0.91/1.00 vMB 113
484,016 484,016 0000000000000000003caf52e2eb37ff40a29bcd14d9c48e2af1819164abc1d3 1,978 1.00/1.00 vMB 26
484,015 484,015 000000000000000000d6cdda66edb65e8969566ca65fe3c2a7470e553439c0b0 1,585 1.00/1.00 vMB 16
484,014 484,014 0000000000000000006a85851d1a0b241e63b951f9ed0afb14723f1fd0a129a8 1,699 1.00/1.00 vMB 160
484,013 484,013 00000000000000000122f0f5451eb8a48196b667a0e25a7d950ef0dd0bb553c4 1,446 0.75/1.00 vMB 130
484,012 484,012 000000000000000000e9e888ab8cafe07b30cc7decd860e893546e86d06aba50 2,378 1.00/1.00 vMB 216
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.