Loading Tool

Explorer IconExplorer

Memory Pool

81,707 transactions
30.61 vMB
0.08330546 BTC
Random Selection Loading Transactions
Max Size: 187.32/200 MB

Candidate Block

Mining Attempt 2ecea5bb7defb7c3f1123f9bacadef35691bc54ee0107fdd40c64d66daaf535f
Version 20000000
Previous Block 000000000000000000012b8db8fff0c5a04419eeff4b82e3dbc3d9d67db2980f
Merkle Root 5acc88256e549491a940fc5dc273fe8fd2f6590b9aaed94a79aaf2d289ec8f30
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,780
Size: 1.00 vMB
Total Fees: 0.01437454 BTC
Feerates: 150.61 > 1.44 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,358 (432,996 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
482,362 482,362 00000000000000000009e82f2896fb350581a896dd318a09ef7f0d31af755686 2,023 1.00/1.00 vMB 162
482,361 482,361 00000000000000000091ad7bfd1132d72b600b6f3203f10acffbf893fe5d923f 2,233 1.00/1.00 vMB 294
482,360 482,360 000000000000000000f0c4d0e73a184524a8c00aa13a67f02ab1cf2530860317 2,233 1.00/1.00 vMB 416
482,359 482,359 00000000000000000083a635986d0206a59fe5275e38eca1e10664dc8c91f990 2,219 1.00/1.00 vMB 110
482,358 482,358 000000000000000000adf9c95fdc667476d17c77f49e7b2389b29731c8837ecc 1,684 1.00/1.00 vMB 422
482,357 482,357 000000000000000000b3fe2261c8ca01224380d3b7eb2c85a54b6dd1739b50f9 1,652 1.00/1.00 vMB 132
482,356 482,356 000000000000000000ced24a295041e5d47b168ebc8a2f42ab6fb4267295ce8d 2,106 1.00/1.00 vMB 315
482,355 482,355 000000000000000000246adfcb50b5c2a2772487db8fb236e3e729377d23591b 2,013 1.00/1.00 vMB 352
482,354 482,354 000000000000000000d7b10b914c936958606cb2c146c8446bae117ba0954195 2,163 1.00/1.00 vMB 384
482,353 482,353 000000000000000000ff0fe5c54e137ddb1206f6ab65ffa7595c7de3acc21aa5 2,242 1.00/1.00 vMB 478
482,352 482,352 000000000000000000b180ccf0de18bcd2dd6eeb93a424b37c885c434e14a1c4 1,797 1.00/1.00 vMB 113
482,351 482,351 0000000000000000004190da32614fcb88827de91e7d8b840ae0fee58174e865 1,859 1.00/1.00 vMB 378
482,350 482,350 00000000000000000061f1ddff963c5dd1573add1c9b75a4c5297bbe81587013 2,143 1.00/1.00 vMB 245
482,349 482,349 000000000000000000a1c2f09a5476338bd235a35949d07b0d7e139afec01a22 2,245 1.00/1.00 vMB 212
482,348 482,348 000000000000000000ccbf2e20df8a1744359585db9ed8718824dc2ba0ad6a28 2,057 1.00/1.00 vMB 199
482,347 482,347 00000000000000000133758dc9781ef3f7d637ebfc6c0f44fbcd2467cccf47f3 2,051 1.00/1.00 vMB 406
482,346 482,346 0000000000000000011ed490419871ebefcc2ebe8049ad3a2a5e21e91d59c4df 1,835 1.00/1.00 vMB 183
482,345 482,345 00000000000000000007d13c7d1abfea93dc5683872a98df570cfafbe9aae0be 2,820 1.00/1.00 vMB 115
482,344 482,344 0000000000000000006cab9d93c8423b73ec40d57853049c986f3c215939110f 1,612 1.00/1.00 vMB 401
482,343 482,343 0000000000000000002c95765c6979cf42c01e1f69e1b11b96de15a9bdd78eb2 2,034 1.00/1.00 vMB 288
482,342 482,342 0000000000000000002221cbd62e75ece46be371d178694a263244dfb15686ea 2,131 1.00/1.00 vMB 450
Previous 10 blocks ↓
Total Size: 783.01 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: 718.90 GB
    • Received: 17.99 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.