Loading Tool

Explorer IconExplorer

Memory Pool

7,931 transactions
3.27 vMB
0.00566367 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 19.05/200 MB

Candidate Block

Mining Attempt d1e2f04ece808b99e2c934a5ba1d70e28a07e07b0416bd12f47c93927747e554
Version 20000000
Previous Block 00000000000000000000c495509044cda26948fb752986691223e9ae88dacb36
Merkle Root e5016fcfe7e6e2d21463d1ab95a81a15cd90cd9c7efe700618b26081c5a6e9b6
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,836
Size: 1.00 vMB
Total Fees: 0.00271756 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,486 (708,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
204,562 204,562 00000000000003479d2343a7a19172f48aed67a6ec40795024e7fdb22f16be66 100 0.05 vMB 422
204,561 204,561 00000000000001ee9a862004137f0b5e560b66fdd59812496d017c90303fb6a9 794 0.48 vMB 76
204,560 204,560 00000000000002fa0236fa4b1658f8996ca6415dca130bb8f921bf32c7be2a53 408 0.14 vMB 161
204,559 204,559 000000000000046d376bd0709cbd7246f6637a226364336d4998f2eff368eca4 222 0.09 vMB 144
204,558 204,558 00000000000000820ece5ce1aa5c551a5a19550ca0b79a0cdd39ec4525ed1969 370 0.16 vMB 138
204,557 204,557 00000000000003b301e2944a50963ccac275659a46766fdab2504905d6858e33 151 0.05 vMB 62
204,556 204,556 000000000000035be368b79770738b08b9230e3adfd705108b4a48d08c184ca9 110 0.06 vMB 142
204,555 204,555 0000000000000016ac1b0af054223f9c59cc568eea41cd9dfc7207498fd59509 6 0.00 vMB 203
204,554 204,554 00000000000002a1ab9f823b67334012804a6d8fe0ae86016c63a4c8fc6c5295 438 0.23 vMB 99
204,553 204,553 0000000000000430575425b3e815efeae9319abbc8471cd2c2dc00697a93e300 28 0.01 vMB 120
204,552 204,552 0000000000000479dc7318f0c83d715812fa5084bc17ca64304eaefb802a01df 78 0.04 vMB 85
204,551 204,551 000000000000039c0018300c2b4a1142bb4141a3d1c210f90d627aca3217c52f 349 0.12 vMB 124
204,550 204,550 000000000000029d45a90c2907e8cadd44928f417de65493dc73232bc5152050 619 0.25 vMB 173
204,549 204,549 0000000000000207b7b0a4858aa0da9903898994e82f71d098561c650f00d6da 142 0.05 vMB 104
204,548 204,548 00000000000000ae9e154ec764cf5aed5e2a30daf52ef7118defb37df94056ad 39 0.02 vMB 93
204,547 204,547 000000000000028f99d326ece0e8f7d9e1f2169de6c18166e0bf25faa1a9f1bd 6 0.00 vMB 40
204,546 204,546 00000000000003fe6b2f4a28496c23fb29901b30be6227c0c75dcc956e8274a7 184 0.08 vMB 129
204,545 204,545 00000000000000b66a13a505418c75dd7c0c769530f0e4bd0273e6a51d68d55a 151 0.06 vMB 130
204,544 204,544 00000000000001a6090f037a564265ea8621d574371a621ec6561e7978d9df12 468 0.50 vMB 59
204,543 204,543 0000000000000336211f62951d0bc4bfb5ad096b346244ea84ad5fdf51576292 1 0.00 vMB 0
204,542 204,542 000000000000001bee19d3032b6b010e0fc40653ff84efffc2c049d3aca00280 86 0.05 vMB 35
Previous 10 blocks ↓
Total Size: 779.71 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 351.48 GB
    • Received: 1.70 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.