Loading Tool

Explorer IconExplorer

Memory Pool

39,280 transactions
28.58 vMB
0.06369477 BTC
Random Selection Loading Transactions
Max Size: 145.11/200 MB

Candidate Block

Mining Attempt a4cc987ccc9c2cb106241859b8e33036a954d7541373d4312c0860a65610370e
Version 20000000
Previous Block 0000000000000000000186c7ba41504e3c56aa55a75f75b0a4e62a8078c7e70e
Merkle Root e9cac454cac329244598a6c33d2780d19b11ce27f45efa6b7eee0df5f19083b9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,606
Size: 1.00 vMB
Total Fees: 0.00839735 BTC
Feerates: 50.27 > 0.84 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,575 (566,113 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
348,462 348,462 00000000000000000b07eedbb87f64fd3a0ca828b56b67dba9f0309bbe011616 269 0.22/1.00 vMB 26
348,461 348,461 000000000000000014f35b6b96720887f486536bff16426cc8ceac65c72394e0 968 0.54/1.00 vMB 19
348,460 348,460 000000000000000015d16ae67d2137ea12c3ba9c0d8bdad0f08e7ba7cc4def17 1,022 0.75/1.00 vMB 24
348,459 348,459 00000000000000000219d31e676824d0d74cd2fa442f748089213fae1510bbb8 618 0.25/1.00 vMB 32
348,458 348,458 000000000000000003a27fd449b05345cbc18cd604fed1bcef9e2ac27eabca50 1,821 0.75/1.00 vMB 40
348,457 348,457 0000000000000000134a6dde09983a773ea8f08392ab5f3104d9b1815956f96e 1,796 0.75/1.00 vMB 32
348,456 348,456 0000000000000000159f229cd2a4d09e565a66c3137c759343a44b7373de0a48 1,526 0.75/1.00 vMB 27
348,455 348,455 0000000000000000145c5dcb39b1088cf27cfdb87d29e13aced40c4d9cc4033b 1,476 0.69/1.00 vMB 30
348,454 348,454 00000000000000000059b79ff0783d308846caf6e89d0c1e499b34f98651424b 1,037 0.55/1.00 vMB 24
348,453 348,453 000000000000000011c113a51e4e73faae5387cfa9fc32c54696271b6086d30c 615 0.59/1.00 vMB 14
348,452 348,452 00000000000000000b73ced4831d06fde3419a8e8b27baf13043fbe429b2e40e 1,966 0.75/1.00 vMB 34
348,451 348,451 000000000000000010d67af3d8b03a62f8a40c9f9754b65b18d17b8a0ede75d9 531 0.28/1.00 vMB 25
348,450 348,450 00000000000000001513ccb568a1546941ea54f8348b0377935252b79caae6be 197 0.10/1.00 vMB 14
348,449 348,449 00000000000000000d6ebe1f316ff5e1d52a725110548c3e3df3af3dfb1e84d1 1,495 0.72/1.00 vMB 30
348,448 348,448 00000000000000000fac103c002643b9d3ef153da0c0aad73a88e804b514c774 235 0.12/1.00 vMB 18
348,447 348,447 0000000000000000102f4702c519f7dda76429724ed5d84bc55b3080e14d38f3 1,095 0.55/1.00 vMB 28
348,446 348,446 00000000000000000ed36f054cf07e8d1a6a4100ce1166bbe0ebc992c889f20d 1,001 0.50/1.00 vMB 26
348,445 348,445 0000000000000000010483ce88cb9b24dc96fbd7376563b968d43c605a8143b0 711 0.35/1.00 vMB 28
348,444 348,444 0000000000000000159e1d6ff100f4c3c1eff48c4525b9125be3dafd5bfcfb87 858 0.44/1.00 vMB 23
348,443 348,443 00000000000000001579f4459950cfa96fe32c3e55f08c5052e18d89bfbd82af 480 0.20/1.00 vMB 35
348,442 348,442 00000000000000000ba17c7d552dd9085def78adf4fd6b71d5f1ac792b00c1e3 179 0.13/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.29 GB
    • Received: 11.62 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.