Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,314 transactions (1.03 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,901 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,175 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,900 (894,018 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
16,882 16,882 00000000e6c1a3b396497f29103ad201a59033a9444e5764d74c4e0838f0487d 0.00 MB 1 0
16,881 16,881 000000006c03e7c34501b355b4da331f963c138c37970ab4c2aa7c494dbf5f7c 0.00 MB 1 0
16,880 16,880 00000000b91f8efe3f29843a17be08d8f612e41066d088fb8ed54d969888fca4 0.00 MB 1 0
16,879 16,879 000000004ef1e333377ecd1a39589e82f9f1148f9945e005a18b9efdfada705b 0.00 MB 1 0
16,878 16,878 0000000002252a96e2bb99b8cf80a14c2d133098df6aab7b97e602168b5c1364 0.00 MB 1 0
16,877 16,877 000000001abd39970a477a19d1e01bb64db8ee2846209780339a20e19f711c65 0.00 MB 1 0
16,876 16,876 000000009668800d92fc47979ef9386408611f5fea94f0a6fcb5cf755d61c1d2 0.00 MB 1 0
16,875 16,875 00000000ddfe9db10b601338f7a32d23835074773a82bf654b43c26d914e7a1b 0.00 MB 1 0
16,874 16,874 0000000083f20ada6f69384cf37fa1e9c97c6d46f17b9883d70e476e008117a0 0.00 MB 1 0
16,873 16,873 00000000f2e6932c4033fcaf76ad347af084cd7efca2d22d982f4edd8d04a9a4 0.00 MB 1 0
16,872 16,872 0000000085932a3a453200c62f86ad74452bfdcc7f7020da069dc7a8dfdc95f0 0.00 MB 1 0
16,871 16,871 000000003914a0663377e09c0136b181cce1692a668944090e5c86a8507d4028 0.00 MB 1 0
16,870 16,870 00000000651a0e9c163680d699daf6947b48197efa1afa423a9158195c0ad465 0.00 MB 1 0
16,869 16,869 000000007eadd01548dc80a3fb96313063a7b00f0fb3f323057cc70ba0831479 0.00 MB 1 0
16,868 16,868 000000001e2c05110b7db36e7c83becfdcdeb88a060b303d9de7ce1383b3f6c3 0.00 MB 1 0
16,867 16,867 00000000780662d028154d6056beccc7f461be2918bcc988a3e15674654e7b27 0.00 MB 1 0
16,866 16,866 000000007a0f631b90e71514a0eda9585d6256229fe83051a0d9607f03fcbccc 0.00 MB 1 0
16,865 16,865 00000000d65b69ceb6939a4d861089e0162e72f49be51096d53bded16407871d 0.00 MB 1 0
16,864 16,864 00000000f6432b5863fcdaa714845bbe1bbef5093384390ecdff64f878235c85 0.00 MB 1 0
16,863 16,863 0000000063d26dd72f45a6d30dcdb4ead5799c4e84c8eec7af0b2e41ca083691 0.00 MB 1 0
16,862 16,862 000000008c043a10d67fcc416ec2a3a84b076a4358fba4aa15d3c0dd90ee8d52 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.06 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,345.97 GB sent, 124.01 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.