Loading Tool

Explorer IconExplorer

Memory Pool

27,326 transactions
6.74 vMB
0.08191908 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 47.84/200 MB

Candidate Block

Mining Attempt 65237b22db2d87262cd6925211f86fb1ccccb001d1e819078d706cd8c94609d9
Version 20000000
Previous Block 00000000000000000001db13a5038c818e2c642acdc30ba571288676a4db9fe8
Merkle Root ef221d2304b26dfededea02ec654e961e2673d2872ad86a99ff1c2dc5b6ab815
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,297
Size: 1.00 vMB
Total Fees: 0.06300297 BTC
Avg Feerate: 1.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,013 (664,285 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
248,728 248,728 000000000000006ad5b40c0d885c70564e9ce59118d4356be2c1512ef8930ae4 0.00 MB 7 148
248,727 248,727 000000000000006761914140deeca66c0812c4a243ec982408d8884e507979ba 0.10 MB 211 152
248,726 248,726 00000000000000113fbe024af9e26927112ace4c61941e4e6cf55264036931d2 0.02 MB 41 104
248,725 248,725 000000000000001ced47f85e274df3992f120a92bf2d998d374a4f37443f9654 0.01 MB 29 71
248,724 248,724 0000000000000006143184c78772cc865e31c4b35bb20c28e8cc23f7dc3837d4 0.12 MB 301 126
248,723 248,723 00000000000000808d0e0bc7b63ea9cae1159d372aca6d4492e868e2b2bd283a 0.01 MB 18 65
248,722 248,722 0000000000000058cf4b0496e608e8788745340b4c731bfa9a21cd503bb98739 0.01 MB 31 112
248,721 248,721 000000000000001ceb23819574c74d30e05d0c9c430890c6408b7796dfd3803d 0.01 MB 22 82
248,720 248,720 000000000000002281b087c0ed768be2e9d538e7609ec0ff8d6c4ea245f9d870 0.04 MB 100 113
248,719 248,719 000000000000005063e38b4af220eb60a476269ef7723b0a79bf61695ff9ed8a 0.15 MB 359 143
248,718 248,718 00000000000000693cee077013968d1efdd544d69cd410dcb5567882bcb4bf91 0.03 MB 38 56
248,717 248,717 00000000000000765d1d26b27d21233b7fa7554af6789c42cccf193772cfe487 0.14 MB 333 128
248,716 248,716 000000000000007fcdf7613b81e675001162b7e3d8ca750cc98be98c3ff9affa 0.07 MB 160 134
248,715 248,715 000000000000005072c8363c6c2717dfb00fd6a5937eaba288e483593fbd1afd 0.03 MB 84 206
248,714 248,714 0000000000000038328811a15721486667fd988cdca04f17f2e97dbebb5241d9 0.04 MB 81 122
248,713 248,713 000000000000003affd62ce8a4ced967e3ee9d9a904b2dd75d9c677be251ac06 0.11 MB 230 121
248,712 248,712 00000000000000261ad1cf8c52c86f5c07c312a106e893826944545ff9f8316f 0.13 MB 292 133
248,711 248,711 000000000000002269750af1588ad7d65ececdc784559f4066b609737ce5e94f 0.13 MB 314 158
248,710 248,710 0000000000000053be4780156f862a93977b40fd202bee40a9c07a927eb0bc5a 0.19 MB 433 162
248,709 248,709 000000000000006422a3a47c8ffce0da83fa16c483922e44b285c81ba25c9d78 0.05 MB 110 74
248,708 248,708 0000000000000035a513ffc2a139f1916777f1014fab5d30f992ecb5ea43698d 0.14 MB 313 110
Previous 10 blocks ↓
Total Size: 778.86 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: 393.71 GB
    • Received: 3.53 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.