Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

926 transactions (0.27 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,008 000000000000000000022cb30000000000000000000000000000000000000000 0.27 vMB 916 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,007 (548,977 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
362,030 362,030 00000000000000000b520ea88a9d64afecc0af78af46c4461f4c5c1cd577fc4a 0.75 MB 1,159 53
362,029 362,029 00000000000000000680e67368a6b0a4c16ff496295de258572560b071634af2 0.57 MB 261 10
362,028 362,028 00000000000000000fb85e7dba7f188535020832a5aff4957154ccd67611d106 0.75 MB 1,591 31
362,027 362,027 00000000000000000f4017e848d61da3814b518f9daab2e7b13b2ff0244f8537 0.49 MB 299 9
362,026 362,026 0000000000000000070364c87cd04df4c05a471cf30fee62bf4f4a0311543287 0.82 MB 576 13
362,025 362,025 000000000000000012ac3914e90a9bffa29a25fedcc338fb3f621c39f1936aa2 0.67 MB 672 15
362,024 362,024 00000000000000000eb47da01df247578b3d2107c011845362f4ae05ebb4680a 0.05 MB 32 7
362,023 362,023 00000000000000000f48f3372bb0bb682abdd521c03798603c1b2b9155a26ae0 0.71 MB 1,027 19
362,022 362,022 00000000000000000f5bf04a2d5099274a7102c5bdcd39fc7f541c417e9cdaaf 0.00 MB 1 0
362,021 362,021 0000000000000000043dbb036f4b79e868c6586a6cc25a7b289927d89fa2c907 0.86 MB 333 6
362,020 362,020 000000000000000003f95deb9a5a843295a613f9aa719ac4436eea345d17e64e 0.70 MB 435 6
362,019 362,019 000000000000000012fe93bea565201ec064cedd62c02f1f99307c7d125b413d 0.95 MB 330 6
362,018 362,018 00000000000000000cf0ea684cdf1168b40f7bf4c15422055526a7d9cabdc4d4 0.74 MB 729 14
362,017 362,017 00000000000000000f3fc36d6c017838d7cad84bb937bdc88d0a6a83fab41829 0.73 MB 123 1
362,016 362,016 00000000000000000dbd3afe4125bb255e9feba8fbbe0a57563726eb7941826b 0.31 MB 543 23
362,015 362,015 000000000000000012c037406289d8d4b7592aed79e076489be3d19653d830f7 0.75 MB 1,049 13
362,014 362,014 00000000000000000c21fe5d24010458c24e3a489d5570061d88b05be00c2c1c 1.00 MB 1,502 25
362,013 362,013 00000000000000000a475a07daff1f6a333676a16f8cf605efd69f5f8f2fea6c 0.89 MB 462 6
362,012 362,012 00000000000000000a79a66873850b50c7c160a0d1547fd4ebd96402b99d5ef4 0.75 MB 1,376 25
362,011 362,011 00000000000000000d629f8dc9ec36040d09c86a549811af1b61316c45829dd2 0.75 MB 1,422 27
362,010 362,010 00000000000000000b238a8fddbc06d528acb6550a54f28a489fa0b32c8dd1e6 0.39 MB 329 9
Previous 10 blocks ↓
Total Size: 775.25 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,360.00 GB sent, 124.99 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.