Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,166 transactions (0.80 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,445 000000000000000000022b910000000000000000000000000000000000000000 ago 0.80 vMB 2,164 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,444 (357,520 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
553,924 553,924 0000000000000000001171d5882bb842507fdddf351073317e4a64500f34016d 0.75 MB 1,559 10
553,923 553,923 000000000000000000242aaa3bd42f5296282cb78179c3b68f20d5069cf76fc5 0.01 MB 27 16
553,922 553,922 0000000000000000001fdebd8079357346b19a93060a8cfa80897ff53a57d52d 0.68 MB 1,155 12
553,921 553,921 0000000000000000001a272a65628b01cd3d0cc3e1605e4fd70ffb81803bacb5 0.58 MB 614 4
553,920 553,920 0000000000000000000254befc8394b48d33189a0956cbaf659d65597b24e352 1.20 MB 2,094 17
553,919 553,919 0000000000000000000e63f8950cdfe5bbac3ad3cb6d01af9e348d034a9736b7 0.99 MB 1,164 7
553,918 553,918 0000000000000000000d22251cdc89900b2eb83be267b63465d3d9f2cab17b4f 1.30 MB 2,049 2
553,917 553,917 000000000000000000080eac232d5994d259ae6cb1e53d5e7a32621df2f775ec 1.18 MB 2,854 13
553,916 553,916 000000000000000000059dd413e4a9a0128351e3beb0344539928136a19c057f 1.26 MB 2,917 30
553,915 553,915 000000000000000000178fc8df17b30b9713c80124f4b6474c380a16d96d2d4e 0.28 MB 248 8
553,914 553,914 000000000000000000315c08265c29d640066163c5e45b4b656ee9fd20a41d04 1.23 MB 1,428 4
553,913 553,913 00000000000000000015bfd99fe5efe8c74737f0efd89c18196b18b5bfed808e 1.11 MB 2,370 4
553,912 553,912 000000000000000000256470362306fb23fe1d405ed156cbd9807037465520eb 1.32 MB 2,942 33
553,911 553,911 0000000000000000000be3f9dbdb85fb61350a771e818a006fbf3a939784d943 0.53 MB 959 11
553,910 553,910 00000000000000000028417f42f438419b353ac19908180ffce97e7aa855c89c 0.13 MB 233 13
553,909 553,909 00000000000000000007b851a6bf5aac46edd301432898b5592eb495afeeb3b3 0.34 MB 152 2
553,908 553,908 00000000000000000002ae8cc917c95660d08c23f0f5a70c9733a872994dad8b 1.22 MB 2,026 7
553,907 553,907 0000000000000000002ad968af44d24a9eb7054afcaac585d9b46428b169fc10 1.25 MB 2,349 20
553,906 553,906 00000000000000000030f41817ae0d25611b665eaa9f907ef2781c845a9c173d 0.09 MB 196 6
553,905 553,905 00000000000000000018c63eac22e479df6bccd4d890ae7756f4fa3748a59ab2 0.27 MB 596 12
553,904 553,904 0000000000000000000b40ea337a64693ca8d237ec0a2f7f2738aaa10ae8949d 0.88 MB 1,129 4
Previous 10 blocks ↓
Total Size: 776.06 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,407.43 GB sent, 129.08 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.