Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

476 transactions (0.14 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,461 000000000000000000022b910000000000000000000000000000000000000000 0.14 vMB 474 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,460 (683,938 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
227,522 227,522 000000000000030740e288c95708f522c4006a2a3e2a56cfc3b702c659318ebb 0.12 MB 269 211
227,521 227,521 000000000000021e12b474bf53b7cc7b68944f5aedbeb7d2fc204d7c1944fbdd 0.15 MB 209 115
227,520 227,520 000000000000020fc0f7289d3eaf7f22182681330bae87f6cd2effde95d1ab97 0.00 MB 14 64
227,519 227,519 00000000000001e6e124bbeeb29bb3b415ab371f004ec8b42dfb2b82260cb54b 0.00 MB 5 79
227,518 227,518 00000000000001f3452e556d1c7896621c0c510dbd1cf4518c91240c52adbf11 0.13 MB 259 207
227,517 227,517 000000000000024e8ae4bc744355c288fb06395f74324043f1fc4c250e33af1c 0.11 MB 323 267
227,516 227,516 00000000000001aa551fa6976a70dbd3ac0306c21f34815962a7563d2ba34e63 0.15 MB 150 107
227,515 227,515 000000000000010155ae89be2e1fa0986c131330027c01ef1da7f3c1c2836a51 0.14 MB 328 190
227,514 227,514 00000000000000dbcef4b0e5515bb1742aebdffd9940dcf323d9593ef01983e6 0.09 MB 220 162
227,513 227,513 00000000000002fdd785cbd3b23b5c78502ef19957470aa6f92be6215cce2128 0.00 MB 13 521
227,512 227,512 00000000000003734ab101fb465dc13a1ab2c63090f6e13ffee2ad142babe438 0.15 MB 179 127
227,511 227,511 000000000000007d881ebd5d7fd27f4ebf1052fa554ad02eccdbe92ed68e2cc3 0.33 MB 479 156
227,510 227,510 0000000000000208aeea71b7aa03c7712d59980f74bbd65e54be8d10636e82fd 0.18 MB 159 70
227,509 227,509 000000000000024d7a0ef78cbefee3a73552aeaec39bad266577e19085426da3 0.25 MB 668 338
227,508 227,508 00000000000001b816ed37246b4bed480a7d13dfec4c6ed257397e67b4c02b0b 0.11 MB 176 115
227,507 227,507 0000000000000011cfa5f0423bcb9c33cb52ddb4abfc392e7ea24d71739773a2 0.25 MB 572 165
227,506 227,506 0000000000000045f4fd147b65aaa3ec322e321b03f9e5f85dca739f322f7144 0.25 MB 823 232
227,505 227,505 000000000000028cfa2a2f2a814d20b76600764d5b0fc1c8a5ddd758b68720c9 0.21 MB 320 168
227,504 227,504 000000000000029e821c39ddf86a559fa52155c302cabcbc533250c29380ebb0 0.12 MB 161 118
227,503 227,503 000000000000017994354d9bbfbaa94e53c9b5c62a0b1e39ac6f889967f6d00f 0.17 MB 383 268
227,502 227,502 0000000000000309a5372d77693362d48ebbc736049e061c570f57b2080fc6ec 0.15 MB 233 154
Previous 10 blocks ↓
Total Size: 776.09 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,408.21 GB sent, 129.21 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.