Loading Tool

Explorer IconExplorer

Memory Pool

79,207 transactions
29.43 vMB
0.08816831 BTC
Random Selection Loading Transactions
Max Size: 178.08/200 MB

Candidate Block

Mining Attempt f71bb4dc4d8bcc6081fcc6a6ce91a3b2ef3ece1814dc47c3f84b7f7d4c60f4f3
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root 70fa019449a821e92d14344fe0793804cd9bfba056a028c8b0d3fed645742a1c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,894
Size: 1.00 vMB
Total Fees: 0.02640962 BTC
Feerates: 263.85 > 2.65 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (453,804 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
461,289 461,289 0000000000000000013c637899c06061e6c57e4b395399b89661bc6a1d6af7e1 2,287 1.00/1.00 vMB 125
461,288 461,288 0000000000000000016d7a827104f850afa08a385278739639492073cae655f1 3,153 1.00/1.00 vMB 148
461,287 461,287 0000000000000000007406e6667afaa59ebe3e0ba203def22513b608773b175b 987 1.00/1.00 vMB 120
461,286 461,286 00000000000000000183f8a33e31a9e8c6a1e4edf9d942624f6b4374d169658e 2,336 1.00/1.00 vMB 107
461,285 461,285 000000000000000000ab233dd6668df1c514851eed070bc03600acc3dc814448 2,417 1.00/1.00 vMB 180
461,284 461,284 000000000000000000a72842acd8db77be35ab803fe5adaaf05cb79e73b39a80 2,542 1.00/1.00 vMB 146
461,283 461,283 000000000000000000c9d9ff70c9093ce1d1ea0ea360207637e27237a3a6786b 2,247 1.00/1.00 vMB 171
461,282 461,282 000000000000000001077e6ab46eb1211715c5ed1d5794241fd48fb66f1e1c8e 2,231 1.00/1.00 vMB 178
461,281 461,281 00000000000000000060c62f54c42feeff2b290d8f2561d2ce883acc5f6c371a 1,857 1.00/1.00 vMB 134
461,280 461,280 00000000000000000047e46431c1f7d04c3ebc67c66a1ccd3715ae73af82ee25 2,800 1.00/1.00 vMB 188
461,279 461,279 000000000000000001c31013ecb3897365ca6c68980fc6f7b0ac9f57600edef0 1,336 1.00/1.00 vMB 130
461,278 461,278 00000000000000000086652a2f5841bb0e05b686617aec3ba14c36f3ab970398 2,424 1.00/1.00 vMB 169
461,277 461,277 0000000000000000003c22b69585b8517d8a66ab47d5599637a535c0c1679900 2,379 1.00/1.00 vMB 147
461,276 461,276 0000000000000000021177e76f713f4a472ae2886944c62ad7131f22d202afdd 2,125 1.00/1.00 vMB 134
461,275 461,275 0000000000000000019b71e310fc84648a0b07715567fe0af805c4058fa068fb 3,016 1.00/1.00 vMB 165
461,274 461,274 0000000000000000008d36dfd61f93cc8ea475698076949bb64c313a3c9f77f8 2,432 1.00/1.00 vMB 232
461,273 461,273 000000000000000000b9e571f918ef56be35cfa3b55e4e66fcece4da49213983 2,738 1.00/1.00 vMB 117
461,272 461,272 000000000000000000aa4e5bcc618d9fa876bb33cdc6c8e441ad0dd587cc562c 2,055 1.00/1.00 vMB 124
461,271 461,271 0000000000000000015d3eedd50f20a4e86772fbddbe7cfc953dbdbe4c5f876e 1 0.00/1.00 vMB 0
461,270 461,270 0000000000000000015512756126537d04bf4acea0ac01531613295062d1d526 2,266 1.00/1.00 vMB 225
461,269 461,269 00000000000000000203af131ecf02f5bbcd2751f7f37c37db5d091fe1e6aee8 2,104 1.00/1.00 vMB 142
Previous 10 blocks ↓
Total Size: 782.56 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: 669.95 GB
    • Received: 15.79 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.