Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

977 transactions (0.29 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,914 000000000000000000022b910000000000000000000000000000000000000000 0.28 vMB 967 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,913 (211,458 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
700,455 700,455 00000000000000000006a1bf36f3ddc66cc3fb700bf0c867a4ef03a5cee92b40 0.68 MB 1,181 12
700,454 700,454 0000000000000000000746e010f27d10ff36581e21ba87e29323da4e95334f6c 0.22 MB 146 2
700,453 700,453 0000000000000000000da7b0bc0f23ee6705a1984240302d96fef7ac39a5b38a 0.21 MB 335 10
700,452 700,452 000000000000000000002b46b7173b550c9d2114bc30ab41171d043a42bd1b12 0.92 MB 1,460 11
700,451 700,451 0000000000000000000170b3f8908da0b33dc0318c13484024efb168cc8564d8 0.10 MB 129 12
700,450 700,450 0000000000000000000b11498a8701ea9bfbe309de410cca415f5d7732d42aed 0.37 MB 407 10
700,449 700,449 0000000000000000000b9a8d1b0876925d15e4deb0a7f610acd14c4bf7aea944 1.46 MB 2,799 7
700,448 700,448 0000000000000000000c667bdef179862e8598615b4739f4820b1980b25316de 1.44 MB 2,510 16
700,447 700,447 000000000000000000036a37cdaa51801b7276aac7325375518d6607046912ee 0.18 MB 284 11
700,446 700,446 00000000000000000003b98f6e799c33b4b2f48a6a6db0193a781da29231b416 0.93 MB 1,042 8
700,445 700,445 000000000000000000074ff6d6eb94186659387dbad0e732755213c013379fee 0.26 MB 335 12
700,444 700,444 0000000000000000000dbbc9b26c0b2b548304646dc9c2493ed024f3316bc0f4 0.49 MB 417 7
700,443 700,443 000000000000000000068aa69a954e897ea4fee06e3944b5258ab38de335f116 0.39 MB 649 12
700,442 700,442 000000000000000000057bb16ad0bf63299037225ce10337d3dff32c6aa1cc43 0.44 MB 807 13
700,441 700,441 00000000000000000006eb65ee6e766b1e5f0f656f50a7b8cadc4a92bda9def5 0.07 MB 198 14
700,440 700,440 00000000000000000000a24783e8dfd4b2cf6d43de3a69cd84c1c301a0cbbdf3 0.04 MB 14 11
700,439 700,439 00000000000000000004fe5537a2bf6c59281293b9f1c01948f21d3caa94a9e4 0.40 MB 538 9
700,438 700,438 000000000000000000000dd4b7cd2f52ce009310116f347cc2f948bb11bd48d4 0.62 MB 1,007 9
700,437 700,437 0000000000000000000302908aaab143293baa717f5003a53ecef92e5d1490a5 0.92 MB 1,836 13
700,436 700,436 00000000000000000007ab14c020d1eb128d6fc7405a2efe62c2744159e876fe 0.16 MB 385 12
700,435 700,435 00000000000000000004ae9065cd40fb624879cdca6b5be9fb623bf639f0daf1 0.33 MB 689 11
Previous 10 blocks ↓
Total Size: 776.93 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,481.18 GB sent, 133.10 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.