Loading Tool

Explorer IconExplorer

Memory Pool

76,595 transactions
27.66 vMB
0.07835375 BTC
Random Selection Loading Transactions
Max Size: 168.87/200 MB

Candidate Block

Mining Attempt 689b1ef0409e2f8f2db05220f080221de018d7b7dc7d5d62a1a854f1229af56d
Version 20000000
Previous Block 00000000000000000000eceb14b69fb33c0936bc911ecf1423e24822a9fac46f
Merkle Root 3b3ee53f0af464cb82309073ee340fa30c726aebae9679bb00a99e9222c17221
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,765
Size: 1.00 vMB
Total Fees: 0.01931515 BTC
Feerates: 402.60 > 1.94 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,320 (442,159 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
473,161 473,161 000000000000000000ec9ead8375e0d0ac3efc54c772722469132091748b5686 2,202 1.00/1.00 vMB 377
473,160 473,160 000000000000000000eade104e83d8c7ebd22f8a25b08dd5c184a4bdce12e42c 1,725 1.00/1.00 vMB 164
473,159 473,159 0000000000000000006853ded3fa33ad0a9f938ee39f4fdb5ed954c39f8d8f39 1,682 1.00/1.00 vMB 300
473,158 473,158 000000000000000000950bcd3cf71907f5d6070a0163108f81d54ca31fde6422 2,221 0.99/1.00 vMB 417
473,157 473,157 00000000000000000057dd28f389b773076f1353fce0d4c0bcd351d3925688b9 2,224 1.00/1.00 vMB 184
473,156 473,156 000000000000000000c63c1c45a4ade42a9f4cd7ef87ff479c765178fa6ecca6 2,176 1.00/1.00 vMB 215
473,155 473,155 00000000000000000013d05816f2fc7eb41af4aa711e8b17b293b4d4dae70123 2,542 0.99/1.00 vMB 313
473,154 473,154 000000000000000000d7c2d114608483bc5806a15e92ac2f1ad316531d6a0cb2 2,261 1.00/1.00 vMB 368
473,153 473,153 000000000000000000bc49d7e318ed425659cb98c83dccf66da2c87997b23178 1,934 1.00/1.00 vMB 253
473,152 473,152 000000000000000000b825f482f3ed921d3aea7ed1c08bb3b7333969dc058d06 2,401 1.00/1.00 vMB 407
473,151 473,151 000000000000000000322b09d59f4b020e1beebffe1450734ea7d05b67596edb 2,113 1.00/1.00 vMB 201
473,150 473,150 000000000000000000b8b9151c49692be6676beaf023f82ebc0281b2b42a06e6 2,062 1.00/1.00 vMB 237
473,149 473,149 00000000000000000093be2fc7d7089afcdfedb603cb360e9a698128f7c254fb 2,694 1.00/1.00 vMB 338
473,148 473,148 000000000000000000beaa5a6bb942bb5069df6a77ad3c5a43aec9dc54030435 2,461 1.00/1.00 vMB 313
473,147 473,147 000000000000000000089223135a906665be0eced326ea4295492b4ea4a8ac5f 2,039 1.00/1.00 vMB 346
473,146 473,146 0000000000000000012f2bdfb0ca857c11184b5c08c450207749baf3485cde58 2,444 1.00/1.00 vMB 319
473,145 473,145 0000000000000000013d25862a9bcfceeda72ede301debad2775b2aa1a424cbe 2,846 1.00/1.00 vMB 296
473,144 473,144 0000000000000000005e9bda7749011b142e936230e6f009c3f4f486850816f7 2,697 1.00/1.00 vMB 343
473,143 473,143 00000000000000000093f587b25e148683c51f8faab9364b88effb5c75efd2c6 2,529 1.00/1.00 vMB 331
473,142 473,142 000000000000000000a2ae91316c7c670b1033ee2ef37ab909571c8ebded6673 2,189 1.00/1.00 vMB 357
473,141 473,141 000000000000000000b9462b182ee859aa2fec21f6391e10b0c0747cdd81e532 2,681 1.00/1.00 vMB 469
Previous 10 blocks ↓
Total Size: 782.95 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: 715.01 GB
    • Received: 17.64 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.