Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,657 transactions (0.55 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,981 000000000000000000022b910000000000000000000000000000000000000000 0.55 vMB 1,650 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,980 (879,233 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
32,747 32,747 00000000bd8db78b95adaa9f49bad656d04272ba81a2fb3186461361e37a66a0 0.00 MB 1 0
32,746 32,746 0000000031ba02a2daaace58e84d4b7c47755cf152bcd4f719a9e162ac7756d1 0.00 MB 1 0
32,745 32,745 0000000064146213dc22490fee7872b05b37da2ebad4f46d4465a3b19f5f42cf 0.00 MB 1 0
32,744 32,744 00000000153fb83f3de57e1c7b3efe80df0314d2821020d5aee456da8e90a551 0.00 MB 1 0
32,743 32,743 000000000b29e1f1b191a00395dd0db003d2711e098dd6b546caf90e2b174102 0.00 MB 1 0
32,742 32,742 00000000bcdc8de49b47ddfbf647a326d6e8f37ffd86efb9f2677466f6ee302e 0.00 MB 1 0
32,741 32,741 000000001601a1ec104505700be9f25105c358690dc508f6bc0c741d747e20d4 0.00 MB 1 0
32,740 32,740 0000000031f72768e771eee6ede77748c21d055e0efd8fc1d8c412c2b7c7ee6b 0.00 MB 1 0
32,739 32,739 0000000073c5617290d03c0ae75eb98feca672a9e48a1b9ebbc6fa0e723f39b4 0.00 MB 1 0
32,738 32,738 00000000d33e91a524e3aeec87a5c4195929a08cbe2e1226eac315b602807d76 0.00 MB 1 0
32,737 32,737 00000000a687d416e6333408ba06f720fa22ed1cc8f0212f368e93516262fe1d 0.00 MB 1 0
32,736 32,736 0000000025b7d6403aaf44798172e43dedb79a21bf8a832173a5dc9839a5225d 0.00 MB 1 0
32,735 32,735 00000000aa0609aa92fef15f5066f313b602a67c1488a320605a58152c0096d2 0.00 MB 1 0
32,734 32,734 000000006e082edaab177e74a7cc0db2a6b908812ae801d535e0f2033aa8657d 0.00 MB 1 0
32,733 32,733 000000002b2578cfd384c9e613b41f866fc4ab9a15d89b470857a08d25d33834 0.00 MB 1 0
32,732 32,732 000000007dd1af70e620beb3f9440dad795a84893d9fbbe97288a9515d85fa04 0.00 MB 1 0
32,731 32,731 00000000297fd808a88093548b53012c6f3b40e6aa62a0c9c45db53b6f622242 0.00 MB 1 0
32,730 32,730 0000000071fd0bd1b73eaaf4010ca61a5dfc9699ed528d45ad3560fd38ac4ee5 0.00 MB 1 0
32,729 32,729 0000000087a61d8e0f8c9b0f0ad1fd27a588df2e80d93441c0c5f44c6ebf0e2c 0.00 MB 1 0
32,728 32,728 00000000af068301bd0b37f489d2c58e8e851782de0d1b60dfcc0a4db6b048dc 0.00 MB 1 0
32,727 32,727 00000000a2fde8d799f72b348165fa87fd64325f210b1a73dd57c452fd795fc1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.05 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,500.78 GB sent, 133.69 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.