Loading Tool

Explorer IconExplorer

Memory Pool

78,237 transactions
29.31 vMB
0.07848608 BTC
Random Selection Loading Transactions
Max Size: 179.51/200 MB

Candidate Block

Mining Attempt d6cbfe96eab7593a4169afdeb39f0f3fe7d0fd24af1e05b44a0e8f0cfc2e8acd
Version 20000000
Previous Block 0000000000000000000027dcf55a304369afd3cca827fc0f21564e005bce68ec
Merkle Root d0ccf152af440a1a74856ad2d16f76084f20d0e3248ced7099cdd5dfbc2324d8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,437
Size: 1.00 vMB
Total Fees: 0.01429821 BTC
Feerates: 301.25 > 1.43 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,236 (339,754 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,482 575,482 00000000000000000007167a4fedd823422c1da9093f1b81a933dc64b3c80958 1,974 1.00/1.00 vMB 116
575,481 575,481 000000000000000000017ae35c6d1ccf9314c4b586459c1d1bccd2a12c186c4a 2,664 1.00/1.00 vMB 82
575,480 575,480 000000000000000000212d683925f61a9cf5bbee33681b4d3f92535dc3f2f986 3,262 1.00/1.00 vMB 96
575,479 575,479 0000000000000000000e2416af666a6381d2286a920e9616f2746def1d412e30 2,998 1.00/1.00 vMB 129
575,478 575,478 0000000000000000001b3358ce1bbef8f705232edf63235892c66cdadff9e884 2,741 1.00/1.00 vMB 65
575,477 575,477 00000000000000000025a78b09ffc037685610e3729e2b62e597178372fe88b7 3,243 1.00/1.00 vMB 120
575,476 575,476 000000000000000000104e0f20dd4bf60d8e4b7ba02cec0074346e4256fc6718 2,779 1.00/1.00 vMB 60
575,475 575,475 000000000000000000282804ee92fc4a207db5d67070b4fb8551acceddbbe33b 1,806 1.00/1.00 vMB 78
575,474 575,474 00000000000000000018ab4e60e46e05d0ccc24536ad55b6cea10039a51450b1 2,844 1.00/1.00 vMB 133
575,473 575,473 0000000000000000001ca298d204f0f325d3a5b7b869df5c465846d4fa211d29 3,118 1.00/1.00 vMB 109
575,472 575,472 00000000000000000028818c9ca43dcc2dbd750a57bf571a7a0e26e2b20f147b 2,156 1.00/1.00 vMB 77
575,471 575,471 000000000000000000280f9f64eb66474383f476896febd4ca571bd26fe10cbe 3,099 1.00/1.00 vMB 111
575,470 575,470 00000000000000000010c75f577b5f56eb41065b06bcd00ffe3a7b043539debc 2,788 1.00/1.00 vMB 88
575,469 575,469 0000000000000000002962fc98392c5f23647f7af145f0e36e991b7d86c18537 3,118 1.00/1.00 vMB 97
575,468 575,468 0000000000000000001fdd6ce86ce346e8ce67fb5e98c02e7e8c655010940b0b 3,205 1.00/1.00 vMB 70
575,467 575,467 0000000000000000000f717f980f695015974f4e28c51408345a1820879b1f0d 3,003 1.00/1.00 vMB 95
575,466 575,466 00000000000000000028c8297953a007d5c3703ff953b2e5c1b0e5699dd2a7ea 3,163 1.00/1.00 vMB 122
575,465 575,465 00000000000000000018b042e70eff21101721227dbebc880bdcb46c1e1a509b 2,881 1.00/1.00 vMB 87
575,464 575,464 00000000000000000013fbbca18a91ba81890a4736dac9ae002bf845be96567e 3,216 1.00/1.00 vMB 104
575,463 575,463 0000000000000000002051ce05550ceab69ed8a4f5d8deb36f547834174ce5c6 3,078 1.00/1.00 vMB 80
575,462 575,462 00000000000000000023d317b59e4177922443fe476e512992d74cb663289da0 3,044 1.00/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 782.80 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 710.02 GB
    • Received: 17.01 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.