Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

964 transactions (0.27 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,891 000000000000000000022b910000000000000000000000000000000000000000 0.26 vMB 960 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,890 (431,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
480,487 480,487 0000000000000000007ea6075e7e67f41d2bf39f7ed0cb3f5b0c3e190f5c0ee8 1.00 MB 2,193 210
480,486 480,486 000000000000000000e81ad861bc9bd8bcf780da9fa4739fce1eda14c94ff7e0 1.00 MB 2,083 218
480,485 480,485 000000000000000000c462c6c311f0a357c5c842fc8f96e36425122d9687f02e 1.00 MB 1,851 199
480,484 480,484 000000000000000000f1ba4dfd090a9427bbfa3a815a43a856da5a7468025a13 1.00 MB 1,824 221
480,483 480,483 00000000000000000125eb5c2c878b2f77bced4b93e6988d3b25824baec9a7c7 1.00 MB 1,958 217
480,482 480,482 00000000000000000011067a55eca7f336d0093bd9fe64fff3bcd7d49e731160 1.00 MB 1,918 275
480,481 480,481 000000000000000001308baedaeaf613dec7bb3791cd3f5ba3810d087444f0e1 1.00 MB 2,444 212
480,480 480,480 000000000000000000e6ec50dc772e2f3fb8aa832b5b768814b849b971b487e6 0.99 MB 1,884 224
480,479 480,479 0000000000000000004b7db10a1ffe142c85f5d04ae16a1b33f1cbea44591494 1.00 MB 2,115 263
480,478 480,478 000000000000000000e502711823d2c309d6190da7a42522b1db4feda3cafcea 1.00 MB 1,515 131
480,477 480,477 0000000000000000005cbbacfd9cff7ea4b18f39de42c1c5d11452f14f6954ec 1.00 MB 2,089 214
480,476 480,476 000000000000000000a2d0e207523a304c6b2148d0c18c8564b1d05745400d52 1.00 MB 1,775 147
480,475 480,475 000000000000000000376401846a3a5814647b4327d30303c3c28709d6f99af0 1.00 MB 2,029 200
480,474 480,474 00000000000000000113745f88a317d18449e83ceb925ba7f29c9556878991a8 1.00 MB 2,011 218
480,473 480,473 0000000000000000009a83d5bc3d8155d0dfb05dd5f59671fe3f638e6f88f704 1.00 MB 2,298 239
480,472 480,472 0000000000000000000ba74429f926029bc8bb33d428569ed351cfca81364682 0.31 MB 636 141
480,471 480,471 00000000000000000015917f7bfdab3d631f248e1af757bec5f24901525628c6 0.99 MB 181 2
480,470 480,470 0000000000000000001a0b4f2cfc4b88dd0c7e215a1ba06f5547da958e23ebe8 1.00 MB 896 30
480,469 480,469 000000000000000000947fa30b2621fbf9f2492a5b27a8234933018d64f71935 1.00 MB 1,592 187
480,468 480,468 0000000000000000009f7dd954ecb26dc0ff5955f37907c6f0a41672871dfda0 1.00 MB 661 19
480,467 480,467 000000000000000000947b560ee9b399085032265e2f28f3ea4391bfc604f8d7 1.00 MB 1,746 126
Previous 10 blocks ↓
Total Size: 776.88 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,477.34 GB sent, 132.90 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.