Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

551 transactions (0.16 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
911,555 000000000000000000022b910000000000000000000000000000000000000000 0.16 vMB 549 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,554 (878,694 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
32,860 32,860 00000000c1ca0eb18debe6203d512d7b8494766b7b7317be3eaf75879880e053 0.00 MB 1 0
32,859 32,859 00000000ae7a3f7b3ad47444b0419854647db9815de4a1aa39c3a267c8cd3364 0.00 MB 1 0
32,858 32,858 000000007d93c8097dc9a78900988d46604001b190248d9219a460e8f6ead04d 0.00 MB 1 0
32,857 32,857 00000000053518ab0d595d3ae6d96a07ae9950d69b9c790ecf2ad35909194770 0.00 MB 1 0
32,856 32,856 00000000610ba2fc52fe4911662362a77f7e0c08bd8b4b83d5d3bef1001a9cbc 0.00 MB 1 0
32,855 32,855 000000005981ed6c770d436113c14c2bf1f75d737762ab29348d703b7531dbed 0.00 MB 1 0
32,854 32,854 000000005c34efc5a07641d6d75ff81d071139b8007570c8ad8ba6229ddf6c99 0.00 MB 1 0
32,853 32,853 000000002c137ba55dc4b620c98230b5a0117002889b831d381592bad30fd875 0.00 MB 1 0
32,852 32,852 00000000af5edfbe302c0e291add417825719e8ed0acb97bb23ba15ad96776e9 0.00 MB 1 0
32,851 32,851 000000002c0ec2d00f6b07ff467c0d5acd7f53026544e3619b16393e647912ca 0.00 MB 1 0
32,850 32,850 0000000079ec2d258e7c1ea8569e26e1685b3c9dad7ad048cf5772a238be85d1 0.00 MB 1 0
32,849 32,849 000000002e8c675e3443d4b747a2bf797a1e7f443d07d7b782c58a4bbea284c3 0.00 MB 1 0
32,848 32,848 00000000a4772dfbcdee4e7537f92ea4e2a36883a4e199230ef30d4be578f694 0.00 MB 1 0
32,847 32,847 0000000008badd2c48773bd0417c38d030b13ec2ade8a89b8e6aecb8d71db1f6 0.00 MB 1 0
32,846 32,846 00000000cfab4c536b726c1273cd9ceff8b8d8fb16907ef4536af25c5a05e67a 0.00 MB 1 0
32,845 32,845 00000000142e776cf5393c6cb14d25ee2b1b37281e4b12666160a0a8d486511d 0.00 MB 1 0
32,844 32,844 000000005c0662c192b22a4bb0ddc9d5138789a6ad31afae9f9356bf5d50731a 0.00 MB 1 0
32,843 32,843 00000000997fda2a18ce25d48abad1448338590a6661c5527a8a5cb74aec1cef 0.00 MB 1 0
32,842 32,842 0000000032fb0da5da9056eb097703738d38777b668e790c34ae55a903d341b8 0.00 MB 1 0
32,841 32,841 000000002c14704b9dfa60fe5f4b4c60569627aa2523b67733b65c3193612da7 0.00 MB 1 0
32,840 32,840 0000000091d0227679eaf418ebe0f3d8733ae33cee4ec238382dc29a847e56be 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.27 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,414.29 GB sent, 129.96 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.