Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

372 transactions (0.12 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
912,089 000000000000000000022b910000000000000000000000000000000000000000 0.11 vMB 354 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,088 (879,355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
32,726 32,726 0000000016718b408c65728ce03ee813261c03e6e7072b81b5484f8ebded5e20 0.00 MB 1 0
32,725 32,725 000000006343234e7458e26e6621ca84f211f763ef1727838698013f8f5e2c86 0.00 MB 1 0
32,724 32,724 0000000011a4eb845d6451f55e056b8441629238a1318fe03dc2b7a9cf76166b 0.00 MB 1 0
32,723 32,723 0000000089855b00af8bbc26027d3164eb879aaca12b8b316f6d44e7a41a5c0c 0.00 MB 1 0
32,722 32,722 00000000b8bfa75d9f7815bf7cc131edd8347c0c345761001a217fb08d89ac40 0.00 MB 1 0
32,721 32,721 000000005e0433e3b2637c925e8084c05ba851165c955ae38b79931c8fdb250c 0.00 MB 1 0
32,720 32,720 0000000092065979cdb33e92292413df75c026e435b0fb221a6dc8d9755e5ba0 0.00 MB 1 0
32,719 32,719 0000000047bfd98bba5ef1a95204997c1a3c9c8d7b8a4a2667584bf0f41b3a08 0.00 MB 1 0
32,718 32,718 0000000025d0d580c6a51da0641a400d01699849b04d843523a4538a72c62c65 0.00 MB 1 0
32,717 32,717 0000000055bea09a9c2ccc420d0909b3a2f0d62a297f90ebf2b7b6320af81fdd 0.00 MB 1 0
32,716 32,716 0000000021f7879199e8dedc5836f78c6a32c117e8c6d489f763c93e6bf7ff57 0.00 MB 1 0
32,715 32,715 0000000094f00f52d43d2e59eb675fe220f7924afc2eabff3664b7e797d49f00 0.00 MB 1 0
32,714 32,714 00000000caefd11afcdd2543a8db9fe928b3338a534d2b06c2ae74f4cd7f44ad 0.00 MB 1 0
32,713 32,713 000000002994e4979db2de6fcb0a46872770529d08bc4de1b620e2c5c00949c5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.24 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,523.12 GB sent, 134.59 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.