Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,982 transactions (0.55 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
910,602 000000000000000000022cb30000000000000000000000000000000000000000 0.53 vMB 1,980 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,601 (892,218 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
18,383 18,383 00000000a99d08b04f6323c8cb41b289ad437698ef8baef1a2f674b5389f4166 0.00 MB 1 0
18,382 18,382 00000000d4601dcacb8ce81c8233136c4ce352ad31dbe91e4ed94b0f43384bdd 0.00 MB 1 0
18,381 18,381 000000000f1554836bf3c26f0b540542409446f2115d057113f6254c68ed5389 0.00 MB 1 0
18,380 18,380 00000000745f496a094c505570780d5a3052d676961b930d92791a48ae35c690 0.00 MB 1 0
18,379 18,379 00000000ef446f831ff9ea9b23a4b8168981fbbe8a521695c777493d6e2215a2 0.00 MB 1 0
18,378 18,378 00000000dec4aa2bde9390000c057bd4e15b026ec732257e2bc48bed967e97e0 0.00 MB 1 0
18,377 18,377 00000000025bb08b0dc02309325de13e605a13cbfa997b4e7351229e32a71939 0.00 MB 1 0
18,376 18,376 00000000b59f4ab0a8b8fc55a5302a04c3497424f6429d2e77adef06ed288d42 0.00 MB 1 0
18,375 18,375 00000000d6d431345015e823f626f2e84efe5d2e28c823808a570c6b4a818d01 0.00 MB 1 0
18,374 18,374 00000000257bebe66c1a2d93da49fdff94e39706be5fed9eb01175b337d812ab 0.00 MB 1 0
18,373 18,373 0000000047394246664c749e6bfea45019b1afde19d8870a9a07876cb2d7e7d9 0.00 MB 1 0
18,372 18,372 00000000d2b2255d474dd9cc16c54d936f6bc6a485cbebea429468bd598f74b0 0.00 MB 1 0
18,371 18,371 00000000fed22aef2d9b404dffe6fd6539459851e035194ffa6f1d9964435471 0.00 MB 1 0
18,370 18,370 00000000422d5b07a3f9e60dcc1aab2b5f8c94f3b2dd0c491d594c8463a52cdd 0.00 MB 1 0
18,369 18,369 000000002130c5e403fa7db94d86563667d643228763145a0dc9015b261d438d 0.00 MB 2 0
18,368 18,368 0000000095c00a58c93ebf2171ac88251d4a362496705f16f948a21fa4f6832a 0.00 MB 1 0
18,367 18,367 00000000ec60c9d69501ebe2c2a287a89a98c83521c3690ef743e03bbad1ba62 0.00 MB 1 0
18,366 18,366 000000004acf26041f00af8d78b22778b14da4b152c458297ec32628c4e79bd2 0.00 MB 1 0
18,365 18,365 00000000c2230945391bf11ddea28a1cfb3daeb0be118a67af4bb68e7084cf0e 0.00 MB 1 0
18,364 18,364 000000007a21b95622c2056f025cb9b00ef0f0b6eda141a4246eecefc38ee564 0.00 MB 1 0
18,363 18,363 0000000038df94993d4eb28ccdb264f6990173114cc8e2b6f74fc84868691b4d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.49 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,255.22 GB sent, 120.98 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.