Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,874 transactions (0.54 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,756 000000000000000000022b910000000000000000000000000000000000000000 0.54 vMB 1,865 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,755 (429,574 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
482,181 482,181 00000000000000000061cae89c2e06ed9d73ca63967db53cf4f8cd8236048214 1.00 MB 1,756 218
482,180 482,180 0000000000000000006abbb2204e6f53428eae5bc08f76af953b316174d8f0d1 1.00 MB 1,749 248
482,179 482,179 0000000000000000003d563c78390a7a0a22767edd592b2c5e04a31fb8c76063 1.00 MB 1,556 179
482,178 482,178 000000000000000000b32f19d6ef529938a50a036912de6b159098cd6c17d79a 1.00 MB 1,494 49
482,177 482,177 000000000000000000c660d0cc123fc385ccbf1f8d604dcdf3e2230327c2471e 1.00 MB 1,937 275
482,176 482,176 000000000000000000337fb9db314b6023b42d8b4f58c72a6346b19ad40015a0 1.00 MB 2,314 117
482,175 482,175 0000000000000000002ce8475772120d759b95fbc79f96d24d3eeb60e3600463 1.00 MB 747 243
482,174 482,174 000000000000000001369e0b82722679d7937ec810d8a826d7e6f6280f32af90 1.00 MB 1,750 375
482,173 482,173 000000000000000000751b8bf431c208ae01a0471fbf4df5242275c10513a89f 1.00 MB 2,168 487
482,172 482,172 000000000000000000f15ba4bd0e05e2108506115ff2628b15e3051df169cffb 1.00 MB 2,313 453
482,171 482,171 000000000000000000b491eb8a680b65b9453e71971e4794778752b4bb5039f1 1.00 MB 1,700 293
482,170 482,170 00000000000000000089bfaab346f48363f68c54caaed875d6e80108d1844101 1.00 MB 1,805 269
482,169 482,169 0000000000000000013ba94b252dc42ef4bfbc4e1ee2e18bc27a5795ca1b0e0c 1.00 MB 1,356 200
482,168 482,168 000000000000000000a35aef32b02c20527a04728348027b1b3466d9ba329915 1.00 MB 1,588 450
482,167 482,167 000000000000000000181c0c8c84953fd54eadf25049eb2e81873e193ebd5b67 1.00 MB 1,803 134
482,166 482,166 00000000000000000080577b544d78d88f94f360c9d4255f840e6a1c8e793886 1.00 MB 857 171
482,165 482,165 00000000000000000029fc7fb6d141e734406c9248618057b367151bb045c421 1.00 MB 2,731 138
482,164 482,164 000000000000000000a9a4c41e9a421ef570624528fd64dbb874ab5a5828e2aa 1.00 MB 1,509 57
482,163 482,163 0000000000000000001ae96111fa32620d598408b32bdb2dd72d78c49390a9b4 1.00 MB 1,528 279
482,162 482,162 0000000000000000011fb2a93b566e7b3d5e06e16b1c24f8ed4a03753719ed07 1.00 MB 1,940 161
482,161 482,161 00000000000000000039ab5b80102b36c3f6b7762d1908b128c1c599586d7dfa 1.00 MB 1,356 163
Previous 10 blocks ↓
Total Size: 776.63 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,429.07 GB sent, 131.73 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.