Loading Tool

Explorer IconExplorer

Memory Pool

38,567 transactions
26.92 vMB
0.05532730 BTC
Random Selection Loading Transactions
Max Size: 140.13/200 MB

Candidate Block

Mining Attempt 9df7e7eef0074f26fe3d8c10034d60a42e46e91312474dbde018f5d640c89a83
Version 20000000
Previous Block 000000000000000000000f0eb32368ca338bda4641ae91e1df2854638c1f9b59
Merkle Root 61aa91e56dbe7dc4108629efaf99de11af2feab1d7d8a80ea11291b533794d52
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,247
Size: 1.00 vMB
Total Fees: 0.00562067 BTC
Feerates: 44.54 > 0.56 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,866 (416,537 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
498,329 498,329 0000000000000000003ed98a438564f6ae8e3954c4651bdbbec852150557b72c 2,196 1.00/1.00 vMB 232
498,328 498,328 00000000000000000023402e19adc7b16929f2deb453ebc526cd2703916012b0 2,176 1.00/1.00 vMB 198
498,327 498,327 000000000000000000659f94c7dbba95bfe6678cc537b5a714b1a6646ea3bab4 2,451 1.00/1.00 vMB 286
498,326 498,326 0000000000000000004d3e6c7da60a1542f96cb53675190fe94c741cf646d936 2,603 1.00/1.00 vMB 326
498,325 498,325 00000000000000000033913f39050301a87a594af109e63b0d2f0868d8de151c 2,779 1.00/1.00 vMB 204
498,324 498,324 0000000000000000004d276ac0f6fa0fb1b3cc3ac3a7730a036c3902882964c0 2,668 1.00/1.00 vMB 447
498,323 498,323 00000000000000000053c08f09ffac8a19a3fcb03dec0c6b24c55e999684356c 2,306 1.00/1.00 vMB 212
498,322 498,322 0000000000000000006d7714b5fcd5c313cba927376d1f068f8c9d6a22382236 2,496 1.00/1.00 vMB 207
498,321 498,321 00000000000000000062f1541ac32ba4f185bbb6c43b5b2224a1d89f77d8633b 2,591 1.00/1.00 vMB 453
498,320 498,320 0000000000000000003e8e8744f5d2284e4493111460ee74610a4697860f46d9 2,482 1.00/1.00 vMB 278
498,319 498,319 0000000000000000003798c80b5f50e116426f6ff191ae6e813e6206b93affc4 2,368 1.00/1.00 vMB 332
498,318 498,318 000000000000000000286ce974cb75970073ff1e8704adeceaf8244c26e020c3 2,397 1.00/1.00 vMB 420
498,317 498,317 00000000000000000096e721582277c3725f6c657b9aa682302874e1c9b4be57 2,748 1.00/1.00 vMB 484
498,316 498,316 000000000000000000654a72d9506369a2575a3f48c92b103fa25dc42bfb9603 2,294 1.00/1.00 vMB 493
498,315 498,315 0000000000000000002b76cc212984cfa4742dfe840d97fd5fb33a15cd945283 2,772 1.00/1.00 vMB 416
498,314 498,314 00000000000000000026b8dd4da7b89163ac5477efddb8f5762b30c53a06b521 2,489 1.00/1.00 vMB 375
498,313 498,313 000000000000000000a1456597e28f6e9b37e609755138eb072251012e1ac31b 1,739 1.00/1.00 vMB 222
498,312 498,312 000000000000000000a16a40097a5c5bd950d597724463ecab2d600655855c36 2,199 1.00/1.00 vMB 378
498,311 498,311 0000000000000000008ae5be0c5d4a015662476bc0dc22377b0367d8f08f0911 1,761 1.00/1.00 vMB 237
498,310 498,310 00000000000000000084708716e035e02bfbe96bc0945b4712e2f26664242646 2,687 1.00/1.00 vMB 380
498,309 498,309 0000000000000000004efa06b0f5821e07971dc866390766cccc4fcc3e43e2a0 2,583 1.00/1.00 vMB 413
Previous 10 blocks ↓
Total Size: 782.15 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: 653.03 GB
    • Received: 13.82 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.