Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

497 transactions (0.18 vMB)

Priority:

  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,149 000000000000000000022cb30000000000000000000000000000000000000000 0.18 vMB 484 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,148 (831,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
79,126 79,126 000000000049dabde140fae11f8c3a2d0d7789a7cec7887385bd325af6f1847d 0.00 MB 1 0
79,125 79,125 0000000000225a6bd0bda88cb71d4a6d8d67ca0b055c4471c14725e86433a008 0.00 MB 1 0
79,124 79,124 00000000000022fccc348070bb86dc210cc9ce95a3e267bd737c6074e6dfecc8 0.00 MB 1 0
79,123 79,123 000000000025d245795193334ba61874d24847997b052b98c255cc4a8d561602 0.00 MB 4 0
79,122 79,122 00000000000acbd262046877b47be0b5e9366ea2356e976b5c06fa3e5d7331c6 0.00 MB 2 0
79,121 79,121 00000000004be98255755900303b8ea7ed602f4878a4447d0a791ffcb2dc17a4 0.00 MB 1 0
79,120 79,120 00000000002942e24c729170f394068cd9465a1abf2ad4872f42460a0de606af 0.00 MB 2 0
79,119 79,119 00000000003144f0273e826076ac5b0e372e4c262e8de176820be77d0cb1c542 0.00 MB 2 0
79,118 79,118 000000000037adb746d04c6a8e6bd7a25efcf0da88191ca8123052a58c5f9256 0.00 MB 1 0
79,117 79,117 000000000015dbdfbb5487ee9d59889b82d1ba2ca6ce87e1d0854338a457a31b 0.00 MB 1 0
79,116 79,116 000000000019a0720cf72cc834d2c46bb359156b96fdbb24645ba7a35ec203b8 0.00 MB 2 0
79,115 79,115 000000000048b03c8e72af751aaa53dfdbd6aaba2b8e4b6240b4a556ed734189 0.00 MB 2 0
79,114 79,114 0000000000164cc968e81b70718df331cd4e6cbc8c83d2e424fe3911e93ea15d 0.00 MB 1 0
79,113 79,113 00000000000a97116cf48826d312f66ca9b9ccc6d661f195127409531197087b 0.00 MB 1 0
79,112 79,112 00000000005047e6f170acfee8a142afc37b85089d868d4f6b9ad5715956b082 0.00 MB 2 0
79,111 79,111 00000000002ee7901fb47a67f876a42753de3e10c1e5fe8b7c8b7d01c4977afe 0.00 MB 2 0
79,110 79,110 0000000000477c931dd73de65679babaefce01582089d86fdc276f8ca494bbeb 0.00 MB 1 0
79,109 79,109 000000000044edb61a029244033b3f500f8d538adc9af3f408425a5d589adc41 0.00 MB 2 0
79,108 79,108 0000000000073b4f5f48e16aef8f1cd84cd1c92ed0e65d830ce7f0ea93ced8ff 0.00 MB 1 0
79,107 79,107 0000000000454d45fbe4fcd9771c65b23ea83a8349dc42408a9c7e235ebb42b3 0.00 MB 2 0
79,106 79,106 00000000000a057f0638ebb492072949d4c781e673610bc6a79e7872d9fd36b3 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 773.67 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,193.33 GB sent, 116.82 GB received

Notes

  • This page updates every 5 seconds.
  • 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.