Loading Tool

Explorer IconExplorer

Memory Pool

46,356 transactions
27.95 vMB
0.07483685 BTC
Random Selection Loading Transactions
Max Size: 147.11/200 MB

Candidate Block

Mining Attempt d325177af0559424fd8127bc1b7f8a61c0f9284540698bf48bb0907f15f57f4a
Version 20000000
Previous Block 000000000000000000014dfbe7f39f88da835586e6043c860399950dddc4e4d7
Merkle Root 39f8fdfbf8738f4e8685b1a6a2c2649a68de1290bc3d2e1826c42b5e6690e9a6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,230
Size: 1.00 vMB
Total Fees: 0.02156447 BTC
Feerates: 100.36 > 2.16 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,942 (92,483 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
822,459 822,459 00000000000000000002ddc302688a1f01672412daf376ec0ea966ea245aa44f 3,997 1.00/1.00 vMB 132
822,458 822,458 00000000000000000001b2c557b016eb553a79bab4cdfd9c54a9936f0554ae55 2,675 1.00/1.00 vMB 128
822,457 822,457 000000000000000000024468f81ac65bac50fc5184fb6ed55b3e6cc318b454a1 3,678 1.00/1.00 vMB 144
822,456 822,456 00000000000000000001c5c3dda4146682c1db069df36a85ad8652dcd5e2a0a6 4,439 1.00/1.00 vMB 113
822,455 822,455 00000000000000000003ea662d4a86a5064257a256483ae0adf33af91448eef0 3,277 1.00/1.00 vMB 148
822,454 822,454 00000000000000000002f6747a30cb9be13f2e51d26ea3e8882fa5b37f10858e 3,843 1.00/1.00 vMB 118
822,453 822,453 000000000000000000032786f6dd0fedc6ba546dec8c10d771786fa14e801acd 3,202 1.00/1.00 vMB 237
822,452 822,452 0000000000000000000381ab76b860d5a92f4ba4c3af5c12730102a13de6bfa5 4,723 1.00/1.00 vMB 122
822,451 822,451 00000000000000000003f51d08ccbcb4b61da9d3590d27ac99cc70d3fcf24835 4,080 1.00/1.00 vMB 116
822,450 822,450 00000000000000000000eb023478efa481a0ce0ddfcd047a9b144140d61d2fa8 3,563 1.00/1.00 vMB 180
822,449 822,449 0000000000000000000065d34788b974105ff7dd8a4e355c1b7c8b77754fb074 4,544 1.00/1.00 vMB 142
822,448 822,448 00000000000000000003fcedbd2a2e156c31146713c258814bddae335a649bf3 4,389 1.00/1.00 vMB 161
822,447 822,447 00000000000000000003c047a01cbba750a4e0d88b42fd78618849e66fe10f17 3,282 1.00/1.00 vMB 207
822,446 822,446 00000000000000000003c7e3462986bdc1524f1ab4d41eb9cc3622475a72ee4c 3,963 1.00/1.00 vMB 213
822,445 822,445 000000000000000000024e953cc2ae68087cb6d4b46cf78605cc7d1b3d967b6b 4,029 1.00/1.00 vMB 234
822,444 822,444 000000000000000000019f9620d66997347f5430b4bcd75b8ebe4dfee7bea8e1 4,126 1.00/1.00 vMB 283
822,443 822,443 000000000000000000027f7d346c1b53de91aa7493ca71eb0ea9ff08a39a6f9b 1,552 1.00/1.00 vMB 93
822,442 822,442 00000000000000000002354fc90d80f9c9d89f2c71d69ceda9899ea8e39d8fa8 4,469 1.00/1.00 vMB 134
822,441 822,441 000000000000000000033cf46f5e84fbe63e02cd44f7f0fd62aab3482db593db 4,162 1.00/1.00 vMB 117
822,440 822,440 00000000000000000001d9b6dd594cfd7068773d4993fc00377b6a48fcad02c7 3,507 1.00/1.00 vMB 121
822,439 822,439 00000000000000000002cb50eb9c4df0672e83ad465f475c3c644ab1589d4cfc 4,403 1.00/1.00 vMB 123
Previous 10 blocks ↓
Total Size: 782.29 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: 657.04 GB
    • Received: 14.46 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.