Explorer IconExplorer

Memory Pool Memory Pool Refreshing

556 transactions (0.16 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 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,378 000000000000000000022cb30000000000000000000000000000000000000000 0.16 vMB 550 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,377 (821,935 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
87,442 87,442 00000000001c0f50891aa03e6ab20c285e58ab0f90a0520bf7d715bdce9db8b5 0.00 MB 2 0
87,441 87,441 0000000000191694ba1bf7626d397412028037f74a2823ed8dfa4b084a7abd3c 0.00 MB 2 0
87,440 87,440 000000000016b5e4dae3bd17e105487cf3064e71992610f1d5572dc60195104e 0.00 MB 4 0
87,439 87,439 0000000000008d28cef4f8456fad0ba664600041e3d7b1bd6e397672f39481db 0.00 MB 3 0
87,438 87,438 0000000000114791fc2bb46c45d2e100c58de66bb0df8b350af11fbc2b3246d6 0.00 MB 2 0
87,437 87,437 000000000003fdef1b38da7b97d363eb349fb6c94d107fde1b526bd03eb8d39e 0.00 MB 3 0
87,436 87,436 0000000000115cc319e18980b905e76442680c77c3ce979bc71ab73ecb5a5ed3 0.00 MB 2 0
87,435 87,435 000000000009696b93c5078c2ebdf060eae9386f2e2b37dd5fe0bef4c4c65d64 0.00 MB 3 0
87,434 87,434 00000000001e5be6adf13c2f85cd0cccfa54e35799527c45b5e736b682a3828e 0.00 MB 6 0
87,433 87,433 00000000001a2acb8985251b2ac583fe4c5460aee3056ab02362a19e69ac3fd4 0.00 MB 1 0
87,432 87,432 00000000000ce520a3956b5c561cb5f125439049dde65f528dc888191f3577aa 0.00 MB 2 0
87,431 87,431 000000000000ebd632da5edff22e3c82ef203bfc193d5986559c7897c4bfd1ca 0.00 MB 1 0
87,430 87,430 00000000001e6a5deb9e400a917d2f03a0d14afe7ef851b34a1d462c4f82fd3d 0.00 MB 1 0
87,429 87,429 000000000005281adac9aef31d785a4cfa051666fdeb01ae0c7d00221759a7d0 0.00 MB 6 0
87,428 87,428 000000000011c3311d02f2096c1f0a8fbafe1e4986bb75c6c9a2915c9fd5afd1 0.00 MB 4 0
87,427 87,427 0000000000117596fc08f53c5d6a9cf4f8632b5c23608799f2a32990b77eab3d 0.00 MB 2 0
87,426 87,426 0000000000110d9dc2d12bde63dd5a4baedc045e97c84e8980e0654dfd684820 0.00 MB 1 0
87,425 87,425 000000000002c2c6f233168ea2bd3b2ca0a9e4750f20b45bc8d59f391b64cdec 0.00 MB 2 0
87,424 87,424 000000000018594b477d381af77a5b569272f88800d3fa7c8b1518076f72c885 0.00 MB 2 0
87,423 87,423 000000000008711a095ce19ee4a9ccdac48d85204efeccc80f9500c180e8baea 0.00 MB 1 0
87,422 87,422 0000000000020f7a6855fc9299a727c19e0f6e9b92d69fe87f4570b018172b4d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.24 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,069.27 GB sent, 109.34 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.