Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,469 transactions (0.85 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,322 000000000000000000022b910000000000000000000000000000000000000000 ago 0.82 vMB 2,464 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,321 (135,611 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
775,695 775,695 00000000000000000003a80eb7c54d740d2276636fd1788af5fff1c2c6333740 2.92 MB 1,290 8
775,694 775,694 00000000000000000001ac1e5cb93f3246d0cf576be0f096a8b1694a82ba2475 1.72 MB 3,220 16
775,693 775,693 00000000000000000001c7f61c11e0107c4e5a2c51089571c9faed653f53048f 3.58 MB 632 6
775,692 775,692 00000000000000000001de23824c292f4cd18f09d971f73b45a341ee59eabe1b 3.61 MB 753 7
775,691 775,691 0000000000000000000584fdd61e140fbd333b56d4cba8bed5baf89c3332cbb8 1.91 MB 2,314 10
775,690 775,690 00000000000000000000658b15f75a099420b6f919f0894fb0fec5329ce786e6 1.70 MB 4,021 30
Previous 10 blocks ↓
Total Size: 775.84 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,399.56 GB sent, 128.02 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.