Loading Tool

Explorer IconExplorer

Memory Pool

80,668 transactions
31.30 vMB
0.08502132 BTC
Random Selection Loading Transactions
Max Size: 189.26/200 MB

Candidate Block

Mining Attempt d4bc572a0265e0e967e4df91a96b6ae87352226b88d67b014da37ca75fe04ead
Version 20000000
Previous Block 00000000000000000001737d76c0d6914d71885a8e838781b1a0674dd5a96d4b
Merkle Root cd1dbadc757697180af7f249f2ab1250ecbde3c8a8cbb8362582158987c445c6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,211
Size: 1.00 vMB
Total Fees: 0.01734583 BTC
Feerates: 150.65 > 1.74 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,201 (62,195 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
853,006 853,006 00000000000000000000df09beec8cb18887d871ec3d3bb88a677dac57ba054d 2,771 1.00/1.00 vMB 7
853,005 853,005 00000000000000000002565c2c58c27d218de0ca481a9b0fc6516351a6b67a5a 5,583 1.00/1.00 vMB 6
853,004 853,004 000000000000000000023f138b9e717b5350c6d8b58553b2e93fe03cfbcbda8d 3,776 1.00/1.00 vMB 6
853,003 853,003 000000000000000000011748e0d6dcf21e8857b1d17f35cf431bfdf5b4b8149a 63 1.00/1.00 vMB 3
853,002 853,002 0000000000000000000141ec49838e88da94ed8631e79cfaf7588717047f6f55 2,758 1.00/1.00 vMB 4
853,001 853,001 00000000000000000000c4111f80a2f589c8e622e61d17295f2fe841cdffe2d3 4,935 1.00/1.00 vMB 3
853,000 853,000 00000000000000000002ebb20e5899cce4622de6bc4f8e1d20418c59b846b6da 6,030 1.00/1.00 vMB 4
852,999 852,999 000000000000000000026fc369b25f63b225c8062aaba2ddf691c86a7fcad740 4,006 1.00/1.00 vMB 5
852,998 852,998 00000000000000000002d49313be8cd59e993c76e053134166d83b13f6e9ac9f 3,284 1.00/1.00 vMB 8
852,997 852,997 000000000000000000019a9b950d28a36f855dc037c0530e4306660f5dc84aa0 6,464 1.00/1.00 vMB 4
852,996 852,996 000000000000000000036a0c9da360feba3b17dbb6a55db021292ae0a17045ad 5,283 1.00/1.00 vMB 5
852,995 852,995 0000000000000000000240de04589fa929cb871dbfe08d3a4e4283b993eba672 4,614 1.00/1.00 vMB 7
852,994 852,994 000000000000000000008a03843324d28437ab1045f7935ec4131be7d14c0b3e 6,729 1.00/1.00 vMB 4
852,993 852,993 00000000000000000001d03dbb89a37eaa5842f7959a3953de0c72a3f60fedb2 5,447 1.00/1.00 vMB 4
852,992 852,992 000000000000000000005f60eb35fffc660713c682698fe31706d26067cabb44 5,700 1.00/1.00 vMB 6
852,991 852,991 000000000000000000026f556239ff70ad580fc6fd31ff6acaa9e7ed9d6b859a 5,003 1.00/1.00 vMB 4
852,990 852,990 000000000000000000011b693067489d6c465447eff2eeb19ef0c13ef2493c2a 4,365 1.00/1.00 vMB 6
852,989 852,989 00000000000000000002c843318ce5a5f719346041e802b8c6cf1e7ff92df2a1 4,625 1.00/1.00 vMB 6
852,988 852,988 00000000000000000002ea6f91f6f77e697e5c2991875893ffc9e000f428cd54 4,305 1.00/1.00 vMB 5
852,987 852,987 00000000000000000002e25d3b399604d7f9a584b79ec422a184b9843707290b 4,653 1.00/1.00 vMB 5
852,986 852,986 00000000000000000000e9d02a02190d6f3523bdc8a21c5b888f048663fd4eb6 2,896 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.74 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: 708.14 GB
    • Received: 16.72 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.