Loading Tool

Explorer IconExplorer

Memory Pool

86,885 transactions
31.76 vMB
0.11603734 BTC
Random Selection Loading Transactions
Max Size: 192.34/200 MB

Candidate Block

Mining Attempt 6e6c86de2a337f353d62f993c7c8277c306a394ab8e3195befbbc48974bd61e7
Version 20000000
Previous Block 00000000000000000000ffda920f705e0b40f69b2032b14eb1181fe10feae91a
Merkle Root 41e5f50f6662a0193f5dce2a7bfeaaeaf8ff61a9e5a5c8abccf7788912d51738
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,594
Size: 1.00 vMB
Total Fees: 0.03495302 BTC
Feerates: 547.69 > 3.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,956 (413,558 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
501,398 501,398 0000000000000000007dabd6e4c49a4cbce4cec23fbd23482eca1a896a261efc 3,003 1.00/1.00 vMB 640
501,397 501,397 000000000000000000385f9bfc3d7c47a26da8381c4421a3a770609beb0374e9 491 1.00/1.00 vMB 624
501,396 501,396 0000000000000000004921fdd2af79575a1abfdceb0b05ecd6ed2c6c846d0d38 2,271 1.00/1.00 vMB 695
501,395 501,395 00000000000000000032984c471e68bd37fefb1c00e73f1ea551f8208c642b45 1,405 1.00/1.00 vMB 1,078
501,394 501,394 000000000000000000193333275c26ac7b19522843e0db6165f366fd3049112d 754 1.00/1.00 vMB 131
501,393 501,393 00000000000000000078ec5e2e341e582235597548b1d10852827ab4830ba0cf 2,506 1.00/1.00 vMB 369
501,392 501,392 00000000000000000071818e64958d90a9925e610c410b112fee8e12f4d87666 1,475 1.00/1.00 vMB 344
501,391 501,391 00000000000000000056a34df0400df25cecfabdafd2b9e88d41bc2c6035715c 2,025 1.00/1.00 vMB 634
501,390 501,390 00000000000000000016832cf3176517201b50fb3433a7e313b0a87b55b3b05a 2,147 1.00/1.00 vMB 587
501,389 501,389 000000000000000000796778c8a22a6f19eea0a6ac69ae4917854644beae562c 2,222 1.00/1.00 vMB 741
501,388 501,388 0000000000000000002464344de66d4b65cdced024ce841e26af022bd92a25b8 2,215 1.00/1.00 vMB 317
501,387 501,387 0000000000000000001da0ad11ccdb3f8a62ff5027fd3ff733d3239931b01c77 2,291 1.00/1.00 vMB 724
501,386 501,386 0000000000000000002a04875d510f235aa783d30ce95486b8608f6d8aa946f1 1,671 1.00/1.00 vMB 363
501,385 501,385 00000000000000000050e56ea5fffb497d3ef3dac0c1f831e4a48adca67bb26d 2,207 1.00/1.00 vMB 527
501,384 501,384 000000000000000000336e92fb33e70a462d9f0869556f924d1994dc9c0fd1a3 2,362 1.00/1.00 vMB 800
501,383 501,383 000000000000000000653e912e6d24f315c279cc59a1659a299739505ef4da84 1,202 1.00/1.00 vMB 300
501,382 501,382 00000000000000000023c9ac184b5100805b961f510731d3f5b29cc1eb67c54e 2,184 1.00/1.00 vMB 608
501,381 501,381 00000000000000000070fdf6ae62beb8fbd9cf34c41dbe251327d086036dd045 531 1.00/1.00 vMB 142
501,380 501,380 0000000000000000002aabe2458637cd5ad7c12eeb00f36c2840dffc8b662090 1,077 1.00/1.00 vMB 378
501,379 501,379 00000000000000000024d59f3dda671b23a35f09dcf8bde7f04601a1d9d884d2 255 1.00/1.00 vMB 156
501,378 501,378 0000000000000000009415a3dc51041a463f59e2fa0ca40976cc636eaf9764f9 261 1.00/1.00 vMB 153
Previous 10 blocks ↓
Total Size: 782.31 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: 660.23 GB
    • Received: 14.64 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.