Loading Tool

Explorer IconExplorer

Memory Pool

44,342 transactions
27.56 vMB
0.08624862 BTC
Random Selection Loading Transactions
Max Size: 144.35/200 MB

Candidate Block

Mining Attempt 4c442366bcc1deac6bd7cc368cde3c31d915571b2ea6bfee6520dd2dd6106107
Version 20000000
Previous Block 000000000000000000002e6c125769ab28179d8d5f06e690be3e70d4bdd9ba39
Merkle Root f368f7de37a5ca19940fc27de8c617a6562b57cf79f36acbfead8210e2faed50
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,903
Size: 1.00 vMB
Total Fees: 0.03282534 BTC
Feerates: 151.65 > 3.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,904 (248,696 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
666,208 666,208 0000000000000000000a3a92d2494b041dc6639b6599beb94e7ea6f95c4b516c 2,967 1.00/1.00 vMB 149
666,207 666,207 000000000000000000045c802f714f399852a95fb3dd2f30ab47ebe3ea44f12b 2,187 1.00/1.00 vMB 119
666,206 666,206 00000000000000000008bbc84d24d161d3134546626c3fd2666a2050eeb0252b 3,065 1.00/1.00 vMB 127
666,205 666,205 0000000000000000000c14013d7a05749c72201be6c9a7b911c0f1706e215fd9 1,858 1.00/1.00 vMB 135
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
Previous 10 blocks ↓
Total Size: 782.22 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: 654.72 GB
    • Received: 14.17 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.