Loading Tool

Explorer IconExplorer

Memory Pool

45,818 transactions
29.09 vMB
0.14074085 BTC
Random Selection Loading Transactions
Max Size: 151.58/200 MB

Candidate Block

Mining Attempt ece802f752b99c18ea44ccd9e12378b713e87e7beb1c668bb03a8daff0193ca5
Version 20000000
Previous Block 00000000000000000000c73256e2021808b5d929fff9651c7a560b10e6fe0132
Merkle Root 88020f77a0e5e0029c9f7282398d2ce64f0e5d4ac2ea8bc1f5e3c8b7716e6981
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,812
Size: 1.00 vMB
Total Fees: 0.04276030 BTC
Feerates: 150.75 > 4.28 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,710 (350,459 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
564,251 564,251 00000000000000000002cd4fa01cbeef387417e99a22ef7c8cc1b33431df6dfc 3,123 1.00/1.00 vMB 17
564,250 564,250 0000000000000000002ca819ce4c7fc1415c57f897719b6307df0691b99db010 1,043 0.31/1.00 vMB 14
564,249 564,249 0000000000000000001f2b8659c1043f8b338b175096cbf0266e4f3bdd292888 1,720 0.51/1.00 vMB 14
564,248 564,248 000000000000000000163b9454c01583759594adae4efb7305cd01e824c5ce84 3,302 1.00/1.00 vMB 19
564,247 564,247 000000000000000000183b5190a6eda009908ccaba97fc262d03b84c901dcc55 2,614 0.80/1.00 vMB 24
564,246 564,246 0000000000000000000f99aba6136ef623bb3d71b693c50f1f24c6fea4e889f8 1 0.00/1.00 vMB 0
564,245 564,245 0000000000000000001b0b091378d4cf4962a639e00b3f250bdc91d744508565 1,621 0.53/1.00 vMB 25
564,244 564,244 0000000000000000000f2bc2de8b1509639d85fe494e22b7a72e86d6f01f88e4 2,298 0.83/1.00 vMB 6
564,243 564,243 0000000000000000000f4736dc20a7a41149db98a62ba5756c7024d60748412a 3,694 1.00/1.00 vMB 20
564,242 564,242 0000000000000000000f149b9e41e06070a1a41b727e7612e231f91855ea2267 3,263 1.00/1.00 vMB 50
564,241 564,241 000000000000000000079acc73e2190f1dde6f6e6f3a9e4cc157f6ad35d95ed9 277 0.13/1.00 vMB 25
564,240 564,240 00000000000000000016a22d663b3f92fccf58ec97ab2511a2205aff53959cea 1,914 0.57/1.00 vMB 19
564,239 564,239 00000000000000000025c49c5e932bfc149807d24b913f14530a952a20d7cad0 385 0.20/1.00 vMB 24
564,238 564,238 0000000000000000002361c201ea648086336b381d2278f6d3cadecc2402a161 189 0.05/1.00 vMB 21
564,237 564,237 0000000000000000001b7ba74a51da8e038dfea1c1e555edb77b1a8ba80e5210 2,033 0.61/1.00 vMB 2
564,236 564,236 000000000000000000000bc42b428b7345ccd09eadcc05af4a0b47a76a24a25d 3,117 1.00/1.00 vMB 36
564,235 564,235 00000000000000000002674e88b7935de58bee48220f22a079fe6d489e7befca 1,129 0.34/1.00 vMB 14
564,234 564,234 00000000000000000024ed9cdadf6c1d13e726964e990f951e234972bf0ac1a7 1,174 0.66/1.00 vMB 24
564,233 564,233 00000000000000000001a9eac2f5ecec01ca5b18892116ab380e97a939814bba 1,406 0.41/1.00 vMB 15
564,232 564,232 000000000000000000001f52c17eda332156e15299d8969225bdae801f2b1f69 2,379 0.70/1.00 vMB 10
564,231 564,231 000000000000000000109ef10531e751b5d98243f7c399c71555efd83777cbc6 2,695 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.88 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: 645.03 GB
    • Received: 12.66 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.