Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,654 transactions (2.25 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,042 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,414 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,041 (857,002 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
53,039 53,039 000000000d16bb3cebc73e0f10d70db0b97af71bfe787cd88d8fde937e8edd7c 0.00 MB 1 0
53,038 53,038 0000000005a0b99382389e0898e28d471a21b30b1eb7fbcde04243b997effcbe 0.00 MB 1 0
53,037 53,037 00000000019060f8773e615a3e8f34b029c53339f76d5f13477845ed4e237aab 0.00 MB 1 0
53,036 53,036 00000000157c45a8a5f0998e90f88210ce702c8a514fae42abf6f520e046ffc4 0.00 MB 1 0
53,035 53,035 00000000138524c5393611e45b7ae50083a02a99a638221d31da5f3944c7a3e2 0.00 MB 1 0
53,034 53,034 00000000138ea8139460d5ad819409da0c29d5ad92ce47b49d4625a6e58b2d55 0.00 MB 2 0
53,033 53,033 000000000fbfa1b0cd2e84431031352698ba3c79ce6fa04ff8f2ec1f80ab506e 0.00 MB 3 0
53,032 53,032 000000000181568ce7099ec07389e626cad5b60f906c52769a9b7cc1ba031015 0.00 MB 2 0
53,031 53,031 0000000000c5836a687d0dcc8cbc762e183b3167dc84bdd54cb927ca7d349d42 0.00 MB 1 0
53,030 53,030 000000000cde17903b512b6538154add3436696d3bd9a7dba36c2bf272be1013 0.00 MB 1 0
53,029 53,029 000000000edf2ece518b481700e96beb4fabdeb1bed111237dc1ce44631bfa7a 0.00 MB 1 0
53,028 53,028 000000001152181e406476dc6df70aa26689d04a11af8284c12139efca40330a 0.00 MB 1 0
53,027 53,027 000000000873f2aef0d0fd0352a56fc244c653fd36fac950ec47fa955bdc6b10 0.00 MB 1 0
53,026 53,026 0000000011de3e5b4fe707070bad37d891642dfb2bf72e8f1a74a52d67ef75ae 0.00 MB 1 0
53,025 53,025 000000000d215e51eee0778771af16155643caf951724726103668e9d5a79ace 0.00 MB 2 0
53,024 53,024 0000000007035e79134f8bb4aad867e8bc056b539c3d8890b96fbf0764cf40bb 0.00 MB 1 0
53,023 53,023 0000000013550f23da0e44576de74fe07281b5c67e3a63c35f128d2e638d73c6 0.00 MB 1 0
53,022 53,022 000000000558e9895b0fdf08b0e6af46e4f19ecb2db6ba26dbe5a9a29571e2a8 0.00 MB 2 0
53,021 53,021 0000000005346ea3dcf19210c170e7a535bf5d81796cbb88f91b641aeff22ff9 0.00 MB 1 0
53,020 53,020 000000000da54264d8eac61035e216393e92fdbd15c7a60c496013e20cdfa01a 0.00 MB 1 0
53,019 53,019 0000000011afdbebcfbd2861780cd563e9d96eb724ed12a927593655964a6a0e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.47 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,185.68 GB sent, 115.70 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.