Loading Tool

Explorer IconExplorer

Memory Pool

74,370 transactions
27.41 vMB
0.06708205 BTC
Random Selection Loading Transactions
Max Size: 167.42/200 MB

Candidate Block

Mining Attempt cf7ce51d51fda9f55aae4e374ca56dc17aa4db2f5dcf26b0ef45d4d05bc137e8
Version 20000000
Previous Block 000000000000000000002bfb1ccb7aeece6203b088c253b5b9e390365e6615b7
Merkle Root d5df016fa38fe73d1d261b0e5d418a5216e912227ccf4fb2d6c43bdd706b7a2e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,309
Size: 1.00 vMB
Total Fees: 0.00852719 BTC
Feerates: 100.53 > 0.85 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,251 (52,645 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
862,606 862,606 00000000000000000000d4cedbab84f8fa7e0b0d09abd4970b3d26e4dbf3f37d 1,933 1.00/1.00 vMB 3
862,605 862,605 00000000000000000002e4ca302a59ed570f21907054ea3b719649a2c020e0d3 2,308 1.00/1.00 vMB 2
862,604 862,604 000000000000000000011a099f957ecf9d4bd81d4e446431b552033b08351c5e 2,698 1.00/1.00 vMB 8
862,603 862,603 000000000000000000021501e69a4b63c386abc73dc8a13b2f77e82e8bc03211 5,738 1.00/1.00 vMB 2
862,602 862,602 00000000000000000002c8e9f30491e205c239442075cc4d4ba3891f55c130d7 2,098 1.00/1.00 vMB 6
862,601 862,601 00000000000000000002c603ffb54b57caa490472dac7af5ddbec87b7e3208ba 3,188 1.00/1.00 vMB 7
862,600 862,600 000000000000000000024fc537da103322e18cd98d16ef5de2e74425ea526b4e 2,003 1.00/1.00 vMB 4
862,599 862,599 0000000000000000000164ec0e08b0277695c78f098cbdf9721943c32e9a9fbf 3,177 1.00/1.00 vMB 5
862,598 862,598 0000000000000000000096e05b0de8e700f5feac5bbcb13a03459e845ce13291 6,658 1.00/1.00 vMB 2
862,597 862,597 00000000000000000002011ea62eb58f06731a222a0d896fb32bfcdd84f37fc5 6,227 1.00/1.00 vMB 2
862,596 862,596 000000000000000000022b51bd3fc2635ffbbab0fff01087eed95b4fde228c9c 4,764 1.00/1.00 vMB 2
862,595 862,595 000000000000000000007f7c395661a1aaafaa73fd4c79a4b6fbf38c32b7327a 2,625 1.00/1.00 vMB 5
862,594 862,594 00000000000000000000b316917cbf81e13ec9c58019cdd1af061fa5331711e4 3,183 1.00/1.00 vMB 5
862,593 862,593 000000000000000000000ba439c063d81ad93be85257c451b4d20412b5d1f28f 3,223 1.00/1.00 vMB 3
862,592 862,592 0000000000000000000078f09eadeb79a95b4b115823f83d8228940d5676eddd 2,649 1.00/1.00 vMB 6
862,591 862,591 0000000000000000000081d09474d55764b75b100bdbb835d0763dcc797443d8 2,306 1.00/1.00 vMB 11
862,590 862,590 00000000000000000002065529a41b95e8da5a6019a9c35a0edcaa4aeb9845b0 4,418 1.00/1.00 vMB 3
862,589 862,589 00000000000000000001d7e2d7ddeacb7b58099d15fe5c4a7401396ef2cae73a 2,191 1.00/1.00 vMB 5
862,588 862,588 00000000000000000002f2c86f7fc8f4ee864501a10a7ba1e69f6acaf94142ad 2,653 1.00/1.00 vMB 3
862,587 862,587 0000000000000000000105582d9a01f1aa5b408205baf6b2066a5d5328b9563a 2,110 1.00/1.00 vMB 3
862,586 862,586 000000000000000000007eb983d037a7f544096a8546bcce753ed03ab71fbe59 2,475 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.83 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: 711.64 GB
    • Received: 17.10 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.