Loading Tool

Explorer IconExplorer

Memory Pool

71,415 transactions
31.22 vMB
0.08401326 BTC
Random Selection Loading Transactions
Max Size: 179.01/200 MB

Candidate Block

Mining Attempt 5329e5522511dd12a9fb00994f3a6b91615dabd381550299274b48ef18a44796
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root 734250328ecb3aa911cb065387de4df4dd348f9ff76b9f7523e2077124d68165
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,187
Size: 1.00 vMB
Total Fees: 0.02260722 BTC
Feerates: 150.93 > 2.27 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (415,913 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
499,013 499,013 000000000000000000741bb57e2906e65b840a9b7e8b1a3c5c9970fce076573e 2,039 1.00/1.00 vMB 201
499,012 499,012 0000000000000000000b28d08305d724325454c720f44190d53dc04454e5383b 2,418 1.00/1.00 vMB 289
499,011 499,011 0000000000000000009877831e6d14a265f51c22b67c354fc767cc18b756b400 1,851 1.00/1.00 vMB 142
Previous 10 blocks ↓
Total Size: 782.29 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: 657.09 GB
    • Received: 14.48 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.