Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,019 transactions (0.82 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,680 000000000000000000022cb30000000000000000000000000000000000000000 0.82 vMB 2,011 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,679 (108 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,571 910,571 000000000000000000013850542f1c3f622618b5c83eb1ec9ff2d93971796184 1.63 MB 2,219 1
910,570 910,570 000000000000000000015fc388d2eb01cdf84348bfa417515a87b1ca8ee50737 1.56 MB 3,161 4
910,569 910,569 0000000000000000000054df42ba65baec12f0a545327a6b1206c11b73ca5f07 1.45 MB 2,417 2
910,568 910,568 00000000000000000001ceeca301c77fb24f349c746a5adcc38dc7cefe41321e 1.69 MB 4,385 0
910,567 910,567 000000000000000000013995ac15f1f52818a2395db0c66fcb983a4ec083e165 1.64 MB 3,518 1
910,566 910,566 000000000000000000010127ad9076354864e686c171f262659bec823bec69dc 1.75 MB 2,375 1
910,565 910,565 00000000000000000001ce80ffe65903b52e69f5fd8180a7285229413f2ef35d 1.64 MB 3,207 2
910,564 910,564 00000000000000000000de70b2ddf96364e7663f174a6a54d4230e2294402b55 1.67 MB 3,107 4
910,563 910,563 00000000000000000000fcf7da8df993497297b43004ca1aef088d9b0992e9f0 1.69 MB 4,667 1
910,562 910,562 000000000000000000018aae9fe0264a5036e8ff8bc544e411968d21fa92378f 1.31 MB 2,529 2
910,561 910,561 00000000000000000000dabe05003731819eff6cd516482ffd1de5a263b8277c 2.04 MB 1,315 0
910,560 910,560 000000000000000000009d65abac26f131d7761a951b8199055769650d19b2d6 1.72 MB 4,725 0
910,559 910,559 00000000000000000001d93528fe9feb0cb16318bf37d19626ff7fef2fb7fff0 1.70 MB 4,809 0
910,558 910,558 0000000000000000000175a86244a5131ea5456b54a9643b6e08fc14dee69994 1.66 MB 5,604 0
910,557 910,557 00000000000000000000706f8594a4e3d63ff5413eb4cc78de164373c0ec8a39 1.67 MB 3,156 2
910,556 910,556 00000000000000000001dbf3cdda6f11435d7f0fc6848fff286ea0b1e12c3c70 1.75 MB 4,820 0
910,555 910,555 00000000000000000000428a258e75637758a8a9ecfc0b1f1965da61fe4c6fa8 1.30 MB 2,382 3
910,554 910,554 00000000000000000000f548bed3e36744984bb74188b7b116f7472a41fc9ce5 1.60 MB 2,926 3
910,553 910,553 0000000000000000000093f1ec462e1e2b73ffb276c0fc7a4470e5171cc00ea4 1.88 MB 3,329 1
910,552 910,552 00000000000000000000895d95a05722981ddd2352fe03088bf3db54364d3480 1.72 MB 2,993 1
910,551 910,551 000000000000000000011fb9ac884918f3a833339df50d7873090a043673ca29 1.59 MB 3,408 2
Previous 10 blocks ↓
Total Size: 774.63 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,287.05 GB sent, 121.80 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.