Loading Tool

Explorer IconExplorer

Memory Pool

26,323 transactions
5.87 vMB
0.03635779 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 43.06/200 MB

Candidate Block

Mining Attempt 9adf4d1a4abb4a1951a584dce1a511a95b539fdd19a54a2dda3803d46a128fbc
Version 20000000
Previous Block 000000000000000000019d24a8e7d291f348357bde0643aff390e9cb7b750ec9
Merkle Root 9287ac4a2c6e4f0cbe67cf2125ed3ab63fc6f0046e3648805458bd0aff2d2587
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,428
Size: 0.85 vMB
Total Fees: 0.02287909 BTC
Median Feerate: 2.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,208 (664,471 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
248,737 248,737 000000000000006d168cf08fea704ac509016fa697b9eb88a779be62584345ec 0.22 MB 472 195
248,736 248,736 000000000000004bb007c31e31d713778b2cf666a5586aee350b1d5126da1f86 0.12 MB 256 100
248,735 248,735 0000000000000000bd25372b2b5e683fc81278bb36e074435312f12aaf792dd5 0.07 MB 173 77
248,734 248,734 000000000000000b474797b1adc6de09a861b40adb06143870880b3df30c6340 0.25 MB 597 196
248,733 248,733 000000000000006b0d683c292d3918ba2509f3efc46455e7f0071036a38bf937 0.11 MB 293 183
248,732 248,732 0000000000000063052029d383e57b98a2090774ed613817587f0e9c377dd85b 0.16 MB 297 127
248,731 248,731 0000000000000035fb85ad0430db7f07ca5d4e156401a4bb31fc986210464263 0.25 MB 450 158
248,730 248,730 00000000000000614a5e2ffdccc0644076e94c6f1782b828391da07e023ff3bb 0.20 MB 480 165
248,729 248,729 0000000000000077ae6319b2e9c929b07cfb3abbeda3cbd6c0bbe6b67736c347 0.25 MB 641 165
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
Previous 10 blocks ↓
Total Size: 779.22 GB

Node Details:

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