Loading Tool

Explorer IconExplorer

Memory Pool

34,608 transactions
27.17 vMB
0.05596027 BTC
Random Selection Loading Transactions
Max Size: 136.02/200 MB

Candidate Block

Mining Attempt 66a58eac83780da5a53d3a7c86dd256fd3d24a5344e49e3796518278fbd38351
Version 20000000
Previous Block 0000000000000000000099f0b996849ebf7add480c0470f20ce70c41d4478c7d
Merkle Root 8728767853e91702ef45c639f683aad6088c1b384331db50cabedb84ef7aec58
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,464
Size: 1.00 vMB
Total Fees: 0.00447618 BTC
Feerates: 40.21 > 0.45 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,634 (739,328 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
175,306 175,306 00000000000005c6a980cd2cab933ca472b7d83ce483af2a54394627d73603b5 13 0.01/1.00 vMB 325
175,305 175,305 0000000000000993d178a96c01d3b535f5d6cc2e29683871e1a81a6498894eea 17 0.02/1.00 vMB 22
175,304 175,304 00000000000007285fad93dfe81b6cf958b42cd4ee4a64f8d58518598f9698ff 73 0.05/1.00 vMB 98
175,303 175,303 000000000000070059befab84a65a38ea1639cdb4b8ec8d6550e965bdf3994d5 109 0.03/1.00 vMB 125
175,302 175,302 000000000000039eef3c3c17b66cbb3d7500c41446a8e17ef67e17a1e23c28f5 46 0.05/1.00 vMB 47
175,301 175,301 00000000000000a63d3bbbc495cbfae2b40ad0cb2900b5586c1d66f62e5b5cd6 137 0.05/1.00 vMB 22
175,300 175,300 00000000000002c1bff78fea37f6a80e64936e94bdfb3eff87219b54852aed54 155 0.06/1.00 vMB 193
175,299 175,299 0000000000000895fe7f5739d8aa210f498fb3448f2b5678d4127e16ca0f77d1 88 0.07/1.00 vMB 906
175,298 175,298 00000000000003b582d9f958ee1ea6118e9ddcc6347e330470b63eebf38e8600 117 0.05/1.00 vMB 175
175,297 175,297 0000000000000391157969c9a6d28b0c451b4e1317a9f22a0a7673704bc27726 63 0.03/1.00 vMB 86
175,296 175,296 000000000000029d88e567d2d986a5c54bafe5fb58d0f9e5bd09a0adbb41c8b9 57 0.03/1.00 vMB 54
175,295 175,295 000000000000012e7da00545c90daaaa34bdf810fb7ab2a95bfc6903350a2438 49 0.22/1.00 vMB 60
175,294 175,294 0000000000000120e9e2a71c6e48880573967fdfd2704e2cd143317f157b5505 74 0.03/1.00 vMB 99
175,293 175,293 00000000000003d9fc7d97f1e6859445d69a3a0f1ab69b7fa3f0e13974dc8f9a 127 0.05/1.00 vMB 201
175,292 175,292 000000000000033708159a3096721efc95fbaba5412edbe5b53272b0dd1f3440 135 0.06/1.00 vMB 73
175,291 175,291 00000000000006dbfcae513a9a954e8df4a72222d5f5fa7878f215dcd31338f1 9 0.01/1.00 vMB 301
175,290 175,290 00000000000004d71e1045896c9e2d8b39b0cc519c5b89c6fbf2837c8a824af2 11 0.00/1.00 vMB 66
175,289 175,289 00000000000002af951fb00f0c038403768d959958bf0e21b3185ba3a6e3423d 44 0.02/1.00 vMB 198
175,288 175,288 000000000000056cc7693cf292fdbfd3c2430aedbced262a7666547faea9f6b3 15 0.01/1.00 vMB 14
175,287 175,287 000000000000025bcfd1ad22ee6fddbd8c9e5a335ef1c0db99f699080574e3d5 10 0.00/1.00 vMB 151
175,286 175,286 000000000000065c110dd55f85282e4f2e1a285b37cf1e1bba5eb32e1cde1b33 42 0.03/1.00 vMB 299
Previous 10 blocks ↓
Total Size: 781.74 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: 630.47 GB
    • Received: 12.04 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.