Loading Tool

Explorer IconExplorer

Memory Pool

82,234 transactions
30.26 vMB
0.10047467 BTC
Random Selection Loading Transactions
Max Size: 182.56/200 MB

Candidate Block

Mining Attempt 147d401ad7be697a950fa410c6f939d71ab09e827b275ca7e506a124fedd7841
Version 20000000
Previous Block 000000000000000000014edc16f735012cfd6c99b298f4296e1026fc6bd193bb
Merkle Root c73e880de14a24b58df27df2279b2db93356a83fbb49218a58d8b06686a76d4e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,606
Size: 1.00 vMB
Total Fees: 0.03792058 BTC
Feerates: 526.32 > 3.80 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,967 (454,678 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
460,289 460,289 000000000000000001aed8d774f63b72b17413914dca2ce269e77be6307f802c 2,536 1.00/1.00 vMB 154
460,288 460,288 0000000000000000016151f0a4dde006048584ef647a9ebe9a47539447a86d2a 2,736 1.00/1.00 vMB 223
460,287 460,287 0000000000000000009e97095a753b5713bc91b3582fd0cc4f01823c98062fdb 2,878 1.00/1.00 vMB 208
460,286 460,286 000000000000000000e07b1c55abd2bee702a3b1d90c5f4e60bc1ebb5b3b2fac 2,163 1.00/1.00 vMB 229
460,285 460,285 0000000000000000006574bd559081990f7cc59e1b9b02f6b0f5b897edce5166 2,089 1.00/1.00 vMB 157
460,284 460,284 00000000000000000136d2dc6a303bf0ff0e395336bddf26336d3e62d212c36d 2,714 1.00/1.00 vMB 207
460,283 460,283 000000000000000000d3bdd12156e989315abfbf4d45cc286991436d8916a5a9 2,614 1.00/1.00 vMB 194
460,282 460,282 000000000000000001edad81fc7049126213c68fd1fc619b5a0a9a7444d32314 1,403 1.00/1.00 vMB 266
460,281 460,281 0000000000000000003392c77dc421b76daefe86cb85f265266a619919dd383c 18 0.00/1.00 vMB 2,139
460,280 460,280 000000000000000001bb50b142b4f0a5c924ec60323732573e5580045c54203b 1,751 1.00/1.00 vMB 182
460,279 460,279 000000000000000001f73cb15101fbd3f5553a10ad9fa8925e73a708c3c7a2a0 814 1.00/1.00 vMB 92
460,278 460,278 000000000000000000abcd4b26caf38b28dd44dde91e08e68e37432ce8d7ffe3 2,109 1.00/1.00 vMB 176
460,277 460,277 000000000000000000acea97da3b4e7f0e5a16fe7da2433ab1a4cb9aeac7087b 2,021 1.00/1.00 vMB 152
460,276 460,276 0000000000000000021bca1b0208adf94144a04f4e350b9b796119dc1087065e 1,641 1.00/1.00 vMB 111
460,275 460,275 0000000000000000002ed027b3051343ca5d8cbeff519b30696a415ddb6f2991 1,044 1.00/1.00 vMB 115
460,274 460,274 0000000000000000015232be30d5fe8e356745c54885a6da4cf2e40907804c50 1,536 1.00/1.00 vMB 136
460,273 460,273 0000000000000000008bef02c49af365b03c3553d41bd51dd71a21911a0a05e9 1,248 1.00/1.00 vMB 127
460,272 460,272 00000000000000000020ef46d47c91d37ff36b76bb8df82088c9edf9ffa36f8c 2,170 1.00/1.00 vMB 131
460,271 460,271 000000000000000000e9a1d04df57901bcd8cdb75463d836ab251548978c32d3 2,116 1.00/1.00 vMB 160
460,270 460,270 000000000000000001c42cd1dba6ce95e805a4264e69accdd2eac1a7284b344b 1,998 1.00/1.00 vMB 158
460,269 460,269 000000000000000000d813aaffaa85aa5ec0be2d063b85a5fd3cb527e84ecccb 2,242 1.00/1.00 vMB 211
Previous 10 blocks ↓
Total Size: 782.33 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: 660.41 GB
    • Received: 14.73 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.