Loading Tool

Explorer IconExplorer

Memory Pool

78,182 transactions
29.60 vMB
0.09103058 BTC
Random Selection Loading Transactions
Max Size: 180.17/200 MB

Candidate Block

Mining Attempt 9e48824cfce63ace5a1fa02b44e0a3b70225fb2caebc4e0b06228b4749c08fdf
Version 20000000
Previous Block 00000000000000000000dee0d7f2adc1aa9588eb4868dfca5df56e84a096c1f8
Merkle Root 29f478244c0d0c96326543679b5d7ac3596a00cc0ac4cc9a9798ce392d0e7a08
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,663
Size: 1.00 vMB
Total Fees: 0.02564297 BTC
Feerates: 477.45 > 2.57 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,243 (540,862 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
374,381 374,381 00000000000000000849fb1de3084da6fae2aa897112ca4afed45f3270077fd3 238 0.12/1.00 vMB 43
374,380 374,380 000000000000000000dfba5808fbffe532e380e96e2e7e014e4e7ade1ac384fd 660 0.75/1.00 vMB 21
374,379 374,379 000000000000000008ca7ce3ed3963ea4a7411ead8eb95656766adc08a15a7a2 1,211 0.95/1.00 vMB 24
374,378 374,378 000000000000000006414073f8f1e17d0db29cd9a911d90a93fa2d1423a91673 799 0.36/1.00 vMB 42
374,377 374,377 0000000000000000107fc52247ac7b096728d757ecb4327544889a0a9fe9cd7b 940 0.47/1.00 vMB 49
374,376 374,376 000000000000000008e6fe7a38957d49c3304bf16dc8f8fcc3198101747e98ea 1,806 1.00/1.00 vMB 38
374,375 374,375 00000000000000000d193d75ab78813db837c605288e9a0dc3beb9ae2ec4b280 2,133 0.95/1.00 vMB 49
374,374 374,374 00000000000000000b4c7d7194c7a26d70ac5eb8ec9b5c0ab673a4c6998b54ff 414 0.20/1.00 vMB 45
374,373 374,373 00000000000000000665a2d4bf94a6169c33c9566fbd16d5b40a103a5c1b3806 592 1.00/1.00 vMB 5
374,372 374,372 000000000000000011d0f09feef1431216413446e298bc94a413e10be8e8a5fd 722 0.99/1.00 vMB 13
374,371 374,371 000000000000000002d1164a7ba778944834e6a2dc628ec9529d45775407b4a7 646 0.34/1.00 vMB 47
374,370 374,370 000000000000000006a8337bbfcb2e12ec82f11a7317da4edbc7888752640622 368 0.25/1.00 vMB 35
374,369 374,369 000000000000000004519cb5c17d2f09580f33f3c174c99508a975809b44a09e 1,389 1.00/1.00 vMB 16
374,368 374,368 00000000000000000c03fbcdc6757d54c3a35c9a1525fc8ee9499fc0d76cd402 735 0.42/1.00 vMB 37
374,367 374,367 0000000000000000124077295f85b76ab4879f8a59003c144a5f2bdd2d2471cc 1,150 0.93/1.00 vMB 38
374,366 374,366 0000000000000000072e4c8066dfae8553dbb535c51f12d4f27c2c7d34173410 132 0.07/1.00 vMB 39
374,365 374,365 00000000000000001158f1c14c77277bbefa22531f3047e26f0aa64230bd6e2a 368 0.26/1.00 vMB 30
374,364 374,364 0000000000000000047a85d74d85fc55939f71fbebcefcd80c42bb5c00b89cd9 1,288 0.93/1.00 vMB 18
374,363 374,363 00000000000000000b034fe345d5952f5da9c9cd7dccde350767aee889170ebc 1,757 0.93/1.00 vMB 17
374,362 374,362 00000000000000000d724b74a54176fdbb854a79dca3d9f7c4f4a7608a82a316 800 0.93/1.00 vMB 17
374,361 374,361 000000000000000004628bf434ae227c4e62ba3aad9f7d5486c94c15b8fd735d 1,650 0.75/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.81 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: 710.31 GB
    • Received: 17.07 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.