Loading Tool

Explorer IconExplorer

Memory Pool

14,038 transactions
2.59 vMB
0.01051719 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 21.06/200 MB

Candidate Block

Mining Attempt 22e696dd2645f2824d9f710e718265df57a16d708ff7a958d2e656fc303ff131
Version 20000000
Previous Block 0000000000000000000113d7f859536e2df3cfa4c55255de60dcecb96625972f
Merkle Root 613b3dab64f858103d69ee16f9cc42e317688f6f0e2c760ef218a3f41e0121f2
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 501
Size: 0.13 vMB
Total Fees: 0.00420664 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,858 (649,319 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
263,539 263,539 00000000000000069888d8e954947816fa206403bacfe3980c871bdab343b23b 0.07 MB 104 87
263,538 263,538 000000000000000f6d4f744d475472914b450de8fc45ce2c8787f7749196631d 0.02 MB 64 93
263,537 263,537 000000000000000aab30d52145538044c89587bb68df278555988d95256c7823 0.14 MB 289 113
263,536 263,536 000000000000001194ca1ca5273e61ed79e6bbd09aac9018fe4c62115a8aa98d 0.14 MB 308 55
263,535 263,535 000000000000000506f201eda2c0a58b23fef5221a6cafbb1a2d177f69fbac65 0.25 MB 572 125
263,534 263,534 00000000000000111d0a42cf8799e8ff8fec7c3001460eb3e769562d7b459922 0.01 MB 21 163
263,533 263,533 0000000000000005a901a685a2b2f68e93e05f09e0ec894975923d01a21c4084 0.01 MB 28 100
263,532 263,532 000000000000000ece5a667383b49c64f29985d58ade82cbce9b92dc217e8505 0.03 MB 89 89
263,531 263,531 00000000000000084c6358355659df5228a38e32feac40674e1ea1999b583980 0.12 MB 186 70
263,530 263,530 000000000000000a8fc4097039b8edc2782564789c3e451b8480a1d90f117c14 0.03 MB 58 87
263,529 263,529 000000000000000c229215642dc9370617362d9aa96019f08fb4d28a1bdaa7b1 0.15 MB 218 79
263,528 263,528 00000000000000022881788a822585688e11911ebcbd0c752628ea48211ca3d3 0.08 MB 164 85
263,527 263,527 0000000000000009e5e4efbb713aaf2d7fbe4de176cce7a283371059570d2f37 0.06 MB 120 78
263,526 263,526 000000000000000c2dd4baa823a17fe1ed302a21e7265880d25ee57ede4640f6 0.14 MB 140 36
263,525 263,525 000000000000000c76ba1b4347d8b94534b0e0b555d2e27b4906962e9cec62df 0.17 MB 301 87
263,524 263,524 00000000000000119fb82ec4e409a5372251edd9903e0f4bda7e8684bda71de3 0.06 MB 102 74
263,523 263,523 0000000000000014afa9c0af9e1af5a6d286dc59aa43f3ed9bbf2143ecb08e15 0.14 MB 31 6
263,522 263,522 0000000000000001b667e2bfa37ba018f2e7c3d00493496d1d00dedef2b45958 0.04 MB 119 127
263,521 263,521 000000000000000efd87ba7694a3e0178eb71d9456257c510095cb7d70d330e8 0.15 MB 347 113
263,520 263,520 000000000000000cb35c5001200ebeb5c76d7c30bc50d0538503aeb678f35004 0.05 MB 146 92
263,519 263,519 00000000000000004c03dc4dc115c47babfc636df8b2e49bc91397d501d60a58 0.00 MB 10 265
Previous 10 blocks ↓
Total Size: 778.59 GB

Node Details:

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