Loading Tool

Explorer IconExplorer

Memory Pool

77,118 transactions
28.64 vMB
0.06511926 BTC
Random Selection Loading Transactions
Max Size: 173.77/200 MB

Candidate Block

Mining Attempt b29c28194428cf1bf770268852c53958a28aac400f2517a4e59b4b90b0ee918f
Version 20000000
Previous Block 00000000000000000000a3d0f5c6cfeed8adce1f3d87a1319020a3e5786a42ed
Merkle Root da7b2e89b2ed69e3de5803d321c489c638af42b25fb33ff14b8ff432b2e2129c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,650
Size: 1.00 vMB
Total Fees: 0.00570131 BTC
Feerates: 100.28 > 0.57 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,092 (360,793 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
554,299 554,299 0000000000000000000734e4c420977a05519626eae24e6202957391837d4b3d 1,075 0.54/1.00 vMB 13
554,298 554,298 0000000000000000000009bc181675a2371b1c417a6ff87b4e088a90b4a1ac89 2,216 0.92/1.00 vMB 13
554,297 554,297 00000000000000000003efe5223396b59bcbb8ed391edf4948ebd677926c6299 293 0.17/1.00 vMB 13
554,296 554,296 0000000000000000002692b6ae0959571ebf37cfb02b3b6dfd94fbf0de92cedd 1,186 0.99/1.00 vMB 7
554,295 554,295 000000000000000000012d0b7d4a6eccebffb8dec3c1449e0a05e0e8e7f0c4ea 1,501 1.00/1.00 vMB 12
554,294 554,294 00000000000000000013a7cf60b58771a833de964ba26e3c5cb37cee76466fe1 81 0.02/1.00 vMB 28
554,293 554,293 0000000000000000001ccd4f3f02816c6a18e161dd7b6f2cba2af5167d9358ca 2,392 1.00/1.00 vMB 12
554,292 554,292 000000000000000000217e340f06226fceed07a4a7aea51bd19e6c53c16fae8a 1,283 1.00/1.00 vMB 14
554,291 554,291 0000000000000000002bebd61553fa3e358ac373d89197c94fda6e58f2b62a92 647 0.29/1.00 vMB 11
554,290 554,290 00000000000000000030c4dcac70128953bb2ab43ca77c39b58866611e16541b 1,820 0.89/1.00 vMB 12
554,289 554,289 0000000000000000002ea36fb74b5ca3a5342da2cbf0dc411e296f97b95cf8e6 197 0.12/1.00 vMB 8
554,288 554,288 000000000000000000245a7d6c9e382b7b23f710d7c8ba68e4054a436eb91e29 1,119 0.75/1.00 vMB 9
554,287 554,287 00000000000000000028c20438ac1fe82c898b9e61b377f36cbb7f8ce9a6df25 1,682 1.00/1.00 vMB 4
554,286 554,286 000000000000000000067645b35c4a147f7e33cd0c248938da00384c6fe8b5e7 2,075 1.00/1.00 vMB 17
554,285 554,285 0000000000000000000149b67f2d543a99c207c50d523d335ce180fd7d8b3d5f 1,381 1.00/1.00 vMB 7
554,284 554,284 000000000000000000077e5d7afc5fe95d83016e649b361f207182cbb958b00b 1,851 1.00/1.00 vMB 17
554,283 554,283 0000000000000000001e1fe275e18ada84f969d07d789d61fbc1fd5d95b9b992 1,872 1.00/1.00 vMB 10
554,282 554,282 00000000000000000008fad3c8301f3e2080fc5fbae7a68d3962e0deca4069f9 2,529 1.00/1.00 vMB 3
554,281 554,281 00000000000000000007b181239156e5670e229b68d029cdc777b422a80c7804 2,419 1.00/1.00 vMB 21
554,280 554,280 0000000000000000003083a65b8fb719ca7b70f23565aa95da8fd8588f8163ec 1,669 1.00/1.00 vMB 16
554,279 554,279 00000000000000000023c30d0e360cb6b9efc071fa5b1762da0b14e70141b532 363 0.11/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.55 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: 669.87 GB
    • Received: 15.78 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.