Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,266 transactions (2.31 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,669 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,665 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,668 (878,628 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
32,040 32,040 00000000620be592b4c8c84363efb8b99ccc2ca54eeecfbf51b5d13a62bec405 0.00 MB 1 0
32,039 32,039 0000000087c806d34dd8e1bd5cf9d671617917621a4d31f3b7ba182ea5b069e1 0.00 MB 1 0
32,038 32,038 00000000cf6ad1dad702b6fae3a19eb6b6e4bef800877faa46ed74b677ae4a62 0.00 MB 1 0
32,037 32,037 00000000012ac81ed871bbc6046687d7065e7547ec621b6f3a335aa12885464c 0.00 MB 1 0
32,036 32,036 000000008943bea18faebd01c3e9e9b66fbb8c7c617f27e6cce0eea5586f0958 0.00 MB 1 0
32,035 32,035 000000008c45c231e70dfdb25d72c714254817356db7d4f66fcc3e3265250598 0.00 MB 1 0
32,034 32,034 00000000802ed67bd57ca0398b52c33f9901926049944b8964ba622e2057b7df 0.00 MB 1 0
32,033 32,033 00000000fbb7ceb88b05026d09ef52ebde6229e3597e4da6777ee822ee868632 0.00 MB 1 0
32,032 32,032 0000000068ebcafe2d98b7198bc634d32fa3dfddb55265d1834fd9f98d629296 0.00 MB 1 0
32,031 32,031 000000004b189ffe697d54139f5dcb699c2a2840e4f56149fb97975bff03301d 0.00 MB 1 0
32,030 32,030 00000000f87ec7f43095246b87d5fc2e76463b49028756196c200fbfee062bf8 0.00 MB 1 0
32,029 32,029 000000000136db0167eeda3b11703aa4a7b1b9c4766380a430f72e596836a575 0.00 MB 1 0
32,028 32,028 000000006a23c443a123f74786271b3dd0f512327fc649ee3b1c9d1280e714d0 0.00 MB 1 0
32,027 32,027 00000000f0d497fbb8fd75a061a8f264f78fc74624c402267487ed2b2d1c0dc9 0.00 MB 1 0
32,026 32,026 0000000007cbdf6cc591a4f3a5f1567c46e0a3416fdba4b340f9ba7904f4a6be 0.00 MB 1 0
32,025 32,025 000000000d9c93eb25dec7a5087a52ea52010e85cf6f172a6b58ad54031ecccd 0.00 MB 1 0
32,024 32,024 000000001d6352e437a5ebb2bf4c76834a4e61e905b2bb9ac545511699f4f2b4 0.00 MB 1 0
32,023 32,023 00000000573754713c6e2923990e6e464ebd1003a8d8b8718883cfced19ab5a1 0.00 MB 1 0
32,022 32,022 000000009c92ca0d3300b693573f49e353ff88a465fab82916b5d3d17f72742d 0.00 MB 1 0
32,021 32,021 00000000043d51967e7cbb006838294c4deb6feecb0740ac33d5fc648385e90d 0.00 MB 1 0
32,020 32,020 000000000d34529a5d6f8c1710d8dbdb5a54a227990d97c1fa2e63189d8ee0dc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.61 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,285.69 GB sent, 121.71 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.