Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,124 transactions (0.33 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,540 000000000000000000022b910000000000000000000000000000000000000000 0.33 vMB 1,121 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,539 (357,624 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
553,903 553,903 00000000000000000007a43b68598e9e6838b08fb3866a0aecc256732edacb16 1.27 MB 2,732 14
553,902 553,902 00000000000000000014b503492baa359d33e015d9ad102ba48ea071da700037 1.23 MB 2,866 18
553,901 553,901 0000000000000000002c3cecf2e88ab02aa79a11107554bda3d2b433f8b8b8f2 0.12 MB 291 29
553,900 553,900 000000000000000000037760cd4dd3b0493480ae0776b73b269ae9c62ad8a7d8 0.35 MB 673 16
553,899 553,899 0000000000000000000f9f6ca8a53404f297d3fa52ca38ed0c9a7e9a05a68033 0.97 MB 1,078 3
553,898 553,898 00000000000000000026fcb4d68fbf8291a2af7c0d0633d7351554b348c7a545 1.16 MB 2,817 5
553,897 553,897 0000000000000000001677333c2c9d5f2511bf5898aeff9fbbca057c723d8f43 1.26 MB 2,681 24
553,896 553,896 00000000000000000007ffa72b6fb1351f048c8f04b7345ae828ffeb0f508387 0.41 MB 477 16
553,895 553,895 00000000000000000008bdba38179c6044330b110bed45d1c9586e3593a01c5c 1.14 MB 1,892 23
Previous 10 blocks ↓
Total Size: 776.23 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,413.60 GB sent, 129.84 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.