Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,212 transactions (0.29 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,156 000000000000000000022cb30000000000000000000000000000000000000000 0.29 vMB 1,200 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,155 (865,027 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,128 45,128 00000000154589b2e59954b7575eb35582023438015b85f49532122a9d8376fb 0.00 MB 1 0
45,127 45,127 000000001be1d1ad236da6f80bcdda6a69b71ec13b6f86697a24f5a27519b12e 0.00 MB 1 0
45,126 45,126 000000000c37d901fc9e91024c9d44e2ceb9260822c22f431b7f82151a3a3d81 0.00 MB 1 0
45,125 45,125 0000000028442d444a03c0cbf00337b582f5bb06863d2e77af819c1f895296e1 0.00 MB 1 0
45,124 45,124 0000000020239cda1940e030411e36d2d0ee142c766ffdbacf030d66b9706a0c 0.00 MB 1 0
45,123 45,123 000000000278199cf44da4b611de57afa75f1bdee774b78eabda6dd4890bd02a 0.00 MB 1 0
45,122 45,122 000000001255d56ca0da7c299c0e847174a144e063827a23f7fc2a34e317bb75 0.00 MB 1 0
45,121 45,121 0000000029aee34b1cf04ac302729433d6f73495fb8ed825ed309767dd109669 0.00 MB 1 0
45,120 45,120 000000001c67cb292e3ed4a29876f61ca7bb17a06c3fadacad0c6382d2b3a766 0.00 MB 1 0
45,119 45,119 0000000011709bf8739d64b7198b45a6fe7663d763498c1e9de2cbaee497500b 0.00 MB 1 0
45,118 45,118 000000002a021eb63581fdc55d40f8da03e5c709c4dac83fdc59eaa595ebdb3c 0.00 MB 1 0
45,117 45,117 0000000027152bc2814d4cff1f5395c94e860659947472c08312ebaa6b34c3e0 0.00 MB 1 0
45,116 45,116 000000001432fb052af242340008a9427289f497e09c27ffa281e3f9853f519a 0.00 MB 1 0
45,115 45,115 0000000029708229ef10f10b289e000aedf10b4ffd7b8a851e6a575d0d55a695 0.00 MB 1 0
45,114 45,114 00000000026df7de51670164412c0b25c1cec454d57a303138de19fb1340396d 0.00 MB 1 0
45,113 45,113 000000003392359ac322a69823004e20a8cd19e66138e8271c1d4c1368000e72 0.00 MB 1 0
45,112 45,112 000000000afe4967313e67c98a491e12c23c0b662c0765671429a8292751ba6b 0.00 MB 1 0
45,111 45,111 0000000027553352a8c10c443c1adeb7be03d772120b181ddfb0e4183c96d49d 0.00 MB 1 0
45,110 45,110 000000000a4e9ab7ef05b4c0c7467a053d809287655a0f9c96f86933fb15ae61 0.00 MB 1 0
45,109 45,109 00000000109b9b5e2d19ce7765a6a29fc143ccde37564c47c23b1fedd860a999 0.00 MB 1 0
45,108 45,108 0000000005700d482d742ff9b5aa10108dcb821127f5248076e8d0b27cf70f78 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.68 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,193.49 GB sent, 116.88 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.