Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

171 transactions (0.09 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
909,843 000000000000000000022cb30000000000000000000000000000000000000000 0.09 vMB 167 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,842 (863,568 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
46,274 46,274 00000000176c30dd5611a1ff2a629459666e3eb3e9fe807a3e2c57c01b95373d 0.00 MB 1 0
46,273 46,273 0000000033c86fa7bad9fbeaa3d0385a10cdc9cce9e73cf29e8ecf4f4f50bacd 0.00 MB 1 0
46,272 46,272 000000001fdc5449b404c1fb23e5100ca62cf8cee513251c90f00c36a3aa8008 0.00 MB 1 0
46,271 46,271 000000002e0c191ebe5f393f9e554dc11ab7dcddf897e9f5d0457d4f2cc6a226 0.00 MB 1 0
46,270 46,270 00000000319e9e915f6550c8e81c27abdacb479d27d0ff45132f4f06a88c0de2 0.00 MB 1 0
46,269 46,269 000000002c0c082085de4ece8fa48b5b4a3a87dfb5d79d14bb3330bd5bcb1a14 0.00 MB 1 0
46,268 46,268 0000000007571a6bb58075efbe07c0576808e512ce4cc1ef8acb15efac8d3d27 0.00 MB 1 0
46,267 46,267 0000000017b7272ba2b2986e2f9831c0942ac4cbda565efe4b26e4f603cc93b7 0.00 MB 1 0
46,266 46,266 000000000ddc03e86d10048482b18d5f38f6999ff259fc691b54d678c725e316 0.00 MB 1 0
46,265 46,265 00000000130e7997577236d2101913ffd6b1232c59abed0bfa319e822e68a0c4 0.00 MB 1 0
46,264 46,264 0000000036f4ebe7c8dcfed12a7d7d6236efb94ee31e555c3b5a2fcea321991a 0.00 MB 1 0
46,263 46,263 000000001e724f3388857305177220ae8194fe2e96788adf44668f9eae0b947f 0.00 MB 1 0
46,262 46,262 0000000016035d6a3119fde23f99c8d491f8adf6edac3279ac939d6ff1e8a595 0.00 MB 1 0
46,261 46,261 0000000029f4487f88e1f26e8f9736f40fbc55664ddca6b1241c5f140cb4baa0 0.00 MB 1 0
46,260 46,260 00000000369bbce0956b769345fd328ed61d0148cbfc080fd45758cd8f5a60f6 0.00 MB 1 0
46,259 46,259 00000000141d8655606d148d6ae026639662ecae8bb8f243bbabc9353f7b0b8a 0.00 MB 1 0
46,258 46,258 0000000035bd68ee1084f2d55e72deec5333562dee57ac555be623c4c8a8bbc8 0.00 MB 1 0
46,257 46,257 000000000e76b65f506021e9db90c5b8a380fda7a5f63f66fb8cf33551a4e3b6 0.00 MB 1 0
46,256 46,256 0000000027aaa721072e886557eea3bda800309cdb16007b93537532ed41b9fc 0.00 MB 1 0
46,255 46,255 0000000003593993fbf023adc17a03a7f662ba03ae499f252ce3a50d6568e441 0.00 MB 1 0
46,254 46,254 0000000031015dcf8b82a2e80fd36e57024be703c1ae4ab99dfd0d5cc91ddc7f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.10 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,166.51 GB sent, 113.79 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.