Loading Tool

Explorer IconExplorer

Memory Pool

35,977 transactions
26.12 vMB
0.07052541 BTC
Random Selection Loading Transactions
Max Size: 133.39/200 MB

Candidate Block

Mining Attempt 7045f8bb37511b016041932448121488afc34174786619b573c1e1c6f63d8549
Version 20000000
Previous Block 000000000000000000016d6f2b2c8ba81bafff03de43e5b0b3362476d7672035
Merkle Root 5731893de42b0a230d08d6ece0681ea1cc11629fe94290511427a543236e7168
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,067
Size: 1.00 vMB
Total Fees: 0.02240573 BTC
Feerates: 713.01 > 2.25 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,679 (206,634 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
708,045 708,045 00000000000000000000bc2fdb6f7d7b2574ace2f699af596bb5e931faa2d5f9 2,680 1.00/1.00 vMB 32
708,044 708,044 00000000000000000008b15e6d74fc6c46e92ae633d5d6c57985d8897e626611 425 0.13/1.00 vMB 12
708,043 708,043 0000000000000000000b15d51fce3285d8e77799608bae10ad8be20a2df8d259 713 0.27/1.00 vMB 9
708,042 708,042 0000000000000000000661591b3e9f8c04f6a911367f08b9d5da8a3bf8e1fd16 1,462 0.72/1.00 vMB 8
708,041 708,041 0000000000000000000347193541e542ea100f6c8ecaa700768c05c71b27ab57 3,266 1.00/1.00 vMB 12
708,040 708,040 000000000000000000049c47f18996ac09cc47421e255838776c14b87e0a4c79 2,757 1.00/1.00 vMB 13
708,039 708,039 0000000000000000000aa35cf5a73382152424e26cfddb8650b3fe4e716128cd 2,354 1.00/1.00 vMB 6
708,038 708,038 000000000000000000042eeaa734ac6ea365a7d9653b95701af43b7f5c391c3a 3,082 1.00/1.00 vMB 5
708,037 708,037 00000000000000000002a61933899858e54d19bf0983d23f4aab04c463a4c08d 2,081 1.00/1.00 vMB 11
708,036 708,036 00000000000000000000b2337d6f1f5f283eec7b485d852a5a330082d691d99f 2,744 1.00/1.00 vMB 46
708,035 708,035 0000000000000000000844a65fb350ce3c5d65becef23ba6afad495715a16c11 3,172 1.00/1.00 vMB 16
708,034 708,034 000000000000000000001eca4f0639559ef97778ad8b4f3c200b8dec32bcf60a 1,381 1.00/1.00 vMB 5
708,033 708,033 000000000000000000076822d290e20c7616614ba4c3e6559be51107dc0d51e8 276 1.00/1.00 vMB 6
708,032 708,032 0000000000000000000bd9c8e7da9e857ce3a705609962d7a66650d1f4aa2f34 2,755 1.00/1.00 vMB 10
708,031 708,031 0000000000000000000b2a61b3753b36808bd6c6cdc3d55136b0287395371573 1,938 1.00/1.00 vMB 25
708,030 708,030 00000000000000000006708d43df4e02603735015c0ea3d8e680573c47b4699e 2,148 1.00/1.00 vMB 10
708,029 708,029 000000000000000000061a893c33c4b217e6956f0d61d3e49dc683c06d1923c1 2,894 1.00/1.00 vMB 5
708,028 708,028 00000000000000000007876c5789c209a3bd34651fc6baf7c873a6c608f4cf22 2,195 1.00/1.00 vMB 11
708,027 708,027 00000000000000000001ec17d8ade64d5497c37eeb2aa9dc0339a4ae18ae6910 2,352 1.00/1.00 vMB 11
708,026 708,026 00000000000000000008279503b94c18f612ce0054b6b093649a26094c337757 2,043 1.00/1.00 vMB 14
708,025 708,025 0000000000000000000cfa0079b51f8423b46eec80cb8b444dda56720f51a72c 2,107 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 781.82 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: 636.00 GB
    • Received: 12.35 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.