Loading Tool

Explorer IconExplorer

Memory Pool

50,561 transactions
30.35 vMB
0.14273538 BTC
Random Selection Loading Transactions
Max Size: 162.01/200 MB

Candidate Block

Mining Attempt 1709055365a5eb7a04179de80428b732d17dffcd3cae5eea64e9ca05b1f700f8
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root 7c9b7c5945c1df1d234324eb6f3beb4c724cbd26e35bf90aa459be5ea9f267b8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,289
Size: 1.00 vMB
Total Fees: 0.07200981 BTC
Feerates: 529.61 > 7.22 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (142,921 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
771,925 771,925 00000000000000000005f5add2597d3f6c9b4b509b10ed5cdcb28e7d41944e9b 1,700 1.00/1.00 vMB 12
771,924 771,924 00000000000000000003c1e109740e44676e961de3372c9bedbac3b72c113a23 1,977 1.00/1.00 vMB 16
771,923 771,923 00000000000000000005ba6a35e523901fb97386a8f9c9102ee099132cf3966f 1,874 0.91/1.00 vMB 5
771,922 771,922 000000000000000000049a7e3cd744744b7cdc89affbc8a95b807cccb98149f8 3,261 1.00/1.00 vMB 13
771,921 771,921 00000000000000000005a96d23ec94ca769cd3993d2d0e64e98a72c5f6298b7e 382 0.78/1.00 vMB 1
771,920 771,920 000000000000000000013c12db5b9210017b156dec2a47a59ff704f3e39573e6 2,680 1.00/1.00 vMB 10
771,919 771,919 000000000000000000054b1b789dfd40c4876cb9063fbf9525687bc0acf6da85 1,043 1.00/1.00 vMB 3
771,918 771,918 0000000000000000000552e203b01886df9b45c3c61e973c12aa7e44e4a18fec 2,149 1.00/1.00 vMB 7
771,917 771,917 000000000000000000059b223b694a09133b75f50b69790e2d0bf91591ac9574 2,089 1.00/1.00 vMB 5
771,916 771,916 00000000000000000003dfd02d5987af450957115c67569909a46d3caa8c38cc 3,353 1.00/1.00 vMB 17
771,915 771,915 0000000000000000000004a9e9e12953a39901036f307d3beadd90983054fb59 3,247 1.00/1.00 vMB 10
771,914 771,914 00000000000000000007eac37b4f329271eb0c4b8a6bc9489839b8849e00f1fa 1,627 1.00/1.00 vMB 5
771,913 771,913 00000000000000000004a3ff3931433413db13b3c80fedf78cf4e620ee147a9e 2,861 1.00/1.00 vMB 9
771,912 771,912 00000000000000000004a674c7db5d884ae9402f2736f240de88af5e553c2c7d 3,020 1.00/1.00 vMB 15
771,911 771,911 00000000000000000003d02e9f727f784221cf3226a2044c06f5206556738780 1,257 0.54/1.00 vMB 10
771,910 771,910 00000000000000000001311dd8b3efc87fbbf06373f2a6548c9326e91e818868 589 0.91/1.00 vMB 9
771,909 771,909 000000000000000000067b94d87c14a98cb19d70cd2c9c2788fabd0a64bd33c7 1,269 0.45/1.00 vMB 10
771,908 771,908 00000000000000000000a63f1b39ff37b3be8859f15cbd90e13175bc64c89b5d 2,131 0.70/1.00 vMB 9
771,907 771,907 000000000000000000071c9b77471d146686d202640ebb5a4ceb9021b9130323 3,283 1.00/1.00 vMB 11
771,906 771,906 00000000000000000005abbbd12775f4f455a1229bc047f464e34186fbdb914b 289 0.18/1.00 vMB 6
771,905 771,905 0000000000000000000624938b1edf5519ddc5bb54817c790657d4ded60f7f44 303 0.10/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.12 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: 652.09 GB
    • Received: 13.71 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.