Loading Tool

Explorer IconExplorer

Memory Pool

81,820 transactions
30.24 vMB
0.08467204 BTC
Random Selection Loading Transactions
Max Size: 182.33/200 MB

Candidate Block

Mining Attempt f19524ed952cecbaef711938e0c0a20ed6cf88498a6e4cd27334eecb1ba9ab1e
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root fa0ab644e20f76eb99d27b715fa7b3119d54ad7bfabb0f3447eb790cb3b0570d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,941
Size: 1.00 vMB
Total Fees: 0.02259227 BTC
Feerates: 502.67 > 2.26 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (415,947 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
499,034 499,034 000000000000000000576daed10c431372e8d3ccad1af9b7935f3dfd35ac9e1e 2,014 1.00/1.00 vMB 305
499,033 499,033 0000000000000000000c968589c4a252d0893622d5cda43183860c07a8814e4d 2,594 1.00/1.00 vMB 270
499,032 499,032 0000000000000000002eb76fc1c9aeddffc60ab43b481a277a018fbbf076d5a2 2,649 1.00/1.00 vMB 303
499,031 499,031 00000000000000000058899a9f8c432466483a6b4bb11a7492a635bf01b089d5 2,047 1.00/1.00 vMB 364
499,030 499,030 00000000000000000054311d5d4860bbcc1f12dc3fb52a01cf1f78c7edd6e8b2 2,353 1.00/1.00 vMB 461
499,029 499,029 00000000000000000033b9659c57a7a3471cd9168f0ee59114563f27660db9ba 2,130 1.00/1.00 vMB 292
499,028 499,028 0000000000000000009b9d3b0750f19cda226598969aa1dfb033dc92fd84fd04 2,224 1.00/1.00 vMB 304
499,027 499,027 0000000000000000004110c2238ebb129259972a8deef25e1820bab37d15d2f7 2,159 1.00/1.00 vMB 325
499,026 499,026 00000000000000000040c171462e9ded7793b1e799d52ef0cab73b5968cb3554 2,419 1.00/1.00 vMB 355
499,025 499,025 0000000000000000009660ee61ccaf48d7d444f2bffa27fc7cb7e134643e3a13 2,184 1.00/1.00 vMB 301
499,024 499,024 0000000000000000000fccb8cdfc3ff41405393386ee9e013d49524d0d32c834 1,836 1.00/1.00 vMB 247
499,023 499,023 000000000000000000384a16724cbbafb68069109b446daf4931a42c0a708fd3 1,426 1.00/1.00 vMB 199
499,022 499,022 00000000000000000084106679a77246f1508ad6c2a73ac406084c97fcafa82c 1,734 1.00/1.00 vMB 227
499,021 499,021 0000000000000000004266788fd9f77a9bc337ce05064ae82d8d104f06664306 2,269 1.00/1.00 vMB 344
499,020 499,020 0000000000000000006c1d9b4dd5f16b8780f8a055f4e96345f58a3a3be1b832 849 1.00/1.00 vMB 150
499,019 499,019 00000000000000000033f8c45959b0bc3349d8753d21e1f4c6a32f10704d4870 1,253 1.00/1.00 vMB 185
499,018 499,018 0000000000000000002503d41cc0a5ea3b7621c7a1273ab4a4e9845ee2a87d48 337 1.00/1.00 vMB 136
499,017 499,017 000000000000000000571f98845fd3cdf0d3912321387d0afc0f24764fc7ead7 2,358 1.00/1.00 vMB 221
499,016 499,016 0000000000000000009a6d4713df4bad4d0cdea6b8b565a29628c02bac305920 2,053 1.00/1.00 vMB 416
499,015 499,015 000000000000000000a36a083be0daea9196f302d5b1b331dcdc30bc1e7beba3 1,697 1.00/1.00 vMB 197
499,014 499,014 00000000000000000056c58ff3a4f4b193ad5f14d4282710e7cdb51a64d7be9c 1,995 1.00/1.00 vMB 276
Previous 10 blocks ↓
Total Size: 782.36 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: 662.67 GB
    • Received: 14.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.