Loading Tool

Explorer IconExplorer

Memory Pool

15,636 transactions
7.72 vMB
0.04353720 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 43.29/200 MB

Candidate Block

Mining Attempt 804dd53f61dd60d9e06e3d4210ad46368f6fcb07772afb5086b0f26d14dd71da
Version 20000000
Previous Block 00000000000000000001005dfa86df5a453e2a43d8c4c0524838bc7347298bbb
Merkle Root f7b91a25b317604c2b8688ad1e22a07247ea1fdb0cc4a1cd8c6301b3547087ec
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,281
Size: 1.00 vMB
Total Fees: 0.02769950 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,385 (651,474 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
261,911 261,911 00000000000000132e04350c905a3afe179fc1c0718196e8e0ace5478deca984 131 0.06 vMB 98
261,910 261,910 000000000000000983f1b52e39e001eedd88fb740638bf850363e9ed12cb249b 265 0.11 vMB 128
261,909 261,909 000000000000000cf733ca088cdc7ba5975bf1998043273153a0f628f6caf47d 170 0.14 vMB 36
261,908 261,908 0000000000000016d50a5244c888d57621e603b1d6f91dd3c8503f420f76f364 345 0.15 vMB 96
261,907 261,907 000000000000000516fd02261020a9f03ca50f13380bd5f2b1a3b332ce208677 158 0.07 vMB 105
261,906 261,906 000000000000001335aaefcbd5ef4a4bb9842e4c6a6cc6de9bb7d92b66d2e297 404 0.16 vMB 124
261,905 261,905 000000000000001bcd88f8ecd55a9d1764908f271cc6b475ef1e73ff5759f9e3 256 0.10 vMB 83
261,904 261,904 00000000000000104d0aebdac1aa64d24243434c5a2fc51cdd2326c4451bcf35 13 0.00 vMB 77
261,903 261,903 000000000000000df25bd8e29f54783e57f69c4596dfef4ab0ad9dab725678d2 311 0.15 vMB 110
261,902 261,902 0000000000000005ef3cac7590a71024bf65b1ec3e52f064dae93b787fdd3141 256 0.12 vMB 3,272
261,901 261,901 000000000000001a7d8c76f42ca3ee7969e485e242ef8973bf1dee41d94e3230 60 0.02 vMB 102
261,900 261,900 00000000000000181fb20bed6eec89cc85d902e47a1efb0e4053df1ec5a16ff8 155 0.07 vMB 88
261,899 261,899 00000000000000173dac3baa6bb6754b8509de909d83af690b34a26a5b7ca05b 87 0.03 vMB 66
261,898 261,898 000000000000000703f2744c75681e382aaa1de7824c2b6e120c4ec452a0414c 532 0.21 vMB 129
261,897 261,897 000000000000001940b0d23e7b79e01a8f8623bf032afc193ed983ca678647c3 217 0.09 vMB 78
261,896 261,896 0000000000000012603045224253a99cde65589d85970b1286c7f26314617767 383 0.17 vMB 120
261,895 261,895 000000000000000472e116ed7e3bf64cedac08d3822d935096c9333c10aafcac 474 0.20 vMB 73
261,894 261,894 00000000000000183992ccfe915d754dfaebee057524ada7588d5108641a3ae9 88 0.04 vMB 80
261,893 261,893 0000000000000002c73c880e26c9d6a66ba7695ab1d64845bfe9f3dc208f850c 103 0.06 vMB 110
261,892 261,892 000000000000000a6a2025481d474aff83d65ae6384ee18ec86ab8eb157dcfd4 131 0.06 vMB 99
261,891 261,891 00000000000000105b04343a1b563f09254d9418beccc9a29c3fd89ce5bbfccf 134 0.06 vMB 85
Previous 10 blocks ↓
Total Size: 779.53 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 105
    • Outgoing: 10
  • Data Transfer:
    • Sent: 229.57 GB
    • Received: 0.87 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.