Loading Tool

Explorer IconExplorer

Memory Pool

22,900 transactions
10.34 vMB
0.02781796 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.49/200 MB

Candidate Block

Mining Attempt c114a4c33a9a906d9cddacb3a8abfd48d8e576c2c0a46f8857e0028a44a151c9
Version 20000000
Previous Block 0000000000000000000151cd337b203e6de37365cc31cd0ea1e5146247f81f0c
Merkle Root e99a9dcfd29319e34b550cb8ae1c1edf012dfc02793f86b41e09ff3a32e5a63b
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,671
Size: 1.00 vMB
Total Fees: 0.01084207 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,533 (742,073 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
171,460 171,460 0000000000000a539e8e940dd60ecdec8c5dc694a4ca12cb707b101d60ce9120 97 0.04 vMB 62
171,459 171,459 00000000000006ed98e26aeb84e034556db4efae3c1468d1d02e18db54773cdb 68 0.05 vMB 87
171,458 171,458 00000000000000cc4d7194ad4dcf106ce6b38f61d18c41c465e12379786a5f2e 1 0.00 vMB 0
171,457 171,457 00000000000003268ebb13f95ecbbdc15d45b312e8632dddafed7065ae5b7444 38 0.02 vMB 172
171,456 171,456 000000000000038f943dad40b8993726d328ea4bd7941cd9157745d36b363579 15 0.01 vMB 54
171,455 171,455 0000000000000a5fe9bffc308c72f6a0dc9169d761364ddca1bdd5edca625f61 135 0.04 vMB 83
171,454 171,454 00000000000008259acbb3efeba531fea24251c7d305237017c7e17e7d85098a 44 0.02 vMB 221
171,453 171,453 0000000000000079cce445a1a382c16d225c43da35c508285b41145598768e4f 5 0.00 vMB 32
171,452 171,452 00000000000000b579c8af9395ca881506b8964846af686f0ad78fe3d9f6f193 17 0.03 vMB 131
171,451 171,451 000000000000028c23051344d6256cba0c0665edf1437c715579051bd76b02c2 145 0.04 vMB 26
171,450 171,450 000000000000099e18b84b47fba8ee569f117c8545fa375f33381bb7514187e3 1 0.00 vMB 0
171,449 171,449 0000000000000761133cf54d91bedb794ee954a79b9e99daef0535c17a9f2700 105 0.05 vMB 915
171,448 171,448 00000000000002a5443ce8eddca413479dd52791d8c96a9f4b69fcbe7dd51349 1 0.00 vMB 0
171,447 171,447 000000000000069f0c94cacce405233fcd116f406eba78997902eb3243249dee 1 0.00 vMB 0
171,446 171,446 00000000000008d3bf754589d8bae3bf3b5c638fae9fbe39553e170b8a1a08a2 116 0.05 vMB 373
171,445 171,445 0000000000000a59908777ae2f7b76a3b6410d14528bb90b63203301147d715b 75 0.06 vMB 211
171,444 171,444 0000000000000205dd571172270e396ec89660413c8b1cbf5163aae9a14cf4cc 122 0.05 vMB 145
171,443 171,443 00000000000002806f5b9dabf5eec336308c4c7dda51bd2259d58745514d51ea 77 0.05 vMB 350
171,442 171,442 000000000000054617473e1d95418fab74e448171ec409b323bcd6faff0cbfdb 16 0.01 vMB 44
171,441 171,441 00000000000007cb71a446984f6c432d7b2dfc366ff6deb4f722e2aeb98f554a 16 0.01 vMB 331
171,440 171,440 00000000000005f20cad0d16326669b06c37c990e72372741cd9a1ff79b58a33 1 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.79 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: 403.40 GB
    • Received: 2.09 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.