Loading Tool

Explorer IconExplorer

Memory Pool

77,685 transactions
28.85 vMB
0.07431781 BTC
Random Selection Loading Transactions
Max Size: 174.97/200 MB

Candidate Block

Mining Attempt d1e8f856995594371ff89e5d9f299a7302e68ee37610c660778ea4cf83bcf2ff
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root f2a172370369895ca0644081078bc1aa70ed6df8a2dbd6913dcbe1b682bdb013
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,785
Size: 1.00 vMB
Total Fees: 0.01414455 BTC
Feerates: 82.75 > 1.42 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (423,804 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
491,353 491,353 00000000000000000008637b690aea600e46694c270ed93942fe6cd187670d5c 2,285 0.95/1.00 vMB 134
491,352 491,352 0000000000000000001416aec27cecf391840579d38f06ebe69413f08f58d9f6 2,432 1.00/1.00 vMB 115
491,351 491,351 000000000000000000690dd3fe038e022dd087445b82ea01f8a548b193a4e844 1,570 1.00/1.00 vMB 132
491,350 491,350 00000000000000000026222d458cec1889d5dfba23287d114752145039d70bae 2,796 1.00/1.00 vMB 141
491,349 491,349 000000000000000000022e7c59ee362b58d3dd1724a4c03d7ec61be090cb4d82 1,731 1.00/1.00 vMB 148
491,348 491,348 000000000000000000a24bc9f80add30796a4b4a36b6a38d45527433c9b67396 1,932 1.00/1.00 vMB 135
491,347 491,347 00000000000000000071241682459ddd63554293f1332a7909fc8088b51e7c93 2,328 1.00/1.00 vMB 162
491,346 491,346 0000000000000000002cf1bbf5c456511f5a5bc8d7dbc16e84f5318ebde886f5 2,125 1.00/1.00 vMB 121
491,345 491,345 00000000000000000081cdf3fa0fd687a5f56edbc89d70538b6f84e4a53b02e3 2,099 1.00/1.00 vMB 127
491,344 491,344 00000000000000000052be4eea2fb4c2366bf5f095bd8732b7b09b54dad260ed 2,204 1.00/1.00 vMB 145
491,343 491,343 0000000000000000004f834b0c4ebba10aaecd2d484aea8724afb9fd05961d73 2,374 0.93/1.00 vMB 147
491,342 491,342 0000000000000000003d99620e7ee63de13a3c1b8d33b625485e40b42c9e855f 2,319 1.00/1.00 vMB 177
491,341 491,341 0000000000000000007532298bff05edb36fcc823bfaba8ecd7b1f2b39a4e151 2,411 1.00/1.00 vMB 128
491,340 491,340 000000000000000000a478f57a859214661530c5f92f7daa84405aed388d1687 2,482 1.00/1.00 vMB 144
491,339 491,339 00000000000000000074fcf23efa12677b2e009ab0c2cad1f282a0976e2f6bbb 2,140 1.00/1.00 vMB 191
491,338 491,338 0000000000000000000ba1d04498efae4ecb3ddb2ef307435d33f406921db000 1,946 0.92/1.00 vMB 145
491,337 491,337 000000000000000000dee3421d94f195fd2bcd6fc8e24cd4bdb5f820df924c92 1,851 1.00/1.00 vMB 188
491,336 491,336 000000000000000000196d5f8f0ea8e01be64ffd8fed4b60946112439f5a645a 2,405 1.00/1.00 vMB 188
491,335 491,335 0000000000000000005e63e2890910ef98af3e74f438072dfca76ea0a8a76c33 2,285 1.00/1.00 vMB 139
491,334 491,334 000000000000000000ab7b3f6f6eaac407907415780b71bc7f4c8e44781038d4 1,502 1.00/1.00 vMB 117
491,333 491,333 0000000000000000000e1b748a2adcc833d416394cfbe404fbb734a84bcdf697 1,385 1.00/1.00 vMB 131
Previous 10 blocks ↓
Total Size: 782.67 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: 673.09 GB
    • Received: 16.38 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.