Loading Tool

Explorer IconExplorer

Memory Pool

79,344 transactions
29.36 vMB
0.08517356 BTC
Random Selection Loading Transactions
Max Size: 178.22/200 MB

Candidate Block

Mining Attempt 6a9cca21658244168509621e644da24e217d02e49fa057cd776aa1343ff9f3d9
Version 20000000
Previous Block 00000000000000000000fe8d2ef4d4f66fab81a29a3333d76710a3a67965d934
Merkle Root b77442958a5adff9841fcfea2e7d687f766f8f5bd452ec6ab2abab5b977aa413
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,262
Size: 1.00 vMB
Total Fees: 0.01737693 BTC
Feerates: 87.45 > 1.74 > 0.37 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,598 (871,943 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
43,655 43,655 000000001913bd5c19407c9aeb6a3d290911e6d83f38daa628f5fbc3cea0b331 1 0.00/1.00 vMB 0
43,654 43,654 0000000018aef8d74229af3ee7318c50292359531557a1a10c8d955d76b5df50 1 0.00/1.00 vMB 0
43,653 43,653 000000003a0f24d20d47c64f8849eae23bf3086d57372685def09d15e2c8ac99 1 0.00/1.00 vMB 0
43,652 43,652 000000003cc5a40b5a1088707f1550e0633ca9f00440e73cc834868485b02182 1 0.00/1.00 vMB 0
43,651 43,651 0000000034bd696c167fba1bdbbe77d02a89e922718f1f95758848e503addd20 1 0.00/1.00 vMB 0
43,650 43,650 0000000040e337ddfb6cc2a39c593d800dcc3026934b4cd31aabd706dca2ea4f 1 0.00/1.00 vMB 0
43,649 43,649 0000000001dd079e060fc0be773e760aba3fa95d6a9ebaa65f733e64c4828ae8 1 0.00/1.00 vMB 0
43,648 43,648 000000003ec1c80add36983984abbddf1d37d2e2ff2e45487f6762a8ddf29331 1 0.00/1.00 vMB 0
43,647 43,647 0000000029b76023177f4f4baaa849ed55a4f42297f8500dcf5932425c9eef86 1 0.00/1.00 vMB 0
43,646 43,646 000000000cc74c0c2a7c6a7c1ffe224a27e9f638b5f1a591a1cd421d7f2a7edd 1 0.00/1.00 vMB 0
43,645 43,645 000000001135c427dd24989ab70a8b982fc850a88ce903921f76f51babf9574d 1 0.00/1.00 vMB 0
43,644 43,644 000000000af9a756c5000d476f56811379d6fb78526d6b290dc4fd68a6d3d7dc 1 0.00/1.00 vMB 0
43,643 43,643 00000000435788763fb827ed6c7d2fef490f314e13e93e44208b89f100e2d485 1 0.00/1.00 vMB 0
43,642 43,642 000000001b879dec917a4975453c939e4fdac5d9ae4fe8e097db0ff43c7c9f4a 1 0.00/1.00 vMB 0
43,641 43,641 00000000134c8e47e70e206204f270586ad2a8eb9a851dd0e7a6c98b1cf7721b 1 0.00/1.00 vMB 0
43,640 43,640 000000002a214978dc0738a11f6bbe5ccb96e4301bab9bd4a3e2a112d0b486f9 1 0.00/1.00 vMB 0
43,639 43,639 00000000385337738d8121809428cb1cb52af0397e6ef854073c8deaeb3651cd 1 0.00/1.00 vMB 0
43,638 43,638 000000000c7f6d4df3e110574b56323abeeb118bed51c86823a8c4ee1b5a7338 1 0.00/1.00 vMB 0
43,637 43,637 000000002a89fb62b48b39730e91bbd520a1334333093a342703bd9a6c61e139 1 0.00/1.00 vMB 0
43,636 43,636 000000000fef34831589e12dc91472990a178163705b24599e2aa7940ed568e0 1 0.00/1.00 vMB 0
43,635 43,635 0000000026f6dbd30934da1ba0b31c5aa9d3972eebc2436159dabb2adb7c52d5 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.43 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: 770.52 GB
    • Received: 19.92 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.