Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,192 transactions (0.44 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 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,377 000000000000000000022cb30000000000000000000000000000000000000000 0.44 vMB 1,195 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,376 (855,029 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
55,347 55,347 0000000011c1c21cf4d3a9f67e9c1b052e1e12e815cdadfca2c3eefd98cd7bb2 0.00 MB 1 0
55,346 55,346 00000000023deef5913b2733acba4ad80919b1fbbf8520456b78573b0a478751 0.00 MB 1 0
55,345 55,345 0000000002773348c5fae785d836b264b4e38460fa2210e3a7f3f5770c3efa1d 0.00 MB 1 0
55,344 55,344 0000000006f2af51a2523a76928c779393e9b133643f176564ff68caea422039 0.00 MB 1 0
55,343 55,343 00000000106c1effed32aee1c9a332c0c1bb88d1873ed65361a8370e35a8e847 0.00 MB 1 0
55,342 55,342 0000000000dd78741e36119cd26238cc57833889b6a67612b4d02c929c795b95 0.00 MB 1 0
55,341 55,341 0000000006c3f9d14253244617b04a25de0c0a31f62852ee4d6b5948c013cb93 0.00 MB 3 0
55,340 55,340 00000000041e7142c7a62ec34c36932be4e1783e854d0bc80c5e780afbf1360e 0.00 MB 1 0
55,339 55,339 000000000bbee12c7026944d8b1c852b7c611930b9bfe1883e8c4e1113f0e8d3 0.00 MB 1 0
55,338 55,338 0000000007c8ccad2f6e609c33bd2aba27f122d307f60a7094dc22e949dc230f 0.00 MB 1 0
55,337 55,337 0000000007be0a255395834edc40c967cf44b14a474cf55e4ccd02b5244a4ab6 0.00 MB 2 0
55,336 55,336 000000000658e09203c73c76366e8a86e87e8002fde9a6d19bd1e8b2c04a38f6 0.00 MB 1 0
55,335 55,335 0000000006f30ca7102b8bb65ae9a12cff7c7220ae315106993b22aba3eba8db 0.00 MB 1 0
55,334 55,334 0000000001e2542fe57f65cda4e4d3eeac72529899e7d19edaf0a6c9dd217e39 0.00 MB 1 0
55,333 55,333 000000000559c4058248b173215b315be396bb80d2eb85b83d304dc7b61db0db 0.00 MB 1 0
55,332 55,332 0000000012df283793d1ef9bf865e652d3a11aa4418ce427b8a98379e5a2d2da 0.00 MB 2 0
55,331 55,331 000000000c7d4bfa4501f432427f0136092335a1eab0ffc5842cca812995d3ae 0.00 MB 1 0
55,330 55,330 000000000d59380fec1f6a1fbe63fa65fb92270d21c8743048bd6cdbf368886c 0.00 MB 1 0
55,329 55,329 0000000003b16ca758fc132be5651179137fbd7908304a2fa60235d534ae49f7 0.00 MB 1 0
55,328 55,328 00000000067397d6c04acebc18d1971c284d2c24dc29ca5b39e2e1e3f589fab9 0.00 MB 1 0
55,327 55,327 000000000378127a053a48d7804a3a63a627321b1829b5ec2210c4d8ab18aadc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.10 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,233.46 GB sent, 119.04 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.