Loading Tool

Explorer IconExplorer

Memory Pool

83,279 transactions
30.93 vMB
0.08288828 BTC
Random Selection Loading Transactions
Max Size: 189.71/200 MB

Candidate Block

Mining Attempt 740a7ac882be00038db361e0e7fd2cfd17fc332af6c8bd3635b6449afcaacd50
Version 20000000
Previous Block 00000000000000000000d458498d88f256390ba991d916d90569548e7a257dd4
Merkle Root 069814a4dba3168382cb13b39ea968208d09a8c97391b15749233033ea6afc07
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,867
Size: 1.00 vMB
Total Fees: 0.01324761 BTC
Feerates: 186.33 > 1.33 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,345 (460,140 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
455,205 455,205 000000000000000000f9f1d754128a6e9236b23e4924e064d9b826e628c84227 1,922 1.00/1.00 vMB 92
455,204 455,204 0000000000000000015fd46f7ab6ea7ebfad5581d6f7ae698c60a1ccecd6bab6 2,409 1.00/1.00 vMB 139
455,203 455,203 00000000000000000150f82594ee4ae9a365b4f1bdcdf9f279a22d76d8d3f93e 2,832 1.00/1.00 vMB 119
455,202 455,202 000000000000000001c4fa20d5582849f832abe51c96acf0d7c0cdb1fb9b84bb 1,780 1.00/1.00 vMB 134
455,201 455,201 000000000000000001496c810d66b61caf3ade15398a4657e4b2a557f876919e 2,845 1.00/1.00 vMB 171
455,200 455,200 00000000000000000134f0b449d116e92b42128312a3ffc72a4d5f454d00b4ac 3,379 1.00/1.00 vMB 136
455,199 455,199 000000000000000001bc4deda6dad82973b6ee8ea617519b7e52ccdb5459c3e2 2,303 1.00/1.00 vMB 139
455,198 455,198 000000000000000001b24db2b626fcbbc7a5d09537c90768da46cce07ae83dff 2,569 1.00/1.00 vMB 128
455,197 455,197 000000000000000002353e172788c009782c242ba08b1776179344d1491a6d33 2,416 1.00/1.00 vMB 145
455,196 455,196 0000000000000000008a56ca6ae5157f70551b33d1b5609525b4e55c02c952b1 2,012 1.00/1.00 vMB 63
455,195 455,195 00000000000000000225804f1cc60970ecaf4de567989436ae31007be7cb5b20 1,811 1.00/1.00 vMB 134
455,194 455,194 0000000000000000002c9b5d09cd81aab5d2d3a322e72b5bdc731354b972c4ca 2,388 1.00/1.00 vMB 176
455,193 455,193 0000000000000000014222fe9b242171bddd7bb98c3479fdeac21d6a767eece8 2,737 1.00/1.00 vMB 192
455,192 455,192 00000000000000000221e5732e89494c094d993ed9f7cd385ded2f70cccc9f2d 2,758 1.00/1.00 vMB 138
455,191 455,191 0000000000000000005e5ffc85ba3852328967483b6f985bf6f7173a11fd4358 3,107 1.00/1.00 vMB 121
455,190 455,190 0000000000000000019cc60967f59b745df5a1f173ac6d84a09ecac6a1ec7991 2,699 1.00/1.00 vMB 133
455,189 455,189 000000000000000000e1ab989386bcc6354c501e4b8a731ab47fe3445068d50b 2,219 1.00/1.00 vMB 143
455,188 455,188 000000000000000001b802cd29c640b08c08ee8a4a4e9e7bdcb8d5058b078921 2,180 1.00/1.00 vMB 158
455,187 455,187 000000000000000000115b6ef80981d14a342b096a0fe47005a7db633686903b 1,783 1.00/1.00 vMB 186
455,186 455,186 0000000000000000012c334e1d84c4e4798e4d306c1d7c6c567894d64b0c5feb 1,855 1.00/1.00 vMB 136
455,185 455,185 0000000000000000025226fd5c4a7e177a158ef3ce9d71b4bde27a6a07951ad3 1,523 1.00/1.00 vMB 128
Previous 10 blocks ↓
Total Size: 782.99 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: 717.23 GB
    • Received: 17.84 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.