Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

860 transactions (0.23 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,279 000000000000000000022cb30000000000000000000000000000000000000000 0.23 vMB 863 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,278 (841,564 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
68,714 68,714 0000000000358cad6825b1b5e3a496a6f913b997dd91476081d4dfe51feddfbe 0.00 MB 1 0
68,713 68,713 00000000014d112984956832483cf362f7460c26f283bf11ff3b99c9a76997cf 0.00 MB 3 0
68,712 68,712 00000000008b7396137320c2aa08079c8a023dbf4c5eaa948f32ab6cdcd9f4c1 0.00 MB 2 0
68,711 68,711 0000000000af21ab10ef6f5e41e8f9460e26fc9a2cbaf204697dbaab0a7f1ca9 0.00 MB 2 0
68,710 68,710 0000000000ed3650774e0ac7ea524cc9c1b30bf7abf4098791a18ff6350038c7 0.00 MB 3 0
68,709 68,709 000000000021b029d8545201d87c77b5629aa76511324eccbeb2609c65523eef 0.00 MB 2 0
68,708 68,708 0000000000a054deb10c9f5320bec410c2f8dc422669850b800b152bd4766b45 0.00 MB 1 0
68,707 68,707 0000000001489df24527588d8e5f1931acbdf6e8bb1c4f13039ab0f181ed16d8 0.00 MB 1 0
68,706 68,706 00000000015654306ec181945d81e57cf1b6eb09b3cdc31be848773e5a4b4d00 0.00 MB 1 0
68,705 68,705 0000000000fb1dc2ea320c92a00c346dfa79c5ea18ba9115f69a27e38626ca2c 0.00 MB 1 0
68,704 68,704 000000000078e37a4070fc52269e94f26b287553d4f4dea5fe50bd6e171beefe 0.00 MB 1 0
68,703 68,703 0000000000bd8f2ea8487439361e0a3dd473bcddbd0a16149db20bdd3e3fd187 0.00 MB 2 0
68,702 68,702 000000000168b2febd18cca891dc4cfa5de5575f8b80dc29905827ac226c4d78 0.00 MB 1 0
68,701 68,701 00000000015205e2949dad13b348c4df631cff4c3b2ace7858b4ec5a2223ae35 0.00 MB 3 0
68,700 68,700 0000000001313206c27616437b932f0c9109e3db2988e6116a89678c8ad46177 0.00 MB 2 0
68,699 68,699 0000000000488f7acddbf1c65a929a6dae99f34f951b322694c5d12c4bac8f53 0.00 MB 2 0
68,698 68,698 00000000007e3bf88b47cbe74b69e5aed5a85ba52d68d1b48eee56a4ace28cd7 0.00 MB 1 0
68,697 68,697 00000000012780b3c80f9ec68621263f4c5b1bdd77ea4172d87fa77c18bf4d6a 0.00 MB 2 0
68,696 68,696 000000000143b9b3a6e590ee815c858827c35d7d08b25904baf9f50b6b2b6950 0.00 MB 3 0
68,695 68,695 0000000001034d326e461726a569cd3efd543f353b186dc4e2125a9de3b1d5d3 0.00 MB 1 0
68,694 68,694 00000000004042c612b2112ca18d3eb9eca685791cfb365558ad32f8e5c3df22 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.92 GB

Node Information

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