Loading Tool

Explorer IconExplorer

Memory Pool

35,021 transactions
25.70 vMB
0.08115445 BTC
Random Selection Loading Transactions
Max Size: 130.37/200 MB

Candidate Block

Mining Attempt 478047237093291217c4f6eb3f8947988e4351de85c056e5e79e301cd9f0d9b0
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 8f16d25745ddbea2a8bab3ac4eac6d58cace74aa8b27ebbda34c7e8bd06c9591
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,862
Size: 1.00 vMB
Total Fees: 0.02910956 BTC
Feerates: 150.71 > 2.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (338,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
576,276 576,276 00000000000000000010cbcc484390a74ac1d61f5fec14e1f30a24e595ffc7ca 3,268 1.00/1.00 vMB 170
576,275 576,275 0000000000000000000fc0e2ddd76a9dc8b0137109cd0b9555ed89203344b525 2,873 1.00/1.00 vMB 169
576,274 576,274 0000000000000000001cccac534dc528f8167f4b5820922a34785dd0241bab50 3,071 1.00/1.00 vMB 189
576,273 576,273 0000000000000000000859cd33894231d848ee631b3d39807a295e1b1bd03229 2,478 1.00/1.00 vMB 156
576,272 576,272 00000000000000000013ad6bee5240f946589a01499be991d38eff587e1aec5c 2,784 1.00/1.00 vMB 186
576,271 576,271 00000000000000000027523fb18765fb71d338244cd3e3b765de3c38344f637c 2,003 1.00/1.00 vMB 120
576,270 576,270 0000000000000000000fa129a9e6ccff58c191ad3781592e160b5b4b15fa2d74 1,496 1.00/1.00 vMB 109
576,269 576,269 0000000000000000000baa563ec14e764abc741bc184c82da6e74d43cb615389 2,261 1.00/1.00 vMB 157
576,268 576,268 000000000000000000072caac516eac7af25d232beb8b129a07b456fd961e3fd 1,341 1.00/1.00 vMB 137
576,267 576,267 000000000000000000049679205114d4d6111ee4fbb83f9e8e113b8e082b1832 2,866 1.00/1.00 vMB 186
576,266 576,266 0000000000000000000cc73783853d9245541e7c93790dc5e3bd076b1be87620 2,926 1.00/1.00 vMB 118
576,265 576,265 0000000000000000001f13c51ee186dd6ea24edcc9e7589b0466788229b2af62 1,497 1.00/1.00 vMB 151
576,264 576,264 0000000000000000001530f6e0c2b583965234e11bf521840abf92c1b382efeb 1,792 1.00/1.00 vMB 145
576,263 576,263 0000000000000000001ef4cab3b8ab703027e7434831af0716d38b29a4d82b3e 1,721 1.00/1.00 vMB 166
576,262 576,262 00000000000000000005da74e3e5b442c4d64f0d00e301d5fb01199e9d366820 1,433 1.00/1.00 vMB 158
576,261 576,261 00000000000000000025c71a65a89388f5b56c7ffc6d996f5a6464f23db309a2 2,280 1.00/1.00 vMB 146
576,260 576,260 0000000000000000000620924d1227efdb5552176be5e1a9605b2ec883673b1a 1,393 1.00/1.00 vMB 163
576,259 576,259 00000000000000000016c180338d9a788c68091857fd0939d3a137e97a745c7b 1,136 1.00/1.00 vMB 174
576,258 576,258 0000000000000000000a515e5ffee7fabc87c0dfaa9f26ae3431868d2209f68e 752 1.00/1.00 vMB 171
576,257 576,257 00000000000000000026f255bc568fedb52166307e9bda3fc1903450d1894d0e 1,304 1.00/1.00 vMB 184
576,256 576,256 00000000000000000027bd0ac6478a67311a8faa0594f95e5365b5bb4f11c89f 2,012 1.00/1.00 vMB 128
Previous 10 blocks ↓
Total Size: 781.87 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: 642.86 GB
    • Received: 12.56 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.