Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,673 transactions (1.74 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,692 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,955 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,691 (447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
909,244 909,244 0000000000000000000118af4834797747b9e95721b7df6555cbf09622850174 1.40 MB 4,276 2
909,243 909,243 0000000000000000000066a44ce48123bbeab3c54b1197f79bc5f213c1306a6f 1.46 MB 4,117 2
909,242 909,242 00000000000000000000b0b8862058e8a1736299a182ab355d3a430e2439a7b3 1.63 MB 3,940 1
909,241 909,241 000000000000000000020cda0c2bd485c4e465b685a1060c30955c80c9cdb923 1.62 MB 3,098 4
909,240 909,240 00000000000000000000eed36ec14492e63d7bfac514979c380562f0ec12f27d 1.60 MB 3,046 2
909,239 909,239 000000000000000000000d3353412cc6970809a0b637fea62180a48af7f13c52 2.04 MB 2,208 2
909,238 909,238 00000000000000000000154b566f5e531e0928f5a7e09f6c5b9c770e06e303ab 1.45 MB 1,776 3
909,237 909,237 000000000000000000000bf2c6e15e4f0719b6d2de09982098a93415692ebe51 1.62 MB 1,680 3
909,236 909,236 00000000000000000000e12777031b8f551821ae449c609f03f49128083e81b3 1.61 MB 3,335 4
909,235 909,235 00000000000000000001210d4321c62935cf32c4d2531d19cb8ecd3095b93afe 1.53 MB 4,084 7
909,234 909,234 000000000000000000016557a7f820a2cd127c0b7de5e748245d504476e5b63c 1.61 MB 3,586 6
909,233 909,233 0000000000000000000089c7858f1fc493721057acc19ac476a01e02ca26f68c 1.48 MB 3,754 8
909,232 909,232 00000000000000000001db62df6a2a379d6aaef6c8b1baa7012c989aeef1cbb9 1.61 MB 2,850 3
909,231 909,231 000000000000000000019860f829c1e0e27451b8011997f3bcf8ceafa6a01531 1.44 MB 3,203 5
909,230 909,230 00000000000000000001f34cf68e4bab1b52a036cdebe957094de5d7742959c0 1.49 MB 4,053 7
909,229 909,229 00000000000000000001da8ff6acddec2a855e98d708fbf6d34cdf325e7ee5cf 1.23 MB 1,505 2
909,228 909,228 00000000000000000000354de49be8767b4e20572beb949806840c5958ee2cfd 1.37 MB 1,797 3
909,227 909,227 000000000000000000022274dd6a808df46e46789a1abdd2cb69057f3580f4fb 1.64 MB 2,844 3
909,226 909,226 000000000000000000007f1d2db11721657018dc39f4b4dfa773d9500265e54b 1.61 MB 4,159 5
909,225 909,225 000000000000000000014f4ad96447e01b240d1b9e2c44dffd626c78b92dcfb7 1.47 MB 3,623 7
909,224 909,224 000000000000000000006591385fd30044b0bcf390c350f0781d87ae1e8f7896 1.44 MB 3,693 10
Previous 10 blocks ↓
Total Size: 772.83 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,150.59 GB sent, 112.50 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.