Loading Tool

Explorer IconExplorer

Memory Pool

23,209 transactions
10.38 vMB
0.02416214 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.41/200 MB

Candidate Block

Mining Attempt e1020cda641faaaf37e9a7ea285413bda0ef672c9c9edb26eb00aff7cafd2b92
Version 20000000
Previous Block 0000000000000000000114b1ea273efd282e9aec1ebb3ead47cab59aed6df4cf
Merkle Root 0e3e001585ac51a16cd8b27c1478b1770a92192525811cb62478f5facc724134
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,798
Size: 1.00 vMB
Total Fees: 0.00701005 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,535 (664,927 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
248,608 248,608 000000000000005087cb99c938b2998c42241f886e295d96786072aa7953f569 89 0.03 vMB 29
248,607 248,607 000000000000003d9896fbb2093d8a4f30643e4d813a979f4813acec37744205 343 0.16 vMB 105
248,606 248,606 0000000000000028d08a6b9c0c7c8ceb4873dd5106122182e920f33088db5517 453 0.21 vMB 114
248,605 248,605 000000000000003893c99694ef24a7bd30a2840f18b241811624ac0b04242f6e 237 0.10 vMB 148
248,604 248,604 0000000000000066ebc2a2f38d56939a3bc13d784585916e100a9653e1d9f2d9 310 0.15 vMB 83
248,603 248,603 000000000000002a642be2f1ecd7a896b8b7bcc11c643a54981dd797b2875bc1 527 0.25 vMB 43
248,602 248,602 0000000000000027cd7c4694bb1e41ee9f8bf254efc3ba3f831e3a23075c7a32 680 0.25 vMB 166
248,601 248,601 0000000000000008e4c523116b7364f55a1383dd4981acb70e9055d308783c31 579 0.25 vMB 136
248,600 248,600 000000000000006900e1c65b7dae83fde2ce6efa7020ffe83ef4cc13c778a3fa 5 0.00 vMB 76
248,599 248,599 000000000000002314e03a57e5b74d67310dad547444952fbf4d3cd320704dfa 93 0.04 vMB 121
248,598 248,598 0000000000000063372533e9e07de84c254d3c47f613cf0be28d2528506de621 145 0.06 vMB 141
248,597 248,597 000000000000002665fddf996cf85ab07de9068280551fc0d5dc4f05be648c17 165 0.08 vMB 88
248,596 248,596 000000000000002c2c90a29aff7c1142e02a98b58327c4b42735a7ceaff9f385 270 0.12 vMB 129
248,595 248,595 0000000000000016597c7c2ec417b39afa909bfef7f231c6535fe3af0d0a056f 256 0.10 vMB 80
248,594 248,594 0000000000000007b71fcccc4cbdca52f7cfaba631346492ab8884976074850a 95 0.04 vMB 165
248,593 248,593 00000000000000000ce84e315900096f772ddce728fe74eb01cb2f5ca9b8a608 128 0.08 vMB 53
248,592 248,592 000000000000002e0b10538aebbca80ec416a4862db761adc0325262477cc95e 331 0.10 vMB 24
248,591 248,591 00000000000000008c09025e03bb29ae93809e04e686b639e3ae852daa1913fc 624 0.23 vMB 132
248,590 248,590 00000000000000083038ea511688ac49182733b363b4c089f8ff75cb9ef4cac1 316 0.16 vMB 124
248,589 248,589 0000000000000020770f17f10611d5e6003f96d6591876185019032df871a8ca 454 0.19 vMB 123
248,588 248,588 000000000000001a194a9befebba103f4d3c67cb6e605832f5f0aabdb4905aac 564 0.25 vMB 102
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: 110
    • Outgoing: 10
  • Data Transfer:
    • Sent: 404.72 GB
    • Received: 2.11 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.