Loading Tool

Explorer IconExplorer

Memory Pool

44,924 transactions
29.77 vMB
0.09002077 BTC
Random Selection Loading Transactions
Max Size: 153.71/200 MB

Candidate Block

Mining Attempt 0d01a6609b5c3dd1c6606d2bc1d26802ec31e76755f57f3e92a1a5bb7329b3c1
Version 20000000
Previous Block 000000000000000000005995f28b7b2bd5ea07e6aa9ac102c0a7ba604cbde5a5
Merkle Root 00de6f8ec9b03eeaa8f14531ba8dcbf7395ee41db19f5bcfc11531e44ded808f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,110
Size: 1.00 vMB
Total Fees: 0.03047663 BTC
Feerates: 477.45 > 3.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,617 (442,592 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
472,025 472,025 000000000000000000b856ef69b6767fb021850a6b3d1a953b81a8ff029cd8b5 1,599 1.00/1.00 vMB 209
472,024 472,024 00000000000000000180caa0c63c000cf86a1252210bb085536acea85ef0bd4d 1,687 1.00/1.00 vMB 94
472,023 472,023 0000000000000000017af5b78cc487bd9feb613a7449a1a31a69ebfa832696f3 1,711 1.00/1.00 vMB 236
472,022 472,022 00000000000000000140ee3a97857d22b0f07146993ce6d4d6513ac3a077488e 1,601 1.00/1.00 vMB 213
472,021 472,021 00000000000000000003cdebf723219d2d058e77cac1de74e714ec7c31271efd 2,299 1.00/1.00 vMB 296
472,020 472,020 0000000000000000003864a5485827bd50b8560c1196895ba5aefdd2afe61025 2,374 1.00/1.00 vMB 341
472,019 472,019 00000000000000000019e9060182f71e19508c2fadce182f4b74cfad5a647971 2,031 1.00/1.00 vMB 438
472,018 472,018 000000000000000000d4d555fcec578f39a96dd2832c9dcb2152ba20a6f4f484 1,661 1.00/1.00 vMB 252
472,017 472,017 000000000000000001098a51a78d456268936170f37cd82229428ea01e2b75bc 981 1.00/1.00 vMB 95
472,016 472,016 000000000000000000f4a210638abe8f161bb9de0a2f2197ba117cb4d04ead2b 1,689 1.00/1.00 vMB 195
472,015 472,015 000000000000000000ad4cec6809f15b05293d6712c5ff81de02bf80b43d73df 2,273 1.00/1.00 vMB 108
472,014 472,014 0000000000000000014bf2fe0c088e56c24ddb06f0af797717b727aee270824a 1,739 1.00/1.00 vMB 171
472,013 472,013 000000000000000001651bbcfcc4f190418c76e64d687c3a9dabef616469e98e 2,458 1.00/1.00 vMB 359
472,012 472,012 000000000000000000b00c7aa0e62821bb6386505fb7c8606ff277ff48c7e2ed 792 1.00/1.00 vMB 196
472,011 472,011 000000000000000000cec02cf073210344716043c91a692efb299bc8c1273291 1,841 1.00/1.00 vMB 253
472,010 472,010 00000000000000000106f1625650f6e1e9159fecd17958ae22fcfb2addfa9d5c 753 1.00/1.00 vMB 168
472,009 472,009 000000000000000000ab44d33b8f7efab5c471171e67484bd9d0f1071e2f26a5 1,629 0.99/1.00 vMB 165
472,008 472,008 00000000000000000093c0906c561e932d2264abf32e70886e5ff4b924a3064d 2,044 0.99/1.00 vMB 181
472,007 472,007 000000000000000001486e289849f8def1768d95722192d8277374f0f5b7b5cd 2,167 1.00/1.00 vMB 263
472,006 472,006 000000000000000000373de5631958d01e54d0bd7f5b80c51d041b37b76bdd6c 1,905 0.99/1.00 vMB 369
472,005 472,005 00000000000000000095321c4485d54d11011e42f02504e2f5b00f3d4f54522e 2,239 1.00/1.00 vMB 205
Previous 10 blocks ↓
Total Size: 781.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: 629.60 GB
    • Received: 11.93 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.