Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,436 transactions (1.55 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,055 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,099 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,054 (887,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,342 22,342 00000000f7764b07c44ea23904434637f032f905f086acd08b13b7bfc0e9e408 0.00 MB 1 0
22,341 22,341 00000000439674e56e852effcff53976a0b93f6b4e25792fe2928dca0a766203 0.00 MB 1 0
22,340 22,340 0000000005ac6b99fa36eb090aaea6c93e908692100e15f26eadf57742a5ad74 0.00 MB 1 0
22,339 22,339 00000000ca34b701eb4a968d8e040f3bf8ecf985450b2c1a994b7fabeff9b747 0.00 MB 1 0
22,338 22,338 0000000095bb5b5ec6767f45c4dd55088a00ba89145a53afc54dfa76997f28fd 0.00 MB 1 0
22,337 22,337 00000000798ca6a62a3d36f8584cc5b0ecd805c65d69c53718767f960b862a4d 0.00 MB 1 0
22,336 22,336 000000004d079c07c4b322fd9965aa26f7b3df75f8b11ac7e2572bb64b40e305 0.00 MB 1 0
22,335 22,335 000000006c6d16f6b86bb219cce028cc0f8e3e5a486965a315cce772069db20e 0.00 MB 1 0
22,334 22,334 00000000a8b5b26129386e54cbf76cfcd1cb40503d235108d47671a171428480 0.00 MB 1 0
22,333 22,333 00000000af810d437d91ea96ec99c8f1e5c9213b5f3afb17578124661f6d63e7 0.00 MB 1 0
22,332 22,332 0000000044a91b3b261accc212347ad50a4f484d6267a2602c28a21340bd2dae 0.00 MB 1 0
22,331 22,331 0000000054cc08b80e2ef5b33bb8144099076a6bd4d3017f4159ff0602d7eb3a 0.00 MB 1 0
22,330 22,330 00000000733a4ad851563f14e3a20e05485a69d7019b8ddb4d898124566aee4d 0.00 MB 1 0
22,329 22,329 00000000de7454a404f1efda14db3ebb1b1b920ec9c02ac2af51980d87abe49c 0.00 MB 1 0
22,328 22,328 000000008e81f8e6750e5c4a977650985476401f722e816eb8ea694787c5d813 0.00 MB 1 0
22,327 22,327 000000008ec07ed1a973dba421de98f967573581879d43aba04319319c323448 0.00 MB 1 0
22,326 22,326 000000009c929585096797d793d7e5846f5ac332faf8b290061f17b701f25d4e 0.00 MB 1 0
22,325 22,325 000000001b384fc20f60b74c6c3d8ebf8de4a63713db9f7479f8e788f9c1942c 0.00 MB 1 0
22,324 22,324 000000001b15a0e3cf8478b001e6688a5b83e7ed7a89e051935807bcc9faf372 0.00 MB 1 0
22,323 22,323 0000000089b23871920935845e08c180254ca310c1116102b149aadee3e77b83 0.00 MB 1 0
22,322 22,322 00000000ff6eb1ad5cac3feca1cfa679d75071f179bd2e61633f86ed5949855f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.50 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.16 GB sent, 115.85 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.