Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,827 transactions (0.51 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,602 000000000000000000022cb30000000000000000000000000000000000000000 0.49 vMB 1,822 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,601 (849,093 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,508 61,508 00000000018618da79806ded3196e154659f108f57247ce9e4624169131ff6a5 0.00 MB 2 0
61,507 61,507 000000000baa4bd3ca33bc62f64cdbd2c27ceec7a1e63f0f6a9518b03d58ab5a 0.00 MB 2 0
61,506 61,506 00000000087e3a3c43317c7f8514d25556328e96e34ddf645d7a11ddec371b9a 0.00 MB 2 0
61,505 61,505 00000000045512dcaf31dab62212fd788ba070c53431c9b63b2b7b645aad8324 0.00 MB 3 0
61,504 61,504 0000000009f31ab8eaefc630b4bf5c159af6d20c16c71da17ccae13b124651f6 0.00 MB 1 0
61,503 61,503 0000000009a980dc50cc538c41760794e8f6aec82515adfba2ce33d6f92b7eb8 0.00 MB 1 0
61,502 61,502 000000000a1d8e8807eb2502be952436b09f0ca6fbcb393174e812640ba47a52 0.00 MB 1 0
61,501 61,501 000000000c69f1b78fddd0975dcbc2c1a4279290fcc6b5187e6f8345950c455e 0.00 MB 1 0
61,500 61,500 0000000005d354a48e71695e4fdeecc86d78e4e65bdc016442e4597a7bfe6bcd 0.00 MB 3 0
61,499 61,499 0000000002466d81408cb3227e01c4f1b5a16e93e358881d4207eee34ecb377a 0.00 MB 1 0
61,498 61,498 0000000003efda2d0c89a96e858d16348e9d3aee402b3eb87b1ab74ebda659ac 0.00 MB 1 0
61,497 61,497 0000000004f79a3542c1602e0519ef55d5504ee60536b9fd53de2f696b062c9b 0.00 MB 1 0
61,496 61,496 000000000c91b9092514bda37d8f4e89f7cf23bc5b6a235df97300e8f656ac61 0.00 MB 4 0
61,495 61,495 0000000001227091b029db327003d5ec06146a391e391e78ca070ed290b41dbb 0.00 MB 2 0
61,494 61,494 000000000b9c2202214b93ea6a7b72b34c9ff9133f961d316e2eb2dcb5664730 0.00 MB 1 0
61,493 61,493 00000000076db76c42a62955feec140e049dc9bd30bf55fdf907495668423ce7 0.00 MB 1 0
61,492 61,492 000000000cc669fa1eb5038963a6d749b6561299a84c394d75e6a1964ce89e3e 0.00 MB 1 0
61,491 61,491 000000000d96349ec2f57b4cda3e02662869f93e565a739a067c80a1516550dd 0.00 MB 1 0
61,490 61,490 0000000007b9ee14bef42929841105f79d2b24a6cb98d02c4c0a3e78580c4193 0.00 MB 1 0
61,489 61,489 000000000c39d7ee430e5c86c17d6f7fd5bbd08c3c697d757b2d87fc4453a1ad 0.00 MB 1 0
61,488 61,488 0000000009c0017f56963aad4e99502e97d669db3f73a5cbe4ddccb53abaec4a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.49 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,255.22 GB sent, 120.98 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.