Loading Tool

Explorer IconExplorer

Memory Pool

32,456 transactions
9.96 vMB
0.15379276 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 64.06/200 MB

Candidate Block

Mining Attempt fde6e821a7443a42182667299f5ec32ece283afc4fb10a19feb6b6a278b278e4
Version 20000000
Previous Block 00000000000000000000e448b44b50758fd2fc9d6ddeba585dd0b192dcc101ed
Merkle Root 9f4c74ddcd89a47656779d0685832e72270900d1bb11e3b25baac36c8e65f310
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,553
Size: 1.00 vMB
Total Fees: 0.06699904 BTC
Median Feerate: 4.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,216 (720,766 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
192,450 192,450 0000000000000440b20896bea11ecdac4e68ec3b66f1edf20f65fef39885a02a 379 0.11 vMB 106
192,449 192,449 00000000000003a604baa6bcbcc469bd4945f76a60764506082d67c21e6fa3de 608 0.25 vMB 130
192,448 192,448 00000000000002e066c056fa3fad4d372bb912e4bebcee01a78f0dca14a57d7e 143 0.05 vMB 37
192,447 192,447 0000000000000653c56f1fbf9af24fefca3af0e74dd93e8bf42700943eaef276 608 0.25 vMB 136
192,446 192,446 00000000000005194acc5bfaf0eddc312ca64dd99b03e385d8f8d97a9b4eec3f 32 0.01 vMB 8,967
192,445 192,445 0000000000000781a70635c33a8494497662f39b6cfb0b2a23c5dc7cd5df6f39 129 0.05 vMB 54
192,444 192,444 00000000000001c9b9d77617a176e4a78725db075ad85a53a7a9ce14e14bbf9a 13 0.00 vMB 44
192,443 192,443 0000000000000418c476ff8bf0e16847c87e7d3c85d0bdbb1d659f20bd51ddcd 779 0.29 vMB 149
192,442 192,442 00000000000004973c96a4b1d7531f61c581098053a05b5e9023e13246a1b123 32 0.01 vMB 0
192,441 192,441 00000000000001cf7f2b14c199242805cc21c13b1b49f0f0f59dcc26e5f67d6c 122 0.05 vMB 346
192,440 192,440 00000000000007d4244b41134a06404ac6f3d1e5d8b684ab3c26e660a9a2e89a 305 0.17 vMB 448
192,439 192,439 00000000000004e237a679db2e57817d340db718cf32f6e41c58c0aaec778e7e 11 0.00 vMB 30
192,438 192,438 00000000000004760cdfa5ab293ed6f3ee99b8a47bcbb3ce19efb3dd55f8501a 11 0.00 vMB 21
192,437 192,437 000000000000070997e894d66e4c3b11ca0f0751ec87cbbf56604e298bfa6385 285 0.21 vMB 121
192,436 192,436 000000000000020f921bed15289360a3cc2f31cc33d59969cc6d925807d65e5b 32 0.02 vMB 102
192,435 192,435 000000000000027d66c352a22508fb14d7d608634cd581efdaed15634fce55f8 128 0.06 vMB 168
192,434 192,434 00000000000006a35d23b243371c1c26380b6fefd9e63075eccb7699c33116c8 148 0.04 vMB 14
192,433 192,433 000000000000061e671aa3615dade1d6e90083e3ae71a4b1fb473f1c699cdcb1 484 0.25 vMB 101
192,432 192,432 000000000000061752dfd100a04ae2c645a3e27f8637bc4b42df6315f468e6a1 506 0.21 vMB 259
192,431 192,431 0000000000000725079de1d145965c0c8f9fbeeb9a132497e76493797268c91a 32 0.01 vMB 0
192,430 192,430 00000000000007f64490188bebd073b9f84b9d42dc2424b20af085e6f6605872 32 0.01 vMB 6
Previous 10 blocks ↓
Total Size: 779.23 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 66
    • Outgoing: 10
  • Data Transfer:
    • Sent: 22.12 GB
    • Received: 0.44 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.