Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,342 transactions (0.42 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,323 000000000000000000022cb30000000000000000000000000000000000000000 0.42 vMB 1,332 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,322 (866,247 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
44,075 44,075 0000000013e837d297e81e17be774fcccb6141bea90dbb8b91d53d3da98b8418 0.00 MB 1 0
44,074 44,074 00000000311302c8e4cf49f5d33cb8b4f729b4186f00a8fc9f20355d282e30e6 0.00 MB 1 0
44,073 44,073 000000001b99f4a83e66e571683f2cb7bd34e7e94abfccfbd03b379deb65ac67 0.00 MB 1 0
44,072 44,072 000000001acb7b9e32425806b07627b570c8337c7339698babe10dd8fae1ba07 0.00 MB 1 0
44,071 44,071 0000000008a525455881bb663fab11964857a23f98240ab8bcbb51ac3ea21a5d 0.00 MB 1 0
44,070 44,070 000000001582ee885ce8fdd14e207abaf8be01f5a9de5880ac4fd74dae280bce 0.00 MB 1 0
44,069 44,069 000000003d915cc76d42b1b6ec513c9e0381e4894283f5697e991662af722e01 0.00 MB 1 0
44,068 44,068 000000000a5456100aa68b2a34e763df312d70ba76f7ae12f1c792ce3b6244f1 0.00 MB 1 0
44,067 44,067 000000001bd05e3083d68b9767e40c4ea4d839d16ac81b7298c22ebb88f0c880 0.00 MB 1 0
44,066 44,066 0000000025c8a63c65435132c7674f34d4744b2184e49be43692f11ba3df3eec 0.00 MB 1 0
44,065 44,065 0000000036d1544ec7bd1dab4f4d8a7b4976ba8b1fa0867232ee4f333c024ce7 0.00 MB 1 0
44,064 44,064 0000000037891788ede644411415975182d330af2405e1b1dbdece65f29b4543 0.00 MB 1 0
44,063 44,063 0000000018fd8c4bfbb013e3d9cea140a700b4df70b39643d7d0548322dd94ec 0.00 MB 1 0
44,062 44,062 00000000304fc8ced2897d33e254080f0202af0bd78cf5c15853f31ea01d3921 0.00 MB 1 0
44,061 44,061 000000002e06a7a517bf2178db532af8b9c1ee6c2304832c896c66401759e7e6 0.00 MB 1 0
44,060 44,060 000000000f5c822e20abce4a73722ffc29420ff8d773ec2b2cdcbd83a7c1cf6a 0.00 MB 1 0
44,059 44,059 0000000013babfa5a016ef6bdb69f78997bff5b2dd66579f807a9511ab4c0b65 0.00 MB 1 0
44,058 44,058 0000000025bf189a0b8cc87eb21de18e8cbe741b886eac1939f4b17655a26556 0.00 MB 1 0
44,057 44,057 000000002c7359a3a5925369b1cf7bc85b5ed83d9f20b4d09ae0b49a55661577 0.00 MB 1 0
44,056 44,056 00000000166374c456d61b895dafe836585da8eeed5f23f8792c59017a158619 0.00 MB 1 0
44,055 44,055 00000000059cc3c69f6b923b52e066e8783ebfa545bf44010f48900eaf79b49c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.00 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,231.01 GB sent, 118.54 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.