Loading Tool

Explorer IconExplorer

Memory Pool

16,634 transactions
7.44 vMB
0.03235323 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 42.85/200 MB

Candidate Block

Mining Attempt 9c238769336701af17149787e745dd79c7f1f5c18226299d719f2def036f8c04
Version 20000000
Previous Block 0000000000000000000141b3daaf035091f434ab9606d0c7a53ce323aed9737a
Merkle Root 6154ee62a86179edbfc7587389e9888794ac81624c9bef7a6a7979b9b65f6cf6
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,548
Size: 1.00 vMB
Total Fees: 0.01780486 BTC
Median Feerate: 1.04 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,440 (661,079 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
252,361 252,361 00000000000000533770569045a29adb61f31082fe3d388c7b247d4f82540365 219 0.10 vMB 106
252,360 252,360 00000000000000464ea84b3cbc3cee6c1b644bf6a07169b29b4bde3e59c319bf 317 0.16 vMB 118
252,359 252,359 00000000000000144661e01ccadfbd6eec6f04a3313337f0cf9b12b5422373cb 140 0.06 vMB 102
252,358 252,358 000000000000004a3c46ea384fb3cc8b580a82bfd9e526018c8fffa0ca2015fb 64 0.02 vMB 156
252,357 252,357 00000000000000394c66e9795566d7aef3ff159b615ef824413829ebb7c64b9c 48 0.02 vMB 97
252,356 252,356 000000000000003ce85ea8477934104f1a55950eecf54182238602dc265f3911 34 0.02 vMB 230
252,355 252,355 000000000000003fc208cfbf3e3862f8cbae883fe1a4b4cfc4b4893a93022708 384 0.18 vMB 120
252,354 252,354 000000000000003c899a140b8cb15613a2fe6e277d69a5da45699a18ceadc0d8 198 0.07 vMB 172
252,353 252,353 000000000000002d51c44eb8ec040443920045058e03f620ba2168dbd245e5b6 321 0.14 vMB 119
252,352 252,352 00000000000000155d23dc44547f050a846fbf4dc113444020cc462ce35f37df 172 0.13 vMB 53
252,351 252,351 0000000000000015c1242e520dc51a5db643f1924824670f62e1f5c21aa474f0 610 0.25 vMB 123
252,350 252,350 00000000000000216c73a7f7092e47dce311a437cf6bf4116280cc62e9b1eaa7 24 0.01 vMB 88
252,349 252,349 00000000000000221732b74ca8e5c83f1f4b6ef703d83e5e6095d77ac6e9a7b8 78 0.05 vMB 49
252,348 252,348 000000000000004ca72b2edd6adfa42d8572dafee01c9037e82c1a667e6afcf1 641 0.25 vMB 157
252,347 252,347 000000000000001ce45519f59a20b24a1115cc4dd1873334cc2eecb9e6aaafd6 584 0.25 vMB 107
252,346 252,346 0000000000000002afa8a27f89eb01cf1d9f0f0f7f682580b0e088de7506536d 94 0.05 vMB 48
252,345 252,345 00000000000000227cdec125bd0b46b91a4fcd6463871c8f873cab4ecb5a6221 368 0.12 vMB 115
252,344 252,344 0000000000000002af16905a5a6a7406bbdc80281623558db8a3dde8190b0073 64 0.03 vMB 70
252,343 252,343 00000000000000080af98a8976a21707d89ef6dbf47f2563dbc5420cc48438da 160 0.08 vMB 123
252,342 252,342 000000000000004b0b9aa2cc6222b0129e0453d7f867db53fe76789bec379885 15 0.00 vMB 38
252,341 252,341 000000000000002b4ea7501287db8224e6e3273ab60201f4eeb9f05e50554459 431 0.17 vMB 101
Previous 10 blocks ↓
Total Size: 779.63 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: 303.90 GB
    • Received: 1.39 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.