Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,714 transactions (0.76 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,786 000000000000000000022b910000000000000000000000000000000000000000 ago 0.75 vMB 2,712 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,785 (882,032 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,753 29,753 000000005e767a553c7cee166b7b6c80807cdf58bd97ec91ef453e303bf6191d 0.00 MB 1 0
29,752 29,752 000000009b0b34f9e1b141ececd17ba9984b54d37767c69230d3462d84c81da4 0.00 MB 1 0
29,751 29,751 00000000c79ad4c40c3ff098f06487bfa2bfdc66886bdbe27369958d78a12b28 0.00 MB 1 0
29,750 29,750 00000000f633dfbf696580f459944d63ecb74eafd91497be2bd505069413e44a 0.00 MB 1 0
29,749 29,749 00000000f80d4d509fbc3dc860fa3261fb01f2828528ca7842bd3aeaaf119d33 0.00 MB 1 0
29,748 29,748 00000000d1034d83c00634dcc8ed7b44d7bb500f7f6b749264d0c927a41ca58e 0.00 MB 1 0
29,747 29,747 00000000fc751496122d90017f7da82dcd92dff1f2a3adc8c87eadcd06b11e51 0.00 MB 1 0
29,746 29,746 00000000d3bfffa05aa53ec6dffae7bd9a73c5e25c9982345987cfaab8fba471 0.00 MB 1 0
29,745 29,745 000000001ab3d8736449a826e85ee080e89088e816e34e24f4096eec5dae7626 0.00 MB 1 0
29,744 29,744 000000002c950405d4d17d5a8039f895ba6759d3927594702aeb5ed32fc5d2d9 0.00 MB 1 0
29,743 29,743 000000001de3f9763dc4fa3a5894f43ab5eef73cdeb26a0392e46f8dd1c16245 0.00 MB 1 0
29,742 29,742 0000000028fb1e9d5301860b1106c3b4d6af1fd3d7b21774c197cc2a64670975 0.00 MB 1 0
29,741 29,741 00000000eef763a7023675b8410f091e6547844ffe8813e0c9c20e1033ba6154 0.00 MB 1 0
29,740 29,740 00000000f3cc4a157cd349e4e5aecbd0488339a54633549a7767109f1b3b334a 0.00 MB 1 0
29,739 29,739 00000000253c5388917593bbb7c4705a83cdfea3458cbeba75867d5aee35f357 0.00 MB 1 0
29,738 29,738 000000007ebddc364cbe95f769c7b02f4cd5eb06b23398171865be3c21586838 0.00 MB 1 0
29,737 29,737 0000000052f1af0ccc3248493c7faf1b2c5624bc33ba49b69996e106eba3605f 0.00 MB 1 0
29,736 29,736 00000000e47f8c51be8ff4efb58eb7bed0c8b4036304bf0c93dac1d45d9792e4 0.00 MB 1 0
29,735 29,735 00000000a60750a99e33b96642aefbea67faa43044c9e14e626504cdea9addee 0.00 MB 1 0
29,734 29,734 0000000091f44a1f0848786d57b9ec3918496435ce2cdcdd67ba53a182e0cd91 0.00 MB 1 0
29,733 29,733 0000000005dcb5dd2797c93f350c43d75d2980c683929c4c9548bd238477ed39 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.69 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,440.68 GB sent, 131.99 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.