Loading Tool

Explorer IconExplorer

Memory Pool

44,479 transactions
28.71 vMB
0.12317717 BTC
Random Selection Loading Transactions
Max Size: 149.28/200 MB

Candidate Block

Mining Attempt 8858fb36220a0b9f8d3ee172e908b5f4ef69abc607723d833825195892a8e7c0
Version 20000000
Previous Block 00000000000000000000c73256e2021808b5d929fff9651c7a560b10e6fe0132
Merkle Root 0f2cc13224b36e72580c6924d692b46b86f6ce5ecc57e6cd652220fda681f694
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,398
Size: 1.00 vMB
Total Fees: 0.03375225 BTC
Feerates: 150.46 > 3.38 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,710 (674,701 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
240,009 240,009 000000000000001d5c7ee7e49996411dd862ece2bdbc321dfdcc08eff0b54ab4 156 0.07/1.00 vMB 165
240,008 240,008 000000000000008314d817259a188a6ab4609612d4ce49f34e8e15d81dec8003 279 0.11/1.00 vMB 195
240,007 240,007 00000000000000dc02560fa454927188e3ad3c099d011767ccbd915f40abdba4 5 0.00/1.00 vMB 925
240,006 240,006 000000000000005d021f0e8574fe35d7c8157bc7cea460663b5734f6f9681733 256 0.11/1.00 vMB 149
240,005 240,005 0000000000000036a0e54df9b6611f1791494227ab48c887bbe8691de0ec817b 223 0.18/1.00 vMB 111
240,004 240,004 0000000000000065e844b62a88a11c7045bf1034c15c6f61dd6cece1be0c3465 100 0.06/1.00 vMB 146
240,003 240,003 000000000000001ac74e73cce7ca68e7d3ac0e210fa0d0c2b5fd74ec96001cb4 112 0.13/1.00 vMB 53
240,002 240,002 0000000000000038897617b75d65a70eea489b7e37e989a184b1eeeb6a93cfe9 398 0.18/1.00 vMB 200
240,001 240,001 000000000000006e77df3985d9f69d92289b28bd3510e8b124ec24f2bc91142f 211 0.09/1.00 vMB 160
240,000 240,000 000000000000000e7ad69c72afc00dc4e05fc15ae3061c47d3591d07c09f2928 23 0.01/1.00 vMB 75
239,999 239,999 0000000000000074ce3eb6dc0cbcbb7ea42e95d4b8146f0470f8e3971f246548 58 0.03/1.00 vMB 134
239,998 239,998 0000000000000038a64563e6d3249c5c0e4a5f2f770dfebbe785aed5ffef98c9 93 0.06/1.00 vMB 104
239,997 239,997 0000000000000020faa6002bc885585fe75e1ab56a7e6deea1cdcf0afbcaeaad 254 0.15/1.00 vMB 148
239,996 239,996 0000000000000112ee3b1668757be551d2d26eaf9f96335d4f5828df517ea2c6 328 0.15/1.00 vMB 108
239,995 239,995 0000000000000098ae9d760e5bed5aeae3bbd2c92ff5f9969971972d0ce1e2c6 657 0.25/1.00 vMB 199
239,994 239,994 00000000000000f284fb98df3f80d12eb7e1b045f9e9a86b499c8b669e44ad58 286 0.11/1.00 vMB 151
239,993 239,993 000000000000004b481bbdb99daa976c028e562a48cee1b63d7f102b5565b7d1 128 0.11/1.00 vMB 73
239,992 239,992 000000000000000b3ca4c86f0735d634e562635d3f797dfd09124bebeeb2f74a 519 0.25/1.00 vMB 141
239,991 239,991 00000000000000f6d04cee7c73c701f714a7f60b9a40e97dd394b3c8e23edb48 400 0.25/1.00 vMB 121
239,990 239,990 000000000000008b4071c6b47dc9c8790ae3643be8a9b4e2f41928b758f2b439 582 0.25/1.00 vMB 184
239,989 239,989 00000000000000b2ec96920cc071cdccf1c6071f23f60fef275d9720459c8f84 626 0.25/1.00 vMB 232
Previous 10 blocks ↓
Total Size: 781.88 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: 645.03 GB
    • Received: 12.65 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.