Loading Tool

Explorer IconExplorer

Memory Pool

45,856 transactions
27.81 vMB
0.07866194 BTC
Random Selection Loading Transactions
Max Size: 145.52/200 MB

Candidate Block

Mining Attempt 6beb7fc656d6db60c5fd3a976b3c5960eb342a7ff4d49e610033fc9d29aa2c6c
Version 20000000
Previous Block 00000000000000000001ea5ca94f36eab03be1e198193b179a4c6d49b9095493
Merkle Root 87625544d6924cb905990296210227c8331e2f5f30c251b3f32b941e7b45470b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,354
Size: 1.00 vMB
Total Fees: 0.02188083 BTC
Feerates: 124.00 > 2.19 > 0.39 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,888 (248,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
666,204 666,204 00000000000000000008ddd27c4a394d76db9a6b0f5e16ab1e6c157d23a398b5 1,920 1.00/1.00 vMB 138
666,203 666,203 000000000000000000002227c8917bd6b2889c83f92721bf47ac548430dddabc 2,402 1.00/1.00 vMB 132
666,202 666,202 000000000000000000014e46f2b5274f70bdedc60ff3399839b19f2f686b019a 3,126 1.00/1.00 vMB 155
666,201 666,201 00000000000000000002c6f160deed28e1ed64e74acdf1e2913602446001ca9f 2,632 1.00/1.00 vMB 66
666,200 666,200 0000000000000000000a62375d353f834e1b389b9009838ca3f3d3320cd28b55 2,443 1.00/1.00 vMB 67
666,199 666,199 000000000000000000074658b628fdc311ccc74ccf62820bbacbe4752c30a0b6 2,173 1.00/1.00 vMB 90
666,198 666,198 00000000000000000004ec82ce09d7eb1d3963dd0393a3633c02c656afe6c162 2,585 1.00/1.00 vMB 143
666,197 666,197 00000000000000000003e4850e23793b5541ef8b19bdf437026a2743bbe95dbe 2,606 1.00/1.00 vMB 114
666,196 666,196 00000000000000000001f4a27ca39496496fc562f6b1d65a27eee6749787b753 2,399 1.00/1.00 vMB 101
666,195 666,195 0000000000000000000328e62b16db299e76d916a243d9a1478ffb2747d1b2bd 2,157 1.00/1.00 vMB 120
666,194 666,194 0000000000000000000c4154d1c81ff9c8196c77f7b4644ba108904ae650f82e 1,871 1.00/1.00 vMB 117
666,193 666,193 0000000000000000000da62c958d85ff79a0dc10c65a15a930b0639e28e1fd03 1,052 1.00/1.00 vMB 128
666,192 666,192 0000000000000000000c266cdff8b13d9dc35f9b8f179911f546164c16124774 2,221 1.00/1.00 vMB 134
666,191 666,191 0000000000000000000ad2ac2da65e2ff799408aaa229367723444860769c8b1 3,084 1.00/1.00 vMB 157
666,190 666,190 000000000000000000064fdb420dccd869fcfcc3a238eaa68d2d82155ca1b7f0 2,107 1.00/1.00 vMB 78
666,189 666,189 0000000000000000000539525586176f7e140a0ddd8e78d1697b2180f8852f9c 2,746 1.00/1.00 vMB 100
666,188 666,188 0000000000000000000806a15239fec56cb3e5a72b3c49785e01bd0e0046ec39 2,842 1.00/1.00 vMB 91
666,187 666,187 0000000000000000000bc453d45fb510f38d296beed9834544ee27f1069ad351 1,516 1.00/1.00 vMB 128
666,186 666,186 000000000000000000019d2c2c6b6207bfa8209650f74aaa37aeed2f76082439 3,224 1.00/1.00 vMB 149
666,185 666,185 0000000000000000000cc82b0a9a6e290cd13721a1abf88fdebb37fdc927308e 2,418 1.00/1.00 vMB 142
666,184 666,184 000000000000000000063427e593cfd990984d6e312e4ce3eac90ec315a4120d 2,467 1.00/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 782.19 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: 653.73 GB
    • Received: 14.03 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.