Loading Tool

Explorer IconExplorer

Memory Pool

79,132 transactions
29.59 vMB
0.07170380 BTC
Random Selection Loading Transactions
Max Size: 177.86/200 MB

Candidate Block

Mining Attempt 1762dc84dd286cb404816abc61dfa0494195b362509db6eb2851a919106545a4
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root c27998c49ac33b2cdbabfe21ac3bd2259c7e998f1bbe20dd938087b3bbe5b2e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,557
Size: 1.00 vMB
Total Fees: 0.01157320 BTC
Feerates: 60.27 > 1.16 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (224,902 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
690,098 690,098 000000000000000000051d08578c5869136ba1fedc857c79c244846d3f988cf1 1,044 0.42/1.00 vMB 31
690,097 690,097 00000000000000000002f926333ae7c0b046f7f0cd8eb61044e4bd03a82e06bf 1,022 0.51/1.00 vMB 25
690,096 690,096 0000000000000000000aa573a2207c998f98c3ff6f6ad5646d0a5ca774542a8f 1,487 1.00/1.00 vMB 33
690,095 690,095 00000000000000000000c3d610361f256ada52ee3a6a2ebe0e98db440b8ebf12 141 0.04/1.00 vMB 35
690,094 690,094 000000000000000000113b22cedac8d6c3e117dae2a6cb2a688150b7f4750180 1,796 0.66/1.00 vMB 31
690,093 690,093 000000000000000000084ece655c24cbb3dbf35b1da469429436f9b613cdee8d 2,054 0.76/1.00 vMB 30
690,092 690,092 000000000000000000090b0ecf87ca37e54bcf7a92d26f887928a51ef0c07d9a 1,367 0.60/1.00 vMB 32
690,091 690,091 00000000000000000010fda651bc574dec982fcb99a53052870e9b1a043ed1b0 59 0.02/1.00 vMB 51
690,090 690,090 000000000000000000061ba928f2d60af659cc4d5cf5404156132e1ed31bacdf 253 0.27/1.00 vMB 13
690,089 690,089 0000000000000000000a7b3de853e2df0c55797d8ad04395529b316814e98a31 1,466 1.00/1.00 vMB 11
690,088 690,088 0000000000000000000160a954fb66051d019fbe93f7ea8cf27b9f24c5788b0c 1,743 1.00/1.00 vMB 16
690,087 690,087 0000000000000000000ef0575b9f49032e56d4e8b7bfd491f681cb67e6aefcd7 2,091 1.00/1.00 vMB 19
690,086 690,086 0000000000000000000c355bccdde8e09db4d9e81a1e41a12210cf67f839a838 2,240 1.00/1.00 vMB 26
690,085 690,085 0000000000000000000ab16173b5fd2dbfc9ce88744e912071569a910ed6febb 2,266 1.00/1.00 vMB 11
690,084 690,084 000000000000000000083bd7e1431c1d7533a8014b4796e47db9c8e21e4d461d 2,289 1.00/1.00 vMB 31
690,083 690,083 0000000000000000000061dce119c0bfd54f1afaed34caa4245a4008b2e1eb44 1,953 1.00/1.00 vMB 20
690,082 690,082 000000000000000000098b571358f0e0bb718385fdc69a4b6d525c9df033e0c8 1,284 1.00/1.00 vMB 39
690,081 690,081 00000000000000000010aeed1e321d5d512b91f8f25a8c1688d9b7490a2bd6e5 2,744 1.00/1.00 vMB 42
690,080 690,080 0000000000000000000d526d4d386c7833d3315b92561e7de56fd2a210784dac 1,646 1.00/1.00 vMB 22
690,079 690,079 000000000000000000002d01d3e9679a56df2df8400e1e2eb24726d5d195a12e 3,021 1.00/1.00 vMB 29
690,078 690,078 0000000000000000000a2d2e0fb4b756637f290fe448ad8fde5d4e6cf6ce8b06 2,547 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.39 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: 664.65 GB
    • Received: 15.02 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.