Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

16,754 transactions (3.94 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,062 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 4,982 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,061 (849,132 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,929 60,929 00000000096075ac6539ad9aa0048f49ef599f96394d1ec9bb8be2e518f2a325 0.00 MB 1 0
60,928 60,928 000000000e8160dcfd16c07ce55cfa96dcd3891fff0535d3d244d64833ce43d6 0.00 MB 1 0
60,927 60,927 00000000074477f3b235aeec1046234b0519159f7d7ebdb533354230869e5789 0.00 MB 1 0
60,926 60,926 000000000b9b53511e6334be080c2d0d25d42b6618b74f8380f6eb442b6daec4 0.00 MB 2 0
60,925 60,925 00000000087805d07a9cf1123522489a732df08a83887d0623da9d931ba68f69 0.00 MB 2 0
60,924 60,924 0000000006412adb259afaf4e11e0d2b2ad69e2fdf9c875754acd34a9fc4ed4b 0.00 MB 1 0
60,923 60,923 000000000d0dac2c6e6c199ca6e92e242dd08973afec87948e7301b4a43afd15 0.00 MB 1 0
60,922 60,922 0000000005e7888a1cf2324070da5f85c0929cce9dd54c0c4d815aefcce1f364 0.00 MB 1 0
60,921 60,921 000000000673cc18b601461731ad7e3dc6807efa97abf97b0469098abb76d81d 0.00 MB 1 0
60,920 60,920 000000000d2ec457585aaed59e6d09073e032d445c6074fd4f91c69dfde5e3ba 0.00 MB 1 0
60,919 60,919 00000000046b18303f7023e5421e0e07c91771f085b1892ee9ec0b01050ff808 0.00 MB 1 0
60,918 60,918 000000000c52e1befabf8c1af77665feadd56c73c438f74358cb0ce22cec3748 0.00 MB 1 0
60,917 60,917 00000000004278a8f34509e46b8b473572d24583eb26ffe88e98e3e27ecbce40 0.00 MB 1 0
60,916 60,916 000000000df3394f0519bce1d44dc9e472bd8f97337ff91c9e6ec55bb7473135 0.00 MB 2 0
60,915 60,915 0000000006b7861700567f17b8abaa8006238f4fc41d32d9c44efd18f9891bde 0.00 MB 1 0
60,914 60,914 00000000096a454a9bba40798625005f98b4eee38ffd555a23729a463dc29e5f 0.00 MB 2 0
60,913 60,913 000000000bbef3d9adec4e37a976d848e8cd8c831da4e9a6ecd657c3f45b0d7b 0.00 MB 2 0
60,912 60,912 000000000532ecde989e7df5e2570d3ebfc2b6750b3bde9f96bc6d23951b6feb 0.00 MB 2 0
60,911 60,911 00000000039479ad3566f507e4d4bd62f198357aea78827b4914694eff681624 0.00 MB 3 0
60,910 60,910 000000000a74e602efe16a2ad0f4568a134fd418c0ed7e0635a71231ec272c52 0.00 MB 2 0
60,909 60,909 000000000bed972f369dad35a5ed31577f72b74e0c3f715d26a970546185616b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.51 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,186.44 GB sent, 115.99 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.