Loading Tool

Explorer IconExplorer

Memory Pool

84,493 transactions
30.98 vMB
0.09377828 BTC
Random Selection Loading Transactions
Max Size: 189.99/200 MB

Candidate Block

Mining Attempt 96f293ba2bd259369c19346348b53adf1fcf57eebbffa176c92724600e023cc8
Version 20000000
Previous Block 0000000000000000000128573cb111401f661ea57a2bc9fbc9c48fcf8c5e1f6b
Merkle Root bde7ec9d53da7f07597fa13cc9b8eb121da8119b5f7a6cefec5f25c4907aca8c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,545
Size: 1.00 vMB
Total Fees: 0.02305216 BTC
Feerates: 402.60 > 2.31 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,326 (467,116 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
448,210 448,210 0000000000000000009c5a17bd4fba2ec7ab3de105a5b2092b0a4dfa2179b212 1,698 1.00/1.00 vMB 48
448,209 448,209 000000000000000002ecd84412a0a29592c54f1f547f8649138df28a7b6c99b9 669 0.36/1.00 vMB 76
448,208 448,208 000000000000000002ecfd3fc8c96ce08c5a8e901c04870aeb2a7a6ccc79ca12 581 0.39/1.00 vMB 60
448,207 448,207 000000000000000002f3013bc2c18a22e1175d163a1682c6298d1f34f0bda36e 2,433 0.99/1.00 vMB 82
448,206 448,206 000000000000000001b7a2061de198eb5cab35ed3a5ea32df428d2fd5a1adeec 1,347 1.00/1.00 vMB 45
448,205 448,205 000000000000000001d281193a23adfb6cc86d94bbb162371be7298dc859c1be 1,463 1.00/1.00 vMB 66
448,204 448,204 0000000000000000004a64bbea67c0dda5090792217340f79894792757dff64f 1,579 1.00/1.00 vMB 58
448,203 448,203 000000000000000000bf313b94d00ac97d83f9ffc601dd4abb64437fc095cbb9 2,647 1.00/1.00 vMB 66
448,202 448,202 00000000000000000243d1daaabae960e8aeffaec6c7b01e25055c09fe11e7ca 2,564 1.00/1.00 vMB 87
448,201 448,201 0000000000000000027c0eda2191125f96929a5b1993758425615ef07656ca99 2,089 1.00/1.00 vMB 77
448,200 448,200 00000000000000000234c081f50c40af06caaec2818d5b682dd61241e18c3494 1,638 1.00/1.00 vMB 90
448,199 448,199 0000000000000000025ff07a704e2b04d773ad9a339fd38b894492b4edaa0426 2,009 1.00/1.00 vMB 114
448,198 448,198 00000000000000000299dd5f2cfc6671da85ad7b0521d057debc320af598cf32 673 0.37/1.00 vMB 71
448,197 448,197 000000000000000001581cb5507b0f75a8ce615ae472450e7668a5b8bfff2c08 529 0.44/1.00 vMB 46
448,196 448,196 000000000000000001a1795ed68d3bfcbce78ba99b4954f0fd0029e0b6690679 1,598 1.00/1.00 vMB 47
448,195 448,195 00000000000000000252895706f4951c5947ce8cc657998dc950447fae8c59f4 2,412 1.00/1.00 vMB 68
448,194 448,194 0000000000000000011745ec7720efa3748123a05d7624b6997fa5056f27f575 2,960 1.00/1.00 vMB 76
448,193 448,193 000000000000000002dab33fb6f07f14515e6465aa1ee4222d3240010f1ebd88 2,618 1.00/1.00 vMB 74
448,192 448,192 000000000000000002e901d8303d43e8bbd4d8f76a66cf2f2da064e8fbb31dbe 1,523 1.00/1.00 vMB 93
448,191 448,191 00000000000000000175c4b220119f5e0459808b5440369765b0e6f6f29cf8ab 2,287 1.00/1.00 vMB 82
448,190 448,190 000000000000000001ee4141af8b1c4b2890027c055d2e4ca09e3bf4970a7a22 2,208 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.96 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: 715.29 GB
    • Received: 17.70 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.