Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,247 transactions (2.28 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,694 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,189 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,693 (833,625 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,068 76,068 00000000004a693515631637557da35a62b21fd8aee5982b108bd266115bcd69 0.00 MB 1 0
76,067 76,067 00000000007ae8eb6a60fb8ea35ee64b6c0613bd5b7f671cceaf3060b6b6fa4f 0.00 MB 5 0
76,066 76,066 00000000006367ed33f4652307c84b1160e7a13bbc6584d75b339b4f24a315a5 0.00 MB 1 0
76,065 76,065 000000000053a74f731a6c1de08698c3696c58c3f4c81cadbee27762b81a6114 0.00 MB 1 0
76,064 76,064 00000000002fe96cf3bdeb39f254acb48f77d95f88426cab4165a351bab2ae60 0.00 MB 1 0
76,063 76,063 00000000004648601d5c65ffc0199bc8cd2d3975fd225f5bcda5ddc72e60a453 0.00 MB 1 0
76,062 76,062 00000000006de2f88cd14af963c52f87a3650d906f3f6b83bb2cdbc0ec1b3b51 0.00 MB 1 0
76,061 76,061 000000000049501bb8d30f4363448c796cfea68820e7227f43b92b19d8cadc2c 0.00 MB 1 0
76,060 76,060 000000000066ab5eab4b82127cc7214a628f78138d5f29b0aa8d46a60afefca3 0.00 MB 1 0
76,059 76,059 00000000005fa8af6862322e5779b5ec533165ecc0eae70a5ad8929509354e05 0.00 MB 2 0
76,058 76,058 00000000003451acf6448412c5ec410bd125925ba6e958dc44b81ed0f68dbe89 0.00 MB 1 0
76,057 76,057 00000000000a61914b5303275445392e4f8ddaa4e35a4e6193df32a797450edd 0.00 MB 1 0
76,056 76,056 00000000001d0b022d982a745bd44d5b84ceb16495b62fdf32d75be0968fafa7 0.00 MB 1 0
76,055 76,055 000000000000ff475e96cd90bb0836bbbf06e7374435446f153d9a0d5c10ad3f 0.00 MB 1 0
76,054 76,054 00000000006ae444d1756c40e8ac3c12c01613232514a45486c44e1b775d5206 0.00 MB 3 0
76,053 76,053 0000000000251b107d66327eb383e8132d371f90d0643b19e3c3512193233d84 0.00 MB 1 0
76,052 76,052 000000000041bebdc1ef402b54eb81e4edfae1320826aebc7bc54336cc89f4c9 0.00 MB 1 0
76,051 76,051 000000000075a8b50c94b91b3bef4a8796d4763c9dff2d94b9b20c1a3e50d4e7 0.00 MB 2 0
76,050 76,050 000000000006aae5e724ebf7bbac12e85d85737123f09c44894f4130606efcfc 0.00 MB 2 0
76,049 76,049 000000000059529171b9c395269da287cf7e4fff3420e5f9cabcb879a0f2a2b5 0.00 MB 1 0
76,048 76,048 000000000068e37bcae43908e3d65e8f8431a397c69d6d5af3a189dd2b143c68 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.84 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,152.76 GB sent, 112.53 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.