Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,803 transactions (0.61 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,289 000000000000000000022b910000000000000000000000000000000000000000 ago 0.60 vMB 1,800 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,288 (135,572 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
775,716 775,716 00000000000000000002c2b67302adfd7a8e1e515e7f0fa43f898f3527cb746c 2.42 MB 2,256 9
775,715 775,715 000000000000000000066c71c5a0bd54018979fbbe60c0c1aa4acef01c11b849 3.67 MB 659 2
775,714 775,714 00000000000000000004217d36c0aaf7f5d50ca564cea7924f47ce7e6a6098bd 2.58 MB 2,110 7
775,713 775,713 00000000000000000000e0c833b2c09a2acb98c9bd83935b76ebb4552709da2a 1.64 MB 3,318 18
775,712 775,712 00000000000000000004b33a417ee58dc9b6c3629f7a6aa3b0bade4854158db9 2.52 MB 2,017 8
775,711 775,711 00000000000000000001fdee60b766ecab0c71b66b77168e1cd21c727073eb32 1.24 MB 1,564 15
775,710 775,710 000000000000000000036be2c99fd7b6cea65dfe0110f51fb7c9bc1848eccea3 2.12 MB 2,451 9
775,709 775,709 00000000000000000003750c9b6acdce411f533cdf90a44b68404fa6c2daf0ca 2.02 MB 2,853 11
775,708 775,708 0000000000000000000421719cc05695c5d7d6598df64567d178b444395ae1cf 2.65 MB 1,933 9
775,707 775,707 000000000000000000009a7affc005a7a919315454fc36d57841239a114d0313 3.33 MB 803 5
775,706 775,706 00000000000000000004d0e2b20aefcd0974053d8dfbbef1e2e3d95b65b42dde 2.33 MB 2,424 5
775,705 775,705 0000000000000000000160603bd94b4b0e7f175b37a9866249eb636e23439100 1.69 MB 3,846 19
775,704 775,704 000000000000000000069c609c65d136114f1f541541558bcd17460066ddfe17 1.49 MB 1,132 12
775,703 775,703 000000000000000000062904d0fd2ceec8a3635a2ed05e58460f5017c770f3ba 1.56 MB 2,780 18
775,702 775,702 000000000000000000024b2c8756923061463c3767184bb8a25d2adc039396bb 1.56 MB 2,665 16
775,701 775,701 000000000000000000006ba167e4db0fb6491698a34da3a99b9f08a033d4fbba 3.38 MB 822 7
775,700 775,700 0000000000000000000582f0180a06a7ed5d60419726863557ff5fa5b5974da5 3.10 MB 1,267 8
775,699 775,699 000000000000000000022317da6141ae4fefd557a742287b43802788fcffe368 3.83 MB 337 5
775,698 775,698 000000000000000000069101588a6083c81007625e1dbf0b36a1ae1ddbba8b9f 2.19 MB 2,693 14
775,697 775,697 0000000000000000000617932d34589c26395a64db37e2c64edb4383845cbf19 2.87 MB 1,797 8
775,696 775,696 00000000000000000002c0b7fd43996a865dce59539e489e1ba51f604f508656 1.43 MB 2,256 17
Previous 10 blocks ↓
Total Size: 775.78 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,395.60 GB sent, 127.72 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.