Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

10,338 transactions (3.84 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,022 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,682 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,021 (879,994 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,027 30,027 00000000983b4f7f36d92c1c8dc2080c6776487de41880a8b7804b179a122a4c 0.00 MB 1 0
30,026 30,026 00000000920fbbd354a982d3aee5a4010e5716bbcce71b44978b747c1dbcc5d5 0.00 MB 1 0
30,025 30,025 00000000ed54977439108ad5d9132ebe11287ace2d50216e881910ee10f34969 0.00 MB 1 0
30,024 30,024 00000000b3437956ed8f3e44573d7a9e638bee3c53783eaa8e1a8e0680a841b1 0.00 MB 1 0
30,023 30,023 000000004f84844939a7d22c64c953bdb0058c71865e1b7ad96abf18babf59a2 0.00 MB 1 0
30,022 30,022 000000007fa68b28f7321042404bb93af7489677b71f154b7c2b53a829c20207 0.00 MB 1 0
30,021 30,021 00000000db4ad755d7933f58b63d66156e911b16574a7c1589e8a58ff62d37e9 0.00 MB 1 0
30,020 30,020 000000002cbb8e150af0d5d776fe5d4abc186e5de9e7c643666fb2299525929d 0.00 MB 1 0
30,019 30,019 00000000281627a12ff8838e7fbcc3fd60ccd2798e84e4b54e00cc46e39777f8 0.00 MB 1 0
30,018 30,018 00000000e22526c58c07a1ebe07c1836601e455be3424609be00e26d243f49cc 0.00 MB 1 0
30,017 30,017 000000002f72170118fbab51e17be8d8df169a25045badabfa081e091d7abfe4 0.00 MB 1 0
30,016 30,016 000000007510f0d88286fe8ca61716288fa3acc8516cdd18d453a941ee6774e0 0.00 MB 1 0
30,015 30,015 000000003d0e4045cc98d31bd40b72c6d1a4372fa3a5cfff4bf5e5791d1aa6a8 0.00 MB 1 0
30,014 30,014 000000009b364419c36af23623e8b32ae515f79bbe3841089af3f7370c6aeb2d 0.00 MB 1 0
30,013 30,013 00000000b95e90a4c31d2afa2e5929c8486fce808b866f1c9889739f1b73c735 0.00 MB 1 0
30,012 30,012 0000000052ddd880e933e4bae5df9f2ec88d49049ab391745dc072dee84f79fc 0.00 MB 1 0
30,011 30,011 00000000ebe40e74637b49bfa09d0b62a6ef203d27662488a9628d56146fa27e 0.00 MB 1 0
30,010 30,010 00000000bb3214cf9cd6f4833bcdf28ac1daa642ca197b92f4ddbb4e036ab5ee 0.00 MB 1 0
30,009 30,009 000000004a702c6a7fd08fdbcc8284be3b21dc2a5c180ab88301a188f6a01b17 0.00 MB 1 0
30,008 30,008 00000000bd38d8b12fcceb2713ef0b6830a05c4d83610e9f1073b97334d21dbd 0.00 MB 1 0
30,007 30,007 00000000ed77a72ae3ac9e22ca34fcbce59744b9c70581e4f6ff34bb2235e31d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.43 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,185.23 GB sent, 115.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.