Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,439 transactions (2.47 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,939 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 2,280 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,938 (406,426 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
505,512 505,512 0000000000000000002e5a7ab0fb614c2f104189189e883142f0abbb77e40735 1.06 MB 1,597 246
505,511 505,511 00000000000000000071177a974ee540e672c6ee81442f35d873e1767aa0fb87 1.08 MB 1,944 220
505,510 505,510 0000000000000000001907dcf1ec373c75368010b970cf11aab69523f8874999 1.05 MB 2,140 336
505,509 505,509 0000000000000000004041612e0e04b8979c13cd7b15e80ecda0d80f43dab083 1.02 MB 647 94
505,508 505,508 000000000000000000116fc91f3570254781616bf6f72b852451c871d0a7db7b 1.01 MB 274 52
505,507 505,507 000000000000000000242aff33919662004f7db35fd009b47e6075591cebf687 1.07 MB 2,302 242
505,506 505,506 00000000000000000057075e114cd301d7a3389218cdc5ccb28adfb92efdeac2 1.02 MB 372 109
505,505 505,505 0000000000000000005a767a50dec8efb46670d9a09b01b018c47791ace644e7 1.07 MB 1,849 223
505,504 505,504 00000000000000000055580862147720e31c3a8b80add74b0a77059a66051897 1.03 MB 927 84
505,503 505,503 00000000000000000012392ae11bbc74c1e286333a5fcc49e209a0837fe00d79 1.07 MB 1,910 303
505,502 505,502 0000000000000000002030cd8f564caf0978b998127a6f7ec8ede3cf3f90832b 1.01 MB 299 64
505,501 505,501 00000000000000000003f38426b0894bedab0ae69ec5b80613df47af8e54195b 1.09 MB 1,721 216
505,500 505,500 0000000000000000003b907dbfa80f14faa29111f0c05924698a1847880e9fbf 1.04 MB 1,154 157
505,499 505,499 000000000000000000178dd92a7fb36f8753b303d7a824f606e72a4c67996403 1.06 MB 1,086 154
505,498 505,498 0000000000000000003e4501c7daeef601b488d4cca26e2f67c8380bfceb9bb6 1.10 MB 1,997 299
505,497 505,497 00000000000000000040b61833fc1320bcb3a47229a3bf49ccf8228f7a7b4629 1.03 MB 480 77
505,496 505,496 000000000000000000675eff08b3be380657425d87cf02688807f4cdb18b828e 1.00 MB 1,182 66
505,495 505,495 00000000000000000037ce4586f6f6613ca8935196c5df07d1502ccef64331b5 1.04 MB 1,511 191
505,494 505,494 00000000000000000070dfa94c689392e7c9275dadd19c1bdfdd4e55ddc4ee43 1.10 MB 2,004 272
505,493 505,493 0000000000000000005581a229a7e32e68ef233e5034407df5a2506baf814114 1.06 MB 1,528 223
505,492 505,492 0000000000000000005815cc67b1eb89bd2336aa26b71c0d336eb4112e131827 1.05 MB 1,507 146
Previous 10 blocks ↓
Total Size: 776.97 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,493.83 GB sent, 133.36 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.