Loading Tool

Explorer IconExplorer

Memory Pool

82,433 transactions
30.20 vMB
0.13717179 BTC
Random Selection Loading Transactions
Max Size: 182.45/200 MB

Candidate Block

Mining Attempt 5f8d064278859b377ab02b9cb5e6a9d651ba78604f5ea10d74ee97c300883061
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 1a47738fefe687085a2bae03e5d49910b1022cbedb7bf375a8c223b4d692750e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,339
Size: 1.00 vMB
Total Fees: 0.05690820 BTC
Feerates: 477.45 > 5.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (452,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
462,368 462,368 00000000000000000087f8c7f85ea1e44984f5385afc378d972fe4087332000f 2,134 1.00/1.00 vMB 140
462,367 462,367 000000000000000000b944abd1b9bf1a0fd87665015b3f2c72050a4db9eac5ea 1,929 1.00/1.00 vMB 175
462,366 462,366 0000000000000000005595a8e78b74db881f8286d7b9c44d9ef71a48c7677433 2,234 1.00/1.00 vMB 129
462,365 462,365 000000000000000000ad7e21aa182440591e22ed8024eb1dcdcd4e1f87161e9c 2,853 1.00/1.00 vMB 184
462,364 462,364 0000000000000000007c36dc4cdee321c8640d6d98e100812a42c9cafdb03b4d 1,849 1.00/1.00 vMB 161
462,363 462,363 0000000000000000002ec079131d3bcd252a1d695348d7c98fade972e659ce3a 2,540 1.00/1.00 vMB 133
462,362 462,362 0000000000000000014fe179b8f61b3ac33a774b757b64e13e5e479a016b6f12 2,164 1.00/1.00 vMB 152
462,361 462,361 000000000000000000d9447f80a51194a9e77e2a27d3c5cedacb87d3d5ebfe3e 815 1.00/1.00 vMB 111
462,360 462,360 00000000000000000104822232f49334970b053a801618aa38bf37423d82e5ed 2,523 1.00/1.00 vMB 129
462,359 462,359 000000000000000001f759c6730044cbdbb1823dca13ccd90e4675706f421f31 2,255 1.00/1.00 vMB 157
462,358 462,358 0000000000000000008973c5c13db5552bd5474d4f6438e10b175449ab395ca6 2,232 1.00/1.00 vMB 174
462,357 462,357 00000000000000000064c91de8a63a1deff3606d7cf582ab42e3c5f304a2368c 2,101 1.00/1.00 vMB 136
462,356 462,356 000000000000000001dd87caf775e7d54302fa6c062bc87dfa4df51f3f4736bb 2,589 1.00/1.00 vMB 181
462,355 462,355 000000000000000001e812a9a1f784ed5c11d168fc57bf06986c3632fd98fd3c 2,400 1.00/1.00 vMB 161
462,354 462,354 000000000000000000631aa8d4bab98f5071093b07a9c80b8f96875d540ed98a 2,675 1.00/1.00 vMB 228
462,353 462,353 00000000000000000018705bcc0be76d4c723705810e47a0d2bc1e1f8c657d42 2,447 1.00/1.00 vMB 145
462,352 462,352 00000000000000000092e96f761ed73c7f0a6429f602e46717baef89a75e4146 1,665 1.00/1.00 vMB 151
462,351 462,351 0000000000000000011a7fe71ec8ff37af251fc435db318947cb7c949464cc80 1,498 1.00/1.00 vMB 151
462,350 462,350 0000000000000000002768d895eb8192d1921dd7cbbe21410b2988f93cea161a 2,103 1.00/1.00 vMB 132
462,349 462,349 000000000000000000915235dcda463c9f62ac1f5fb00a4ac6d5c2fb261a6cb9 2,784 1.00/1.00 vMB 165
462,348 462,348 000000000000000001491b6adfae3edc24b3713341c2f15a8f8a9f71bfadfa02 1,827 1.00/1.00 vMB 122
Previous 10 blocks ↓
Total Size: 782.63 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: 672.22 GB
    • Received: 16.18 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.