Loading Tool

Explorer IconExplorer

Memory Pool

34,704 transactions
10.87 vMB
0.19854794 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 68.75/200 MB

Candidate Block

Mining Attempt 45c2727bfc4de848a611e4610a7ec538951a39ccd56b18487df45c3cce75c275
Version 20000000
Previous Block 00000000000000000000e448b44b50758fd2fc9d6ddeba585dd0b192dcc101ed
Merkle Root 55373b514d2eb4b91c9c3ad1367216334c2389f728442501549653b60c5ee980
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,292
Size: 1.00 vMB
Total Fees: 0.08418838 BTC
Median Feerate: 5.99 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,216 (664,489 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
248,713 248,713 000000000000003affd62ce8a4ced967e3ee9d9a904b2dd75d9c677be251ac06 230 0.11 vMB 121
248,712 248,712 00000000000000261ad1cf8c52c86f5c07c312a106e893826944545ff9f8316f 292 0.13 vMB 133
248,711 248,711 000000000000002269750af1588ad7d65ececdc784559f4066b609737ce5e94f 314 0.13 vMB 158
248,710 248,710 0000000000000053be4780156f862a93977b40fd202bee40a9c07a927eb0bc5a 433 0.19 vMB 162
248,709 248,709 000000000000006422a3a47c8ffce0da83fa16c483922e44b285c81ba25c9d78 110 0.05 vMB 74
248,708 248,708 0000000000000035a513ffc2a139f1916777f1014fab5d30f992ecb5ea43698d 313 0.14 vMB 110
248,707 248,707 000000000000005c2638f70f037e9e4ba3c64fabf0d3841b2546aac8fe6c5eb3 97 0.04 vMB 149
Previous 10 blocks ↓
Total Size: 779.23 GB

Node Details:

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