Loading Tool

Explorer IconExplorer

Memory Pool

82,635 transactions
31.55 vMB
0.11193998 BTC
Random Selection Loading Transactions
Max Size: 190.52/200 MB

Candidate Block

Mining Attempt 833bca12c42cb00d8e87f51c22d2767ba80b6700c01b41d9c1e70c425d3fd431
Version 20000000
Previous Block 00000000000000000001861e4327f4f41c685ab513f4074f2aeb2922020b03ff
Merkle Root c3e1be0a04fdbedd062c74edbd928f7e7604ad54966561031204dd514979565f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,828
Size: 1.00 vMB
Total Fees: 0.04007514 BTC
Feerates: 150.75 > 4.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,180 (495,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
419,777 419,777 0000000000000000015bc70dc416c29a549bb9f0120fa5f00d0815640be70c90 2,051 1.00/1.00 vMB 53
419,776 419,776 000000000000000004f84757a8b01bca035464f8c6d33d4c864ecb0e3ebafce2 801 0.41/1.00 vMB 59
419,775 419,775 0000000000000000021fb905ab6e075250072738623b80285fb833dbe5179225 865 0.56/1.00 vMB 38
419,774 419,774 0000000000000000008f37534c4025a388d63006a24dc6a63055aee3981422db 2,239 1.00/1.00 vMB 68
419,773 419,773 000000000000000000b8b46405edd0423a16bdf6ec2f0a357d915d7c33fa69f5 2,088 1.00/1.00 vMB 52
419,772 419,772 0000000000000000026e537cf48635dfd638558ec43a886e0328646eaad6ec4a 1,924 1.00/1.00 vMB 54
419,771 419,771 0000000000000000024e6847ee97c706e2936ce9e393fa8d195ce38c63834820 1,228 0.93/1.00 vMB 43
419,770 419,770 000000000000000002801b0b1cfb146fe749e965b9542f82502eacfa6ba36023 1,410 0.96/1.00 vMB 30
419,769 419,769 000000000000000001de9706214bbc9e2d59f46b62023b1f9dbc7bd2d9d1f05f 14 0.00/1.00 vMB 205
419,768 419,768 0000000000000000018413f4347ff556995dd5a87cdbd4c641cccc428f904954 1,276 1.00/1.00 vMB 41
419,767 419,767 0000000000000000009befbed5ed3a989f38329debbcfc44904efe80ecb4abc7 1,452 1.00/1.00 vMB 52
419,766 419,766 000000000000000003112f61cf6f1ef2555e92a5f8ac62402d4f3e8553b9802c 1,660 1.00/1.00 vMB 34
419,765 419,765 000000000000000000d58523b9e7c6a108b0539faae6460e4650539b3ff9830c 2,914 1.00/1.00 vMB 90
419,764 419,764 0000000000000000032c96f8229a089c4ca53484975621a6f17a8fa67e331b4d 1,000 0.88/1.00 vMB 31
419,763 419,763 000000000000000004b45ccb90cfd6b9b4a5a4de7bfec5fa4a72a1fa8a52dbe5 1,145 0.68/1.00 vMB 60
419,762 419,762 0000000000000000001c093cdcf7f715c9af5e1aa755dbcafaa64fceea416698 886 1.00/1.00 vMB 21
419,761 419,761 000000000000000002fdedc58a8b96b4df348605a56ac9b855f1a359e83e57af 2,385 1.00/1.00 vMB 62
419,760 419,760 00000000000000000175c103f31bdca04e470e088e559941c1948555dca2eab6 2,151 1.00/1.00 vMB 55
419,759 419,759 0000000000000000039f69aa76a21d7d4b5e51ab7ab51a214e69c3be2a52222b 1,099 0.99/1.00 vMB 31
419,758 419,758 0000000000000000015291977a1a3fe072e8d267b77b646922d533e85218e90a 90 0.04/1.00 vMB 61
419,757 419,757 000000000000000003ec3e9ee1aa22c7f8ffad0c43cbe1a63b942142022ad739 1,420 0.64/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 782.71 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: 700.04 GB
    • Received: 16.60 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.