Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,794 transactions (1.08 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,140 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,726 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,139 (885,014 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,125 25,125 0000000012929d3b9a34c15da245a3916a90c1f68fdb6d34f6c3be58ba5ad6d2 0.00 MB 1 0
25,124 25,124 000000004e8df7c644ac63c217d433b71d590344818a820f3ea1f39e663da0b0 0.00 MB 1 0
25,123 25,123 00000000f94022b58cd1c683f70ed8edf6a1f184aa308cb8eff184403506c3fe 0.00 MB 1 0
25,122 25,122 00000000ab18e282b0ab33edb36af39f374367dab1dc53bd593775562a5f7606 0.00 MB 1 0
25,121 25,121 0000000034d4f7244bd4b408cdd34c07bb2578946ab86079400aa499ca130d3f 0.00 MB 1 0
25,120 25,120 00000000ec13e07c37f7ef6f2f36aacca20ad1cbc98bf827f05f00f03d257fd1 0.00 MB 1 0
25,119 25,119 0000000011ce7ca4351761ee03d46053cf2ea168cc4d16b9fc852e60a6c6fe70 0.00 MB 1 0
25,118 25,118 000000009e96de00f13905bffbe2453a18b6616ff0ca9c43879bc3dd5cd70bcb 0.00 MB 1 0
25,117 25,117 00000000ca591b2f20a7c5729f008bf49f0fe1373a7f0935ca5061f45cfe9c3f 0.00 MB 1 0
25,116 25,116 000000001daa38d7b923f58a7c895ae218aeeb940537917977bdfdc8cdfc529d 0.00 MB 1 0
25,115 25,115 000000009cf38097f3ea51c4395e68449ea0573c3d3813971abacff0d216e32f 0.00 MB 1 0
25,114 25,114 000000005f202027c7437781335b29b62ec67595ddfbd8db3281913812730b96 0.00 MB 1 0
25,113 25,113 0000000011efcbeec5308f36e7255616db26de8f985b951c1b3fe28e22182ea5 0.00 MB 1 0
25,112 25,112 000000004c68b9ec9ea962f170f8b52f3dec6a4f024fa5f5019cc3eb91abee37 0.00 MB 1 0
25,111 25,111 00000000cd3f3c3291ec813c5df12f6d090d4cf7f1e83ccba89319ac4d878fe6 0.00 MB 1 0
25,110 25,110 00000000c9a237c08bb893d81ca144dfdf540899d1d6e0d9fe9a5f44efee07f6 0.00 MB 1 0
25,109 25,109 00000000897067f8f8886f02cf04d7c8dd60b70d359ef8e4570b9a3b6c48ae12 0.00 MB 1 0
25,108 25,108 0000000027b488110e18202bf190f2e5d2b6d00333cf4c70d0b0d37ab3f78718 0.00 MB 1 0
25,107 25,107 000000003a602d7a012da18dc1c62790cbfb45f2302860d9e79d4184edf2c17a 0.00 MB 1 0
25,106 25,106 000000007719df60923fee8e6c762d8d9e7f2ca43475e9633e6c2b462ddbb9b3 0.00 MB 1 0
25,105 25,105 0000000046085fac7e49c18b7c667dfdb1ee22a9880ea1f2e71bcd0c22032152 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.65 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,193.04 GB sent, 116.75 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.