Loading Tool

Explorer IconExplorer

Memory Pool

83,322 transactions
31.24 vMB
0.09307529 BTC
Random Selection Loading Transactions
Max Size: 191.64/200 MB

Candidate Block

Mining Attempt 8d3adb8debfaa671b6290e9f42712c6430ac8711a89bec637bc0fdce21ee878f
Version 20000000
Previous Block 00000000000000000000b7ed4bcc09a1ab3389cc1da6d37b94493a2f9a8472a1
Merkle Root 1900f88b74a497bd720da563324c627d7810e14f8a39912572f882d04e83e830
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,384
Size: 1.00 vMB
Total Fees: 0.02259224 BTC
Feerates: 114.60 > 2.26 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,223 (540,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
374,391 374,391 000000000000000009a2d8309e57d34eab86193581d30b83f5039e7ca0ca78c8 787 1.00/1.00 vMB 15
374,390 374,390 000000000000000001bbda245864c017b207c86d72b269d8e4072635a6956bbe 666 0.48/1.00 vMB 22
374,389 374,389 000000000000000005ea09f774c8314b43d288cfb34e8a71c0fb1238cc90ca72 1 0.00/1.00 vMB 0
374,388 374,388 00000000000000000af216b29f617a0a371e9e1bf228a8e012d5c9054291ae29 2,310 0.95/1.00 vMB 69
374,387 374,387 000000000000000004830e05bcd892c5c1d05513a45489ada3a70baf4f03fb73 219 0.12/1.00 vMB 39
374,386 374,386 000000000000000000ce2a9bdeb1fc7fae8d8d2a53214f8fc3560da1b7287b99 946 1.00/1.00 vMB 6
374,385 374,385 000000000000000005ce32fc9997a4b9e7e497a94a5c6466b69fa92e9dbfe4d8 110 0.04/1.00 vMB 44
374,384 374,384 0000000000000000002b5d0b1887de7faff5ee8f7e1c9cac1a0911bdc17fe09d 1 0.00/1.00 vMB 0
374,383 374,383 00000000000000000182dff9ad21bf8f5a60a3ff7e767a7d70a313cec741e733 470 0.75/1.00 vMB 14
374,382 374,382 0000000000000000074d78827de76b1db7c6cd9b5f55b483c269c34f956a6df4 1,041 0.93/1.00 vMB 17
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
Previous 10 blocks ↓
Total Size: 782.77 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: 709.43 GB
    • Received: 16.91 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.