Loading Tool

Explorer IconExplorer

Memory Pool

79,180 transactions
29.42 vMB
0.08789545 BTC
Random Selection Loading Transactions
Max Size: 178.04/200 MB

Candidate Block

Mining Attempt ab05aad5bc51f4ef3c7e19ef9db6fbbbca969153ea2628350a032fd84f24b5b2
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root 281305d6f648771395af02f93e7b19e4ec2cf81403b063464731e9b84d4e7679
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,912
Size: 1.00 vMB
Total Fees: 0.02612099 BTC
Feerates: 263.85 > 2.62 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (425,408 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
489,685 489,685 000000000000000000d4a60d261b429d8a825211edff446f68b148c1db05c98c 2,043 0.96/1.00 vMB 174
489,684 489,684 000000000000000000636c990ef978f0d22d35422d22fffc423925afae15d311 2,106 1.00/1.00 vMB 187
489,683 489,683 000000000000000000e26c48484f83f9119d1227ec5ef79216c83591c0a5423a 2,329 0.95/1.00 vMB 201
489,682 489,682 0000000000000000000af624ee7af50742b441698e635ca4a1f6f1eeb160d417 2,783 1.00/1.00 vMB 193
489,681 489,681 000000000000000000248da3595c5757c56ac910583bd378cb29d559f56fb8ee 1,877 1.00/1.00 vMB 189
489,680 489,680 0000000000000000005e0c29fd063e22f1b1f3cd17e0bad1d1aced938aa76983 2,183 1.00/1.00 vMB 183
489,679 489,679 00000000000000000026cc4a21cd0a82c9eac3491de3db9a8cf326c01d8a72bb 2,477 1.00/1.00 vMB 257
489,678 489,678 0000000000000000004b9abc63f1d9050ee116bfe21fb55c243129d2daa865ab 2,384 1.00/1.00 vMB 195
489,677 489,677 000000000000000000da882d0bd2a8dbf173a917a1fbd5d7ea9bf0e74f69f43b 2,378 1.00/1.00 vMB 200
489,676 489,676 000000000000000000b79a44ecf261af13725189530c6fe3b7efea9a623d3d3a 2,063 0.95/1.00 vMB 202
489,675 489,675 00000000000000000088267554bb8d1b302871c2c40e607d2f968833bcf7cd68 2,139 0.95/1.00 vMB 210
489,674 489,674 000000000000000000c0e5e6323849b6953797af937fafd6d303c16f5cdf8c83 2,560 0.95/1.00 vMB 263
489,673 489,673 00000000000000000017d503522a303a5c3db58a0875e60f62a63754ca9fb4b6 2,448 1.00/1.00 vMB 293
489,672 489,672 000000000000000000a3ff9f9f8c18d4667ac719d83b7bb3fd61b55c61c8ca1f 2,711 0.95/1.00 vMB 305
489,671 489,671 000000000000000000fa31ef5856300056ab525c05eefc8dfe5cb99dc7b08bcf 2,342 1.00/1.00 vMB 257
489,670 489,670 00000000000000000081c477c76fbbd7d181c9fbf01b15f359e3796b1ba6b2c7 1,742 1.00/1.00 vMB 464
489,669 489,669 000000000000000000a5deb8d53d6af486c118e8f190ce6c4ff2638d34c9d9e7 2,088 1.00/1.00 vMB 194
489,668 489,668 000000000000000000b3ad27b966f7c1fe6bcf88c9fae60085bbaf078276b59d 2,507 1.00/1.00 vMB 267
489,667 489,667 000000000000000000502cc46dcc7824894af7832035a0eff221e526b63c125f 2,349 0.94/1.00 vMB 270
489,666 489,666 0000000000000000000bc53d067138d59b88e856ae5be6deb9c538f73290ee81 2,781 1.00/1.00 vMB 292
489,665 489,665 0000000000000000003d1c48dd0cb3a18081437e5c69415436128e7e48cbab15 1,744 1.00/1.00 vMB 201
Previous 10 blocks ↓
Total Size: 782.56 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: 669.95 GB
    • Received: 15.79 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.