Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,400 transactions (1.33 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,626 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,965 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,625 (884,781 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,844 24,844 00000000fdc28855a7559df4e1aaca54d78409909b97c365d6145b6a46182cb3 0.00 MB 1 0
24,843 24,843 00000000cdb73f5efec667005d7cb5e9d738848564d06152391f6bb5deabbb04 0.00 MB 1 0
24,842 24,842 00000000dfc4333dbff99fa2bf475c9776cfbfe7839858f1bc4a818307aa2243 0.00 MB 1 0
24,841 24,841 0000000070f2aa3dd585d5b07cbc77e084243de4310b1685673d27ca4e4b3c8f 0.00 MB 1 0
24,840 24,840 00000000b4557adaa7fc9efe43e3a2723a49f4ac0c20429b8917491c14341d80 0.00 MB 1 0
24,839 24,839 00000000a6c5681c8dff4276d37f3c5b109de050530758a42d254d5721999f79 0.00 MB 1 0
24,838 24,838 000000001921da821366cd585cf647038ad7fee9d21f834cb23011f87c276089 0.00 MB 1 0
24,837 24,837 000000008724d8664783ba292e35bce1dc3b47bbb78de020f7edb7e4bfd0c6d3 0.00 MB 1 0
24,836 24,836 00000000661edba864a1366405c2da179b4e9510889fb764097daa234111c98b 0.00 MB 1 0
24,835 24,835 00000000132fbe8314fc571c0be60b31ccd461c9ee85f42bde8c6d160a9dacc0 0.01 MB 2 0
24,834 24,834 00000000ab8f089817e23c63c914e98860974a5a320ff3b5e695358b5cda5ae7 0.00 MB 1 0
24,833 24,833 00000000f41ed77ed601a87e83c2a800613450b4a26172220a7a479a2c650a2f 0.00 MB 1 0
24,832 24,832 0000000003d1ab15fed35e6430538ab946a7b867a1dc5583a39f4cbf69aba187 0.00 MB 1 0
24,831 24,831 000000002715a72b95127680909c68bd59192ae7716052d48c98e752bb4239f0 0.00 MB 1 0
24,830 24,830 00000000d129a51c3a6aad32c311ebb507eee1c7572afa8ed3998d4386db1eab 0.00 MB 1 0
24,829 24,829 00000000536bff5503710ab431c1373e763a87a4ea514be2bbfe59570a5e50f2 0.00 MB 1 0
24,828 24,828 00000000b5950003d70ff7d2ce2879f7c993bb444ad368ede481b8a03b77a494 0.00 MB 1 0
24,827 24,827 000000006229b6ee05b1238acb874dbc226e6540d19274e58994f045d8289770 0.00 MB 1 0
24,826 24,826 000000004f488efbd61a5ae632061f169c6c18de9947f7d17f6c721c3c3a4d2b 0.00 MB 1 0
24,825 24,825 00000000266436599b4a62636a55c9bb90bbc254432749385b357c7bfbc139ed 0.00 MB 1 0
24,824 24,824 000000006dc5014913e85adc56c704f7a97a9ffc197ae2c92b248471e0e1a54d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.72 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,105.06 GB sent, 111.87 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.