Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,796 transactions (0.68 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
910,361 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.67 vMB 1,786 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,360 (834,511 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
75,849 75,849 000000000022d82cb477d35be707bb013defe24ae82998bb88ad3a4884759758 0.00 MB 2 0
75,848 75,848 00000000002ea0295adc45c2b60b03aa6aa3979362023573e98e416f593947a5 0.00 MB 1 0
75,847 75,847 000000000003848fb8aa6b09914ac215f8cc1b492100dd05fed05ee8bf604fc2 0.00 MB 1 0
75,846 75,846 00000000001af8951319550664e5ebec1d35075dc6c708c408c535fa62effee0 0.00 MB 1 0
75,845 75,845 000000000009a0624d9246d4188530a289c99ef80121314f75f4a5c49dca7ef5 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 774.07 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,233.21 GB sent, 118.91 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.