Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,844 transactions (0.75 vMB)

Priority:

  • 1 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,790 000000000000000000022b910000000000000000000000000000000000000000 0.74 vMB 1,819 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,789 (38,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
872,830 872,830 000000000000000000010927702465fb590b08bed2022fe536b86d8620249df3 1.49 MB 7,285 68
872,829 872,829 000000000000000000012012066a40441245430f8fd337aacee95722eb095cd7 1.50 MB 5,993 71
872,828 872,828 000000000000000000020028cf25db1d403cfd64a0817b28be8cfef2a4321785 1.48 MB 6,354 45
872,827 872,827 00000000000000000000c86e98365984f569bfb6089126f2358f13412046d00d 1.46 MB 6,446 48
872,826 872,826 000000000000000000020855c3c9ef62849c6b41f6cac59c72b5b62412017fbf 1.47 MB 6,774 33
872,825 872,825 000000000000000000028d7953869b9f00cc8ba80a05c6405cb6561da34f8a1f 1.44 MB 6,361 36
872,824 872,824 000000000000000000012534e6cd5f6a2b05816a194b56e51f71d66a457e4567 1.42 MB 6,722 36
872,823 872,823 00000000000000000002235e17b08cf635c39b045374bbf61a5664a3b54278ac 1.43 MB 6,270 40
872,822 872,822 0000000000000000000068ae2bd1d3b9077b1c1a76e1f8e83dbbecec6324bdf5 1.46 MB 6,493 18
872,821 872,821 000000000000000000025ed51f1847560eb2dd5906014526b2c71123283983b7 1.46 MB 6,573 11
872,820 872,820 000000000000000000008fc03db4e7727ffb3d4c0397d025e2cddf23bf1951ef 1.46 MB 6,002 13
872,819 872,819 00000000000000000000236f32d471322265392a457776c6ed2448d27fdd7b1d 1.69 MB 3,217 11
872,818 872,818 00000000000000000001eba5d131f127885ae40ebaa79829c6e192308a77cd9f 1.39 MB 2,757 4
872,817 872,817 000000000000000000029bdb1065bcef3c7695720b48b2a9730e5cc102d1a53a 1.59 MB 3,727 5
872,816 872,816 000000000000000000018c96c463bb330c18788e9128975581888b37ac8b531b 1.68 MB 2,971 8
872,815 872,815 000000000000000000014996de62875cd340023669dd293ba3c31c72edd0e97f 1.48 MB 4,719 6
872,814 872,814 00000000000000000000b3307a81e1c073de72030e824f19fe4fc133201c03ca 1.50 MB 3,102 8
872,813 872,813 0000000000000000000282eb967e8a846da0d4e3a1b7514b0783bbb004538eb6 1.52 MB 3,601 10
872,812 872,812 00000000000000000002b68eabf2ad43ef016814545285e5d6e1e67ee610321d 1.48 MB 4,039 8
872,811 872,811 00000000000000000001159f72533d1a2e5d82b4055798d94b6522826d49ce26 1.59 MB 4,872 5
872,810 872,810 00000000000000000000b73df9ff40e5f2377d7344252407aa6cdee4b85974a0 1.54 MB 5,618 7
Previous 10 blocks ↓
Total Size: 776.70 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,442.68 GB sent, 132.04 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.