Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

16,727 transactions (3.93 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,062 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 4,982 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,061 (857,012 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
53,049 53,049 0000000014c27ecb8cfe84a0f8b0152a7d6b423e527467aadf8ffc5ab6240e27 0.00 MB 2 0
53,048 53,048 0000000013af09d5d215b2b8c6f186c1b9e0af9de4bf5d4361a99da8a2dc84d0 0.00 MB 2 0
53,047 53,047 000000000f4704b9403c070bffd595b3755fc7c0acdba9684e6cda71d99ad33c 0.00 MB 1 0
53,046 53,046 000000000bf3ccec536fd48e7118519b9bd67c94c6890fdabd42b65ca4ce3763 0.00 MB 1 0
53,045 53,045 000000000a58b4dc3e89cd9bd4086ccea03e4f8dd721f59c8fe7a7e2abc184af 0.00 MB 1 0
53,044 53,044 00000000139cfd784481254595d8b5762cefdc4dcbcec1f91b02a2e26952b677 0.00 MB 1 0
53,043 53,043 000000000bb61d0fe86a5ce94b5b000ee2e25da75411bfa10519639b53dcc8ca 0.00 MB 1 0
53,042 53,042 000000001583b0d8eea5dbef7c702085f121edbd977e3c45d838896175264a49 0.00 MB 1 0
53,041 53,041 00000000118be023123132f7aa8d206490f3ca7b0f346e457be86ede199d3af1 0.00 MB 1 0
53,040 53,040 0000000013cba3d8a9ef7e222654ed2b5e3e2f091de89b3025d10c2237393636 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 773.51 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,186.44 GB sent, 115.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.