Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,895 transactions (1.78 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,603 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 2,643 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,602 (869,756 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
41,846 41,846 000000004b6a3134ab73c0a9f55670faceb2f6873ded520f6ebe974380753e0d 0.00 MB 1 0
41,845 41,845 00000000599410d2aded81c50ab922f3d6868c295b7d67456826571af79883ac 0.00 MB 1 0
41,844 41,844 0000000063fe389a0870398214e628f692cd640403f5258813c493d23a919fd9 0.00 MB 1 0
41,843 41,843 00000000101ee2725e3d2a21407ec29f8822a6ebc70a3baf665550b715e6e2b8 0.00 MB 1 0
41,842 41,842 0000000055167015bd6c6c1589c0e6330e647e8ce98e2934864e99b12bcb78b2 0.00 MB 1 0
41,841 41,841 000000001780b5cd6396026bfbe155d5ac38ca09b9bfb76c1af99969a03da9e4 0.00 MB 1 0
41,840 41,840 0000000029cabc7e716b69e0f5e4185a47a0e65ac93ebd0dbc5091b322d4817f 0.00 MB 1 0
41,839 41,839 000000005388d3e7ef1e18fafc54eef2a0f0e0aacbbb256ca4ff3dc3d75558a2 0.00 MB 1 0
41,838 41,838 000000000e8795e070d28750811377c40bbcaec68a8d2fcc405e5e62c6c24fd6 0.00 MB 1 0
41,837 41,837 00000000159c9f3a706081b9616ef6018d351e9bdca8a4cbbbe4b359ca607ddd 0.00 MB 1 0
41,836 41,836 0000000032a7ebfa6c3b732df6707d5a90f329fa6f57ec404e4b8cfb1b0ea8a0 0.00 MB 1 0
41,835 41,835 00000000463eb2d56d79370a133fc2714687b5a5d0c5a6156b65d23911ca7686 0.00 MB 1 0
41,834 41,834 00000000112cd8a57c7dc7b6cb8d9efdf24e5d36d073e1033e404e3e87404ca1 0.00 MB 1 0
41,833 41,833 000000001b6f886dfe3aa18d4e74e94cfea22a1316552a871ceba5ad04cbd2cd 0.00 MB 1 0
41,832 41,832 000000001f686667a7b210296217f0168006905f3a41c9149dcc8bdd0a4f3767 0.00 MB 1 0
41,831 41,831 00000000196560bc47d5ef95f946c7e879101a4b98380c599d0ccd4c76bc7414 0.00 MB 1 0
41,830 41,830 000000003cead07497880c2142ed955ff0d2e0dccf13b9de259cb5646bbbfb87 0.00 MB 1 0
41,829 41,829 0000000015533231fa706cf9933f4dcafdbcf14933da71acc3ab658b8320dba8 0.00 MB 1 0
41,828 41,828 0000000006abf93f5f3ffa8d40d49c7cc71ab97b21fab5b7b59a5c445fda476e 0.00 MB 1 0
41,827 41,827 00000000408d6e0ad63a5501b4f2cd6832e495f0246a7bb40a9ac1a812b40ade 0.00 MB 1 0
41,826 41,826 0000000044c628a423f2f5d510eeb04dc7f0c9825fc4f5db0d9f52677c6e5bc9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.35 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,419.86 GB sent, 130.40 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.