Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

592 transactions (0.15 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
910,292 000000000000000000022cb30000000000000000000000000000000000000000 0.15 vMB 585 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,291 (834,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
75,844 75,844 000000000049177c1e4b6641437d3d07e7a4f5969650c27e815d774e852f6145 0.00 MB 1 0
75,843 75,843 0000000000517bd3cd955301f74c9519cf93145d1d894c5fd3848ebb5631c555 0.00 MB 2 0
75,842 75,842 0000000000097330c88a25e929a4aa389af17b07054243529804244887a9a323 0.00 MB 1 0
75,841 75,841 0000000000026120468cc34c68917d345a9740da18a91f7ce1fa7373380b10b2 0.00 MB 1 0
75,840 75,840 00000000003b10fcb58a4716ce7e0f01a1670046a64977774a247e01747dad2c 0.00 MB 3 0
75,839 75,839 000000000073f46f1f6816513280e3d36998eac13c970f7ef0c6c2fa424744a6 0.00 MB 1 0
75,838 75,838 000000000025dedf483f5e595241c364508486b3b4a85c4f8f2c6c3fb584d7e9 0.00 MB 1 0
75,837 75,837 00000000006966e472c194c830627e3effe7e4eca907a367e54b9366fe81d665 0.00 MB 1 0
75,836 75,836 000000000074a7a95417c918c0fdb4da53c7fac3dc6b604d0d42afe159ec4361 0.00 MB 2 0
75,835 75,835 00000000000adbf973de4741b59c114cee329698f46faebdd7961194a55fab30 0.00 MB 2 0
75,834 75,834 000000000030e9aee27469a98730d2134a2f1618bbf2ef109cd7fdbd6a4f6230 0.00 MB 1 0
75,833 75,833 000000000042a6691b10dca07f1e2d2eeeae37c2ed8114c07e6e55484dadcb5d 0.00 MB 2 0
75,832 75,832 000000000023d34ce14dbd3a85bc87674930418afaeab52cf45e7d6a99efab85 0.00 MB 1 0
75,831 75,831 00000000007d7133033abcb3dd6d4bac89640d7a1ecc14695d01f2f1f4887201 0.00 MB 1 0
75,830 75,830 000000000018a5564d3ebf2d82a5521d22e016ad8f9ea6610341ebec17efdd78 0.00 MB 1 0
75,829 75,829 0000000000016218162c3c83d8f806f06e8ecc1c54a7354b2c7b85b8452f058c 0.00 MB 2 0
75,828 75,828 00000000001a23c15e80477ac9f2f12a9fbf8656e2b99343c6554cb2884e7c46 0.00 MB 2 0
75,827 75,827 00000000000db0e91b7f6593114747ae107784b2c59e3b0c7cf8c8575491f4c1 0.00 MB 1 0
75,826 75,826 000000000028d9c4a5b11c1d9e101c449c01bcc2580aaf59f6322fe06209e133 0.00 MB 2 0
75,825 75,825 00000000002bc776905953debdf4473ce69c8266da57fd6bffc8d6216d6877e2 0.00 MB 6 0
75,824 75,824 00000000003536e41ebaeae627a92ce5c49ba80c4f157d8c0e48a796dc6611e2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.94 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,229.65 GB sent, 118.25 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.