Loading Tool

Explorer IconExplorer

Memory Pool

51,892 transactions
29.26 vMB
0.08605402 BTC
Random Selection Loading Transactions
Max Size: 156.77/200 MB

Candidate Block

Mining Attempt 0d239c52855ae41ef3669e96c030e8b1c58ec74044f081b14f7807388c9e3d60
Version 20000000
Previous Block 0000000000000000000086737fba9a33bd6932388559488701a76c615d9b1e14
Merkle Root d075d71aa9647bf2b5034048c6e1d93a22a958b02d930c2789d7198b1f29df76
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,778
Size: 1.00 vMB
Total Fees: 0.01857357 BTC
Feerates: 70.37 > 1.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,714 (338,597 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
576,117 576,117 00000000000000000020dd074ff7004b34f491204789fddd94b0c7e0084f4196 2,662 1.00/1.00 vMB 120
576,116 576,116 00000000000000000010102f914bf13f964da51bbfc33843235be4cc2e553cd5 2,358 1.00/1.00 vMB 94
576,115 576,115 00000000000000000005ca24f8e2e9c1378fc90121f9a02fb5989912077c2494 2,338 1.00/1.00 vMB 138
576,114 576,114 00000000000000000027e9d3a433f61dabeda14775549beeeaa459f0dab578f1 1 0.00/1.00 vMB 0
576,113 576,113 0000000000000000001c875e00bfa1bf5a431ac75824a1e74d173c775b3a46f5 2,700 1.00/1.00 vMB 80
576,112 576,112 0000000000000000000f47a7b3bc7bcf89d2b2ff41213afe8514430b73a6806e 2,467 1.00/1.00 vMB 74
576,111 576,111 0000000000000000000a8f4f36cebe9ebed0a94516b546450d8ecdfc1fd3e77c 2,164 1.00/1.00 vMB 79
576,110 576,110 00000000000000000007334ce25213f27e0096f1087f3e9b5c47922a0a1fdc80 1,841 1.00/1.00 vMB 105
576,109 576,109 0000000000000000000313e6b6448ca38291735df4f83b668c235d9b87b89863 3,372 1.00/1.00 vMB 137
576,108 576,108 0000000000000000000b4ba65483fa2533c7ada01f94c8dca16cd7e56e71a0d7 2,428 1.00/1.00 vMB 136
576,107 576,107 0000000000000000000399d73aa9da02b81097d9f4452bb91bafd7949a895ae7 2,278 1.00/1.00 vMB 115
576,106 576,106 00000000000000000015b3ee55d021947f6884d06902ea6a74de15c27a7f522d 2,962 1.00/1.00 vMB 130
576,105 576,105 00000000000000000004e319d81e8a6b0c3cbaa01f83f5ec57a12a3aa5578092 2,082 1.00/1.00 vMB 111
576,104 576,104 00000000000000000029aee69b327c9e686519618cca8153b9824b29eaa80750 2,135 1.00/1.00 vMB 93
576,103 576,103 00000000000000000024e918d87edf99068fbfad953c59b1316a5cab497980dc 2,381 1.00/1.00 vMB 125
576,102 576,102 0000000000000000000eaf0806a4d68269830a275f420d406309a9c2f37de645 2,677 1.00/1.00 vMB 108
576,101 576,101 0000000000000000000012e7ac0b495e608f9fd3812f60ddf8b9d492959e3933 1,495 1.00/1.00 vMB 128
576,100 576,100 0000000000000000001c8f31c5d63f7bf4d4d47e20d6587f4120ebb08104a222 1,968 1.00/1.00 vMB 74
576,099 576,099 0000000000000000000dde1996feafa5fa71e774fb21cad400b0fc11b61d2784 1,866 1.00/1.00 vMB 69
576,098 576,098 000000000000000000028d4057124987a30df66e93f0cc0a2bad2520639edc8c 2,188 1.00/1.00 vMB 106
576,097 576,097 0000000000000000000edc3cccbe15764ac4dfb4e057171b9b1a41f5f4277be3 2,440 1.00/1.00 vMB 91
Previous 10 blocks ↓
Total Size: 781.89 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: 645.13 GB
    • Received: 12.68 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.