Loading Tool

Explorer IconExplorer

Memory Pool

28,877 transactions
6.37 vMB
0.04627711 BTC
  • 1 sats/vbyte = 11 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.57/200 MB

Candidate Block

Mining Attempt 8923bf68292addfbac5e207ea05f47acf4401ae473ff9f9bfc3c43794bd3c0d7
Version 20000000
Previous Block 00000000000000000000b34c3fbb0151989a03d8fe589af6a5621528e6786c29
Merkle Root 860221fbc4816be4b84f04b7da4a25e244a4eac2326664e1f5ada2713590d5a5
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,362
Size: 0.97 vMB
Total Fees: 0.03196662 BTC
Median Feerate: 2.14 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,247 (664,513 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
248,734 248,734 000000000000000b474797b1adc6de09a861b40adb06143870880b3df30c6340 597 0.25 vMB 196
248,733 248,733 000000000000006b0d683c292d3918ba2509f3efc46455e7f0071036a38bf937 293 0.11 vMB 183
248,732 248,732 0000000000000063052029d383e57b98a2090774ed613817587f0e9c377dd85b 297 0.16 vMB 127
248,731 248,731 0000000000000035fb85ad0430db7f07ca5d4e156401a4bb31fc986210464263 450 0.25 vMB 158
248,730 248,730 00000000000000614a5e2ffdccc0644076e94c6f1782b828391da07e023ff3bb 480 0.20 vMB 165
248,729 248,729 0000000000000077ae6319b2e9c929b07cfb3abbeda3cbd6c0bbe6b67736c347 641 0.25 vMB 165
248,728 248,728 000000000000006ad5b40c0d885c70564e9ce59118d4356be2c1512ef8930ae4 7 0.00 vMB 148
248,727 248,727 000000000000006761914140deeca66c0812c4a243ec982408d8884e507979ba 211 0.10 vMB 152
248,726 248,726 00000000000000113fbe024af9e26927112ace4c61941e4e6cf55264036931d2 41 0.02 vMB 104
248,725 248,725 000000000000001ced47f85e274df3992f120a92bf2d998d374a4f37443f9654 29 0.01 vMB 71
248,724 248,724 0000000000000006143184c78772cc865e31c4b35bb20c28e8cc23f7dc3837d4 301 0.12 vMB 126
248,723 248,723 00000000000000808d0e0bc7b63ea9cae1159d372aca6d4492e868e2b2bd283a 18 0.01 vMB 65
248,722 248,722 0000000000000058cf4b0496e608e8788745340b4c731bfa9a21cd503bb98739 31 0.01 vMB 112
248,721 248,721 000000000000001ceb23819574c74d30e05d0c9c430890c6408b7796dfd3803d 22 0.01 vMB 82
248,720 248,720 000000000000002281b087c0ed768be2e9d538e7609ec0ff8d6c4ea245f9d870 100 0.04 vMB 113
248,719 248,719 000000000000005063e38b4af220eb60a476269ef7723b0a79bf61695ff9ed8a 359 0.15 vMB 143
248,718 248,718 00000000000000693cee077013968d1efdd544d69cd410dcb5567882bcb4bf91 38 0.03 vMB 56
248,717 248,717 00000000000000765d1d26b27d21233b7fa7554af6789c42cccf193772cfe487 333 0.14 vMB 128
248,716 248,716 000000000000007fcdf7613b81e675001162b7e3d8ca750cc98be98c3ff9affa 160 0.07 vMB 134
248,715 248,715 000000000000005072c8363c6c2717dfb00fd6a5937eaba288e483593fbd1afd 84 0.03 vMB 206
248,714 248,714 0000000000000038328811a15721486667fd988cdca04f17f2e97dbebb5241d9 81 0.04 vMB 122
Previous 10 blocks ↓
Total Size: 779.29 GB

Node Details:

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