Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,165 transactions (1.49 vMB)

Priority:

  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 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,127 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,189 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,126 (847,295 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
62,831 62,831 0000000001faf2ef77e17d20c719cf720260a81ff2665a285d6b8373e14c5fbb 0.00 MB 1 0
62,830 62,830 000000000a5d2342dad56b318420887685df976b0f6bff33207cf1d1c36308a0 0.00 MB 1 0
62,829 62,829 0000000001599a5c96c1bdeab38bfbba6a5dd7973d24477849377486ad592703 0.00 MB 2 0
62,828 62,828 000000000b23978637300c90a87bf7416d45501fb8a0e3a94f09b08f9a7a5425 0.00 MB 3 0
62,827 62,827 0000000007a29681a8bb183630c45b601aa0f557896e875b9a8eedc2788fef7c 0.00 MB 1 0
62,826 62,826 0000000001871eae6acdcb0feb0517f1ad9e707e2f83f1c75a41310c6b29711b 0.00 MB 1 0
62,825 62,825 000000000b44a67c5695a50f9daad412f4f3fbcea0ae096d85c7302a87eca9b3 0.00 MB 1 0
62,824 62,824 00000000016c40a19d048450091c1a9ba395d4574bffd9c8f23e9d112013de03 0.00 MB 1 0
62,823 62,823 000000000ce64e67ab791378fd4755da6931ebe5d19c8fa0023571ff62436664 0.00 MB 1 0
62,822 62,822 00000000028a38a4b1dfd498a4d1b671481a5cd83deee40d6741fe7a4ab4a3ff 0.00 MB 1 0
62,821 62,821 0000000009993663418aed9e29c6f863b5bbbf5caf338484f13a4bc943a21896 0.00 MB 2 0
62,820 62,820 000000000d12812a79d14512e4e92e4f7ff9aa66751b85533e28aa516f0e838e 0.00 MB 1 0
62,819 62,819 00000000068794d7fd2ffd9c92b4a9372ed1bb6736f9ea61b6cda95b9c1d6e73 0.00 MB 1 0
62,818 62,818 00000000033a2b88cca4e9b6efa7d742bac84f88a21080c76d7aab5c7d6a893b 0.00 MB 1 0
62,817 62,817 000000000c30c0ec00fa38b0c72d4ee0a6587be2310b1d6e0f8524d1b96eb342 0.00 MB 1 0
62,816 62,816 000000000809f5e772cdc3139bd8b0f193cdf474639e78c2b75f106b611cdc11 0.00 MB 3 0
62,815 62,815 000000000a2e80d5fea22580ba9dd94a725d27595cc42b17b436dbb1eaf1f05b 0.00 MB 1 0
62,814 62,814 000000000bd88c2f86d3a9406fb1b48af548a927436f5837a27c2f88b716d641 0.00 MB 1 0
62,813 62,813 00000000056a4d7a63b57eac0bb5181710b42ed547310a5668025051090e58fd 0.00 MB 1 0
62,812 62,812 00000000002ae83a4da24bc9861b91a0f4d3cae978fb5d1f37e7b88f802189de 0.00 MB 1 0
62,811 62,811 000000000bd700d0223a9417d4e722d5dfa7b906b43923bfbac1bed902f5a1a2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.62 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,191.84 GB sent, 116.62 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.