Loading Tool

Explorer IconExplorer

Memory Pool

42,582 transactions
29.07 vMB
0.07563876 BTC
Random Selection Loading Transactions
Max Size: 149.40/200 MB

Candidate Block

Mining Attempt 1f45d77384d0e1e8ad577fa875c86568dfa6e819e4ea3b0b57059dc52f03b218
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root 641f4d759f30bf3ae9b416e855514ce4d1d8cf594023aa58650a3bb099f59376
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,790
Size: 1.00 vMB
Total Fees: 0.01885500 BTC
Feerates: 150.75 > 1.89 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (337,326 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
577,286 577,286 00000000000000000010a06d810273e704da9d6f308ffbf3be9dd75c970b0f47 2,661 1.00/1.00 vMB 46
577,285 577,285 0000000000000000001ed2c83a02eefc8cdf4788423024a48d1fb28d07a9cd94 3,036 1.00/1.00 vMB 108
577,284 577,284 00000000000000000013cbf1a867bd8a5bcc3debdee6848bc1a990cdd8ad51a1 2,862 1.00/1.00 vMB 150
577,283 577,283 0000000000000000001a5509a5512ca65e8214af21f8fe72282bb91ecfd9af15 2,939 1.00/1.00 vMB 147
577,282 577,282 00000000000000000021f9fa99adb1f6dd4ae6e0055afe50cc1c2c246344525c 1,911 1.00/1.00 vMB 69
577,281 577,281 0000000000000000001987e16d70cffd3dc0c71ac8de9bf48830159f89a2efdd 3,031 1.00/1.00 vMB 118
577,280 577,280 00000000000000000018beb108c21a12290c17e2d9df909edb9819d8f4a27880 3,385 1.00/1.00 vMB 140
577,279 577,279 000000000000000000272e85d8c97ca1fb1967854159cef7f926d5e457e8f7b4 2,477 1.00/1.00 vMB 131
577,278 577,278 0000000000000000000b9c20807fbfb5b414bfb1940efaf5b70db7cf607f78b3 3,000 1.00/1.00 vMB 181
577,277 577,277 00000000000000000028e51f278afe6846c22f62a5903a22bf2d47435b22f48f 2,119 1.00/1.00 vMB 49
577,276 577,276 000000000000000000269a0eba2d85f93deba76b07c0c4ff27bd2f3312c4610b 1,762 1.00/1.00 vMB 9
577,275 577,275 00000000000000000000d3ccd1f5e4333d7267688c7118d4d52377a91d58e61d 2,647 1.00/1.00 vMB 69
577,274 577,274 0000000000000000000459351b594d7808b30f620fdb51aac294528524a99429 1 0.00/1.00 vMB 0
577,273 577,273 0000000000000000002170bc04bf6e233114d3c1073b2e893737b576863f0113 1,183 1.00/1.00 vMB 42
577,272 577,272 0000000000000000000fcb045a3e48d3f3fe53fe72030eaa5cc7dfa181af4ad7 2,344 1.00/1.00 vMB 97
577,271 577,271 000000000000000000101ea195ee816873edcdde7acf042c65dbc536ce2f4217 2,880 1.00/1.00 vMB 130
577,270 577,270 00000000000000000021ab623681ec7ef473183e8246b26d81b1593e9b74f4e9 2,968 1.00/1.00 vMB 162
577,269 577,269 00000000000000000023d75ca21174bb18d4cb6e1850b9c9ebb5ef0ceee26618 3,021 1.00/1.00 vMB 159
577,268 577,268 0000000000000000000b53f04d348b976d56878f59ae2e6337c23f29ce1ae043 2,728 1.00/1.00 vMB 64
577,267 577,267 00000000000000000019fecd9795d39de03a573496f2ab29e279b97eb2199e2e 1,294 1.00/1.00 vMB 76
577,266 577,266 000000000000000000264080abc68dddddb4e8e63f09767b6b8b0a83cd236d5a 2,355 1.00/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 781.70 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: 629.17 GB
    • Received: 11.88 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.