Loading Tool

Explorer IconExplorer

Memory Pool

82,258 transactions
31.73 vMB
0.10810774 BTC
Random Selection Loading Transactions
Max Size: 190.23/200 MB

Candidate Block

Mining Attempt ab299e01cda0833a32e43976959b7b48d90534fd7a8f0be58fc9d0c5db16e957
Version 20000000
Previous Block 000000000000000000010cf532a63a6441b67a3efb5df3eadda72118873c170e
Merkle Root 91bd1f045258c376eac6b59b4ca754f7e6c5881ef9b04bf5c0f3357f4b11c46d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,979
Size: 1.00 vMB
Total Fees: 0.02443816 BTC
Feerates: 99.50 > 2.45 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,376 (433,019 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
482,341 482,341 00000000000000000092d4537f04767bbf3c9b679bbe59777f7431851f7f39d4 2,191 1.00/1.00 vMB 326
482,340 482,340 00000000000000000016da9d4eb64e842fb0b83e2eed963553a3378a63c80c6a 1,981 1.00/1.00 vMB 362
482,339 482,339 000000000000000000a50f303c8d96b906682a0da4124a8dc77c4da09e8fc52e 2,254 1.00/1.00 vMB 390
482,338 482,338 00000000000000000082be1e263fdb7bc33287315d8378728780559e2a950e3d 2,014 1.00/1.00 vMB 456
482,337 482,337 0000000000000000000b20e5fa459587766cb23a0c7d1bb253bea56c983a89fc 1,508 1.00/1.00 vMB 166
Previous 10 blocks ↓
Total Size: 783.04 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: 720.41 GB
    • Received: 18.16 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.