Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

724 transactions (0.21 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
911,370 000000000000000000022b910000000000000000000000000000000000000000 0.20 vMB 701 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,369 (853,664 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,705 57,705 00000000145fb2ef3381691438e591bbf19576084db4026e14ccc96819762ea0 0.00 MB 1 0
57,704 57,704 0000000007c3d411bb48ca99f36433ff8ef3ce9755285a2a09ec0d7813dd00f4 0.00 MB 1 0
57,703 57,703 0000000003daaf7b6063c2094e99d07bf388359b54292dd97f8489bac422d3ee 0.00 MB 1 0
57,702 57,702 00000000118ba3e25a5de482e2a0294f1a139564e9abb35215e1f67476161013 0.00 MB 3 0
57,701 57,701 000000000357f027f6302eeb650dad2fa16d300e799a09167d7eb1d06faa7e01 0.00 MB 1 0
57,700 57,700 0000000014649cc6c87ceb4052e710e2850d217f208baab2558d6fef089895ee 0.00 MB 3 0
57,699 57,699 000000000ad6e1a1c958f0a8ee78437f588807059b5c33026da0e0bd45d3ac41 0.00 MB 1 0
57,698 57,698 000000001067af586141a5792debdefde71b9339b92b730d2ef49c2735cda4d7 0.00 MB 1 0
57,697 57,697 0000000010ceaa2122258d5d696adbd7418f3bd9b9594b2fc4ec027ae2e2151e 0.00 MB 2 0
57,696 57,696 000000000e05c17b8846e5ce7d592340cddaa0e7a1de621cdd4d030e64023f2c 0.00 MB 1 0
57,695 57,695 000000000552e00ba17b01658affb7a9714504ef4b3a7d55a04049b700f4cf2f 0.00 MB 1 0
57,694 57,694 000000000930422a51d200f214224150cd4c86c62d2581501092c4b32a7236c4 0.00 MB 1 0
57,693 57,693 0000000000e5c7484accc13d1092b69ef071e3dc29daa3c91d89153f996cd640 0.00 MB 1 0
57,692 57,692 00000000110913a710384e3a825ae7c5129e2124f87683ba87d309f3ec7314e1 0.00 MB 2 0
57,691 57,691 000000000b3d7c0b66dfdd6615eb3314844f9a117d43b9fb8e9055ab73ff1680 0.00 MB 1 0
57,690 57,690 000000000663e29720e2ea87fb43003c4d4db8c5ffe01607a1fafb32474ccd84 0.00 MB 1 0
57,689 57,689 00000000145e494631c5dda792adfe67d88bebe9a13728bf0c1afe4d3e72cbae 0.00 MB 1 0
57,688 57,688 000000000bfef0c4a4714e5ae5a623a41424c3ceba4520f4af7dd303cbdebbfe 0.00 MB 1 0
57,687 57,687 0000000006a0f682442e00afe2427c51e09e89b0231f1f2900e5b0d5a743a65a 0.00 MB 1 0
57,686 57,686 000000000d79a12fd836aa510bd13da741fc1a0598aa8e705a3f152d20627a39 0.00 MB 2 0
57,685 57,685 00000000142ac2818c35ae371ae2da9e56a93d72bcff54af0e0a9e08abea9486 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 775.93 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,401.83 GB sent, 128.46 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.