Loading Tool

Explorer IconExplorer

Memory Pool

40,216 transactions
28.92 vMB
0.09224705 BTC
Random Selection Loading Transactions
Max Size: 147.09/200 MB

Candidate Block

Mining Attempt e47d3c2cf92ccffed3d4a896c1b5006b3c4bde6f2e8ca8b1556b3281005d6816
Version 20000000
Previous Block 00000000000000000001157a4311de69a70f52c462fcca1444599cbf87c6de5f
Merkle Root bbe1610163f3e32a1962c55dd81c0062f55642fef84ee49a5233d6a410e2df43
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,064
Size: 1.00 vMB
Total Fees: 0.03597664 BTC
Feerates: 101.65 > 3.61 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,541 (447,150 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
467,391 467,391 0000000000000000017b48000350800bad5efdb66bda8aaa4aa7bbd3108c21f6 3,274 1.00/1.00 vMB 156
467,390 467,390 000000000000000001ca10003c524933e4efc4fff138d9d30243fa9467b8f31f 2,655 1.00/1.00 vMB 194
467,389 467,389 000000000000000000d0f32648fad8fcebb7838919ef54d17ecf8d77765b5abf 1,720 1.00/1.00 vMB 251
467,388 467,388 00000000000000000117d3d72c1fa25a14499f9c559bd408011840ec751db203 3,104 1.00/1.00 vMB 339
467,387 467,387 0000000000000000012017ae7382a0bc4dd09b33e8da9af4726556a1b2a788c5 2,057 1.00/1.00 vMB 166
467,386 467,386 000000000000000001a75d4c8160f84ad26be0a24b0a7a1e9791bf3428cc3ffe 4,311 1.00/1.00 vMB 122
467,385 467,385 0000000000000000011dd03b6f1dcd7e5c0ce2dcdc71149b9df56ddb0987305f 2,997 1.00/1.00 vMB 182
467,384 467,384 00000000000000000112dea906176e5efda08ae64076da11959f2a6a7f590f65 1,196 1.00/1.00 vMB 158
467,383 467,383 0000000000000000012ba6a19e55676589b5e6327f7e6c6500408b53dce58cb2 1,933 1.00/1.00 vMB 273
467,382 467,382 0000000000000000018cb6e9be099eba9ec52ce78aabdbbbf93fa710c2b579a5 1,961 1.00/1.00 vMB 270
467,381 467,381 00000000000000000161dd26151c9c35d313105119b1c3b2a2e2d9e31be70368 1,950 1.00/1.00 vMB 191
467,380 467,380 000000000000000000f721673b36bb325bc9e9c99da7300d7162a301a003187f 2,124 1.00/1.00 vMB 218
467,379 467,379 000000000000000000ebd3df2859520a5716420f536d29ff2567ea6328541df1 3,073 1.00/1.00 vMB 321
467,378 467,378 0000000000000000012a7dcfd6c1c798e6f03689157a04b1319bb7290d777253 2,361 1.00/1.00 vMB 279
467,377 467,377 00000000000000000181b792fba5153b92a6afd9dc167b89af13f30f383174fa 2,652 1.00/1.00 vMB 306
467,376 467,376 0000000000000000005048f70ba6eb1e8aeb3135a859baafe5d271b39246964c 1,719 1.00/1.00 vMB 166
467,375 467,375 0000000000000000016ec78403945b17ac32d05753fb8b9bcb9710aa63a06e23 2,004 1.00/1.00 vMB 245
467,374 467,374 0000000000000000002a60970b169a2fd47204372be4301998237b9fb57f7092 2,103 1.00/1.00 vMB 314
467,373 467,373 000000000000000000ad031f4e7aeaee10078527840b5834c944308bf46a324d 2,444 0.99/1.00 vMB 195
467,372 467,372 00000000000000000186862eda20f4b527337cfe739ae891fb3395ddac61151e 2,206 1.00/1.00 vMB 269
467,371 467,371 0000000000000000011bf45d1a3021c1d5dd27f3b94ce61034899e79f885997f 1,626 1.00/1.00 vMB 196
Previous 10 blocks ↓
Total Size: 781.57 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: 622.63 GB
    • Received: 11.35 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.