Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,696 transactions (3.06 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,161 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,753 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,160 (856,404 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
53,756 53,756 0000000010193755f35173239cd3c607a933bbdeae2ea852cc18d9e2900921f1 0.00 MB 1 0
53,755 53,755 0000000004b281f6a82d26e50cfab2fe47235966734f2826b1c8b2275c4ef513 0.00 MB 1 0
53,754 53,754 00000000062b3122bf0c395fe4de7399113f6c888117fea424749fe953b3c912 0.00 MB 1 0
53,753 53,753 0000000003a1c8a68a78621156cecd1ecc243f9e595c12b47fa4ed50edb31fca 0.00 MB 1 0
53,752 53,752 00000000005f79739b1199b2b6beb5338123d93629e31cf9a974ff286c7ea1f1 0.00 MB 1 0
53,751 53,751 000000000fb05639773e708ff6f77290164218711274cf061016a4d88083c973 0.00 MB 1 0
53,750 53,750 000000001335544e138e4ab8fe5fcad1ed0aba85609700a5a9bd2ed44747cae0 0.00 MB 1 0
53,749 53,749 000000000c8e3449cf5ba2fc13e3acd396375931bb40d344a4a91837f6ef7bb3 0.00 MB 1 0
53,748 53,748 000000000228bb35bec02136497ccaaac569d9cf3598d2c84db46cbbc929e20e 0.00 MB 1 0
53,747 53,747 000000001181e7fc43abf25da3442d861bb9371d59a335852f27eac331fad6f9 0.00 MB 1 0
53,746 53,746 000000000abfb1a68c6ba1180923bb67b77f47fb87c8d78212f9e5e12b06086f 0.00 MB 2 0
53,745 53,745 00000000145653419e79ab141725be06b3585930593e599f08b6dcce7aa1ebf7 0.00 MB 1 0
53,744 53,744 00000000038aef7835524649a021eee3650a301ce4bce2887caef0f5af77a4f1 0.00 MB 1 0
53,743 53,743 0000000010c45b3149ba9845b84e3e8c754a942bd47f308733f2c150b302aeac 0.00 MB 1 0
53,742 53,742 000000000040d280cb73b8a3550cee1208921f3fdcaf33d3b2f44d367b39c67d 0.00 MB 1 0
53,741 53,741 0000000005494f01610e467d2052602c20bfceae3a673d05d6d5dca80fd2d5d3 0.00 MB 1 0
53,740 53,740 000000000e9b7ffbce3971e0401cba590c83f30299c8b796ff9810bc6699ed49 0.00 MB 1 0
53,739 53,739 000000000b33e5b8fa1da5ba68aa9633a548e7a304c8fde8db2ef177a25f4588 0.00 MB 1 0
53,738 53,738 0000000005d3a84abf2666c5702592e42ab1f6d62d4b15258e6ad0997de63524 0.00 MB 1 0
53,737 53,737 000000000ebacbc2e36a2bd922724976f41e628e3b6b6460ffeddb4480879f87 0.00 MB 1 0
53,736 53,736 00000000002456723be643ca2b0dfec153096761270cb4bf8a3fda4f9b0724f1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.69 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,193.87 GB sent, 116.98 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.