Loading Tool

Explorer IconExplorer

Memory Pool

19,215 transactions
9.95 vMB
0.07196019 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 54.29/200 MB

Candidate Block

Mining Attempt 27303205295109ba1839d40bb886de0d9dfe5b13830293b277818ddf8a36cddf
Version 20000000
Previous Block 00000000000000000000ea7b3c200deeaec83f2905c92dba9e1fdfd8176f698d
Merkle Root 8196cda96e642e381b8c2597dd4525df5decf62c727fb68082f6861b660a88a0
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,768
Size: 1.00 vMB
Total Fees: 0.04369371 BTC
Median Feerate: 3.99 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,372 (714,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
198,626 198,626 00000000000003315401b8863421977b41fc991e9a0ea59ca36d8628f786ee17 639 0.31 vMB 365
198,625 198,625 0000000000000231dcae20c072e20c435151cb01d52c487568103a790b0ab6bc 160 0.11 vMB 115
198,624 198,624 000000000000045a598fe2bfa823c33b7cfe21baf72170ab79ee92984b48f743 625 0.25 vMB 143
198,623 198,623 000000000000034de9c9a67fe15517e8ab93df99f406ab239478714fb825b969 8 0.00 vMB 191
198,622 198,622 000000000000062df05c939dff2dea97e7e130ba4c8fb93b19c71c8be3fe3137 76 0.03 vMB 232
198,621 198,621 00000000000003197ce05bbbff6a55f4ef26e225cd84ad351d2e576460fdf807 111 0.03 vMB 88
198,620 198,620 0000000000000551d02bfe9443df118c7cf3ee94d2ed8b5b87cef1b318886adc 543 0.27 vMB 142
198,619 198,619 00000000000000e53c21872632df49b69dcca668c9cc2d7d17e20657978a289a 163 0.07 vMB 224
198,618 198,618 0000000000000582f377057cbba141a72e0b7e3df61cd67cd273163dc3fc9ee2 18 0.01 vMB 168
198,617 198,617 000000000000013ea912970ef3d638a3d306b799122a8d3b1f3f9d99342ac015 29 0.01 vMB 72
198,616 198,616 000000000000035a84e0c7ed798eeeb721b6d67472da49a7246269efe0b973ef 427 0.19 vMB 224
198,615 198,615 00000000000003f68fa9bb92a988325cce950b33c782fba3515180a901c5de17 218 0.11 vMB 143
198,614 198,614 00000000000004e77b8cc66dfa38705cc198532ec6c8ae286602560d6dc70722 402 0.14 vMB 149
198,613 198,613 000000000000032dbfe6c3d1ac0618241af5b1d644884f004749f42391a47e54 119 0.04 vMB 171
198,612 198,612 0000000000000520cfe6a4e30059fbcb313370b58877b6b04bff0108a20cfa22 571 0.23 vMB 94
198,611 198,611 00000000000003c95747f295f9a5682659851b100207d473d6c8009f0820750d 175 0.09 vMB 147
198,610 198,610 0000000000000323634ec16c9aaba88928b421e2c97dc640012d5c213a812054 242 0.10 vMB 133
198,609 198,609 00000000000000630ef0f32a20d2760ec04f814cd1b4ecdb8b82243f13edf4bd 106 0.05 vMB 101
198,608 198,608 0000000000000224504a8a3c052b61974c151d57b0a5936b1b2c0078f658f708 256 0.08 vMB 79
198,607 198,607 00000000000000321d8490383fe83b7ba4e23bc8ae3aef18dcfbb3aa5ef8abf8 25 0.01 vMB 74
198,606 198,606 000000000000038ad6a174a782db19425c521b4380c75b5b0b5e5ea53e13861c 314 0.15 vMB 122
Previous 10 blocks ↓
Total Size: 779.51 GB

Node Details:

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