Loading Tool

Explorer IconExplorer

Memory Pool

20,920 transactions
9.01 vMB
0.05377738 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.82/200 MB

Candidate Block

Mining Attempt 688a9e4d68195d5f674a254ca2f3e8a4d795bc78fdcda931c072ac165105e261
Version 20000000
Previous Block 00000000000000000001bf0296a9d24640817181fe27acc0716facbe0a50c1cb
Merkle Root 75588449cfb76e70be0e53ceb49fe158fa923352ef55d337159c905d6c171e1c
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,450
Size: 1.00 vMB
Total Fees: 0.03139968 BTC
Median Feerate: 2.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,391 (651,475 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
261,916 261,916 0000000000000018f1631289a0832a6882373a7fc8857b613c10f1f9853bcac6 95 0.03 vMB 96
261,915 261,915 00000000000000040ec929f54efc8aa99b00ac0801aaf8d1882b3160f117efd4 313 0.13 vMB 96
261,914 261,914 0000000000000010e2160eeeba420815b55670adab59bdd55beb97e3bd721482 358 0.16 vMB 124
261,913 261,913 00000000000000055cd54a2693a8a6646495e79133817b9b84e77ed4c2647fbd 650 0.25 vMB 147
261,912 261,912 000000000000000e8235b224ed39bdf8ad28d6d091b4101bfae142be20380466 454 0.20 vMB 126
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
Previous 10 blocks ↓
Total Size: 779.54 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: 250.15 GB
    • Received: 0.95 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.