Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

243 transactions (0.08 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,998 000000000000000000022b910000000000000000000000000000000000000000 0.08 vMB 233 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,997 (543,677 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
368,320 368,320 000000000000000009de149c7dc80c9636e7c9324970abb931611d827987041c 0.82 MB 716 31
368,319 368,319 00000000000000000114e893505c1cf5ec71359d3faa3661214e12ef085b5a47 0.85 MB 586 22
368,318 368,318 0000000000000000120ad01d979fcda3917a8c01d1bc4368e0d3d38eb3dd96c9 1.00 MB 345 8
368,317 368,317 00000000000000000cc688f1b86aace4abcc979b7a1dc10f01a50d7609b62fe7 0.87 MB 594 24
368,316 368,316 000000000000000013ff836c851e2d3c323b88149e9447672045f882dbfd3038 1.00 MB 757 20
368,315 368,315 0000000000000000003f0f8d528055e0ae7707559b9c61517728331a55696bff 0.93 MB 882 26
368,314 368,314 000000000000000001bf2945aca847997a6169bc17ec0e772bdf9aaade76a6ba 1.00 MB 1,137 30
368,313 368,313 000000000000000000a014167d31ea242b3c7f3e2cba1bf420d23b140a63db58 0.93 MB 456 21
368,312 368,312 000000000000000003d146321e311c420f48ab6b97c3112ed780405c9419ab06 0.90 MB 540 28
368,311 368,311 000000000000000002ee871088f924fa7db55333a8d8083476de46e890bf1215 0.82 MB 453 19
368,310 368,310 00000000000000000a76681e666adccddd68f9889bfe8fd46cab36c7b0808670 0.93 MB 699 27
368,309 368,309 00000000000000000d959100c26b8d9bb727e8e41bcbffa4a7f6e911e8127a18 1.00 MB 2,149 71
368,308 368,308 0000000000000000136c161c1bcfc0909bf3f5bc788a3c49d229fed60b46f969 1.00 MB 376 24
368,307 368,307 00000000000000000f697277a85ccac2401b7cf37324443ff46317ed67abeadd 1.00 MB 740 31
368,306 368,306 00000000000000000f477bf6409e40bbae6871f57487d32845016d42c0fd8f81 1.00 MB 773 19
368,305 368,305 000000000000000006426d7d8ada9ac646cb70dca1e1da5fef9f22d6f4a290f4 0.94 MB 829 37
368,304 368,304 00000000000000000486edffbed8ff4d70fe09de7869c5b7ccee22fd11754396 1.00 MB 1,303 40
368,303 368,303 0000000000000000146532a1a1c3a9bd165076922c67f480859591e33a56925b 0.75 MB 563 28
368,302 368,302 0000000000000000053313cf20e333dc72bc1acda8a4bdf4a33c7fce5aa02abe 0.89 MB 739 28
368,301 368,301 0000000000000000115416525f68e2177c3fc3040b27d83ca51af33b8ac4896c 0.23 MB 268 18
368,300 368,300 000000000000000004637a4d166d39509ddd880c6c32284b7aa3cc21fd781fa4 0.83 MB 535 22
Previous 10 blocks ↓
Total Size: 777.08 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,505.49 GB sent, 133.86 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.