Loading Tool

Explorer IconExplorer

Memory Pool

25,046 transactions
5.09 vMB
0.02989024 BTC
  • 1 sats/vbyte = 12 blocks ()
  • 11 sats/vbyte = 11 blocks ()
  • 12 sats/vbyte = 4 blocks ()
  • 13 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 40.30/200 MB

Candidate Block

Mining Attempt d848890a8bb1e40000196c2775255a111be781f9d48871d1825242811626abd6
Version 20000000
Previous Block 00000000000000000001c2c7364b4a37b6e8904d8691e2bbb5161cfbf40dc49c
Merkle Root 4d4d5a638ed8e2819f0809eac4ecebe217acfccfbc8a102a0296038ae882dda0
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 757
Size: 0.27 vMB
Total Fees: 0.01778493 BTC
Avg Feerate: 2.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,818 (771,525 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,293 141,293 0000000000000872209009424c5badafa850a2e9c3ea7aae5c41f73943f3587b 0.02 MB 43 288
141,292 141,292 0000000000000342983ffe4c78e26cfdec5f5c1c2c0417d02ffc25962a350413 0.00 MB 8 59
141,291 141,291 000000000000091c82ddc02f641a9e00eda7449ba320ed15aca91e6add7b7354 0.00 MB 7 88
141,290 141,290 0000000000000798b86c0d1ae5b911190f4c163fc33cfd3838b558cd87b26d87 0.02 MB 56 189
141,289 141,289 000000000000047150004b4df525f310690ec3f4fbfe5494ffb4f422ab6c95dc 0.01 MB 19 8
141,288 141,288 000000000000089d5d26099721b2d859e81388196aa2aca89570c2fdb3a9bf94 0.02 MB 69 36
141,287 141,287 00000000000000dc9bce9e62343ec806bed6e7f04c13585ea1181f120155dc24 0.05 MB 109 61
141,286 141,286 00000000000004bbcbf48fdbd346d073225eda3563e756e967cd872f68f833db 0.05 MB 129 212
141,285 141,285 000000000000087489c69ed63dc93ba3ff384e4153768068ba706d6178bb6072 0.05 MB 73 71
141,284 141,284 00000000000005b630a5dc06c423adc6321ac6ef134a1971ef9a48c00e6e1c6c 0.14 MB 124 131
141,283 141,283 000000000000051cfacc7244ba13c0f86f89eaf41140852bbd8b5d95d02a9cd5 0.04 MB 81 144
141,282 141,282 0000000000000234f1dab9aeed1fdf63685f2e767e4f70afba1d49ea30475745 0.05 MB 82 260
141,281 141,281 00000000000007640f99c53121a8aec4465004cdb574985888e649a25fca5f00 0.01 MB 24 40
141,280 141,280 00000000000004bfe90e073eaa77c956786eb438ed02e3600588e9927ae6af4e 0.00 MB 8 17
141,279 141,279 000000000000044e8460286b4abe2414d4d7935904bd2ed45f0c1698787d84e7 0.02 MB 47 289
141,278 141,278 000000000000012aeaf55276db870fdb8e44108ce2df754a46f1654604e71126 0.02 MB 35 164
141,277 141,277 000000000000023bd2ffb40aa56352507d7cc7ee057d9f0b0adcf30bd36576ae 0.05 MB 130 266
141,276 141,276 000000000000060afd8e91f8bdbeefefaa36ebf48ee2a267a0fe687ce844a0c3 0.03 MB 79 306
141,275 141,275 000000000000051319bd299c2c95bb9a99131f877a129020b9a56207857af642 0.02 MB 66 140
141,274 141,274 0000000000000184914abbe0aae78408da74e24efad9bc1a7796d157562a9639 0.01 MB 19 377
141,273 141,273 0000000000000581b5e5a74c7ceb0cc783413d3e067fb1142b5d7f43cc49bded 0.01 MB 5 0
Previous 10 blocks ↓
Total Size: 778.52 GB

Node Details:

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