Loading Tool

Explorer IconExplorer

Memory Pool

29,349 transactions
9.87 vMB
0.06678073 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 61.64/200 MB

Candidate Block

Mining Attempt def860b8a9154f72420aa4fce054a8e9633bb86c2230b535c959b0b8e4b17af2
Version 20000000
Previous Block 000000000000000000018de06bf1fc279c8eb69c1bb16f4bc7c2f9b774645f62
Merkle Root 7a6be576652b48cbc91463030599082f1afe7191cf76d654a7269c1d4b0d936a
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 751
Size: 1.00 vMB
Total Fees: 0.02054837 BTC
Avg Feerate: 2.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,040 (661,797 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
251,243 251,243 00000000000000538edf43d12ff5d235eac304ab20852b52a1546ab28c57725f 0.07 MB 157 116
251,242 251,242 0000000000000071e707a4d59d54a1b5a52a983470c2aab22f76676c87813bf3 0.04 MB 79 129
251,241 251,241 0000000000000067a75c136c1749808f39e6df3c95d5744b8d9e6407bb6d5cf0 0.21 MB 456 102
251,240 251,240 000000000000001cfa4dff4fe84cba8dac98958bc4ffa324145eaf2a19edb768 0.05 MB 114 130
251,239 251,239 0000000000000054bd2556aff04a00271e12b20d505e59fea7da3f1edc5fa33f 0.23 MB 458 122
251,238 251,238 00000000000000493ac0c9b70bbb95285db40310a3cf32c54103440c906d473d 0.22 MB 440 76
251,237 251,237 000000000000001d8bfd7bc22db380a7cb026c50020f1dc713ab3a0e9210e6f6 0.25 MB 414 121
251,236 251,236 000000000000004fa942739d3d84c43904b344170df25be761ff43ac22986d02 0.01 MB 31 128
251,235 251,235 0000000000000033a0afe96af3df7db4e93b50920efa2660f31e57a7124942b3 0.24 MB 379 104
251,234 251,234 0000000000000022d1b9273e26fd4bb2be9128ed4c371ddf7c09cd2eb9d7b34d 0.07 MB 123 120
251,233 251,233 000000000000003aa9aae6409500d212e5ad4e4e2910bac91c9f6616f9767dab 0.09 MB 169 103
251,232 251,232 00000000000000490f0d45abb35fe495425fb73366577ed9bb1892ee900f10ff 0.42 MB 743 108
251,231 251,231 000000000000000ba5c84c08d38112edbd721051ce8c4875c75ec04fee94d1a9 0.25 MB 664 209
251,230 251,230 0000000000000036499d649a670fd966f0039cf31606fd353ee019f7ae49bb5d 0.25 MB 528 123
251,229 251,229 0000000000000007e76447b1da660ad4de99ea52bd7a96c8a8f1ef3f7e4ec2d2 0.13 MB 321 207
251,228 251,228 000000000000005979e0da35617c5096a9569e0e62086b987679d235049e3c2c 0.10 MB 137 111
251,227 251,227 000000000000003a40f8990a9d23dfa2d7790561554fc4a3886dc6c289e78800 0.09 MB 207 135
251,226 251,226 00000000000000333c9b4eab9048c71798bcf7e759bf93076e95d7979881acaa 0.25 MB 553 146
251,225 251,225 0000000000000025729b7caf49d09c0fce0e5ca5d70ae99d9a9c471cee67a516 0.25 MB 491 151
251,224 251,224 0000000000000046fc717b7058a8f6f96758a0376b6c2a84a26a4f4b46423433 0.10 MB 111 59
251,223 251,223 000000000000000801645edb64fdccdcc71cd4c3019a6ae802b17ea37001f790 0.25 MB 445 126
Previous 10 blocks ↓
Total Size: 778.91 GB

Node Details:

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