Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,181 transactions (0.39 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,367 000000000000000000022b910000000000000000000000000000000000000000 0.39 vMB 1,181 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,366 (872,500 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
38,866 38,866 000000007f0e0c671e97eed62f33199a469bf0740191ae55c0ccb5d2ed0dad48 0.00 MB 1 0
38,865 38,865 000000003ec5c173210aeb42afedfd09c85b4783691bf26d39e214155e5da368 0.00 MB 1 0
38,864 38,864 00000000771973b72bc2e12549b371a70dcdba413b035c5a714d802cf8e78c25 0.00 MB 1 0
38,863 38,863 00000000120107e2f1d342452aaeccea548d9becc71ad9afb26c322870717f22 0.00 MB 1 0
38,862 38,862 000000008135fe7971955da593ee716246c6621589ade2adb167338985939680 0.00 MB 1 0
38,861 38,861 0000000019bde77dbc059fd24532230ad55ded31bf1b02dcb79a5f9550e679b7 0.00 MB 1 0
38,860 38,860 00000000313ccbfccde4ac93b45c49a99ad0571b55b6f347320071b376095b02 0.00 MB 1 0
38,859 38,859 00000000135d5b933abcfd6cdf550da4aa517364d5869f26691f08fb9201526a 0.00 MB 1 0
38,858 38,858 000000005f70121a0f9d2cc9db4da684012b644d9f434475a0342a4f690d9dfc 0.00 MB 1 0
38,857 38,857 00000000389cfb87a66a013d67b1b92001a433fd26bb38f56de999b5a2984a85 0.00 MB 1 0
38,856 38,856 000000005c31300df28be8cc4eef140067def57e345354fd2feee74ca28a66a4 0.00 MB 1 0
38,855 38,855 000000004c322669e77716f64e024fa9f72084374de43e040090b3fe251892d3 0.00 MB 1 0
38,854 38,854 0000000026142cad826c6e78ed659906a3f4a6208751c6adbff19bc94ef704ae 0.00 MB 1 0
38,853 38,853 00000000354f8f443ab35231b518036eb631c2f713a745dc9202902afb18b456 0.00 MB 1 0
38,852 38,852 0000000052bb5cec9f5cbc08361c6c5d55cd6a595d0a47cd030e475587e28d7a 0.00 MB 1 0
38,851 38,851 000000001eb27cdcefb9d0b61e772c6968a892847fbd57a2b34cb9077d6936dd 0.00 MB 1 0
38,850 38,850 000000004fe8b3ba35ae9197de8d11d58ad56859cb2091342c7fe2c389d3d454 0.00 MB 1 0
38,849 38,849 000000004bdef5fc538fb1642b3d70ba2c767431d46ef573198628e5fa2a06d8 0.00 MB 1 0
38,848 38,848 000000007636e217646e714ae6a7ab930903c2b9b9a6e88f1d98bc2a7dd72e52 0.00 MB 1 0
38,847 38,847 00000000107358f8cf823fa31da4d7b02ebebdd2b0f2eecc600e439c80611203 0.00 MB 1 0
38,846 38,846 0000000074142ebfff3f7e2fc67126dfaa4bce7039641eda73af5bc4bf24918b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.92 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,401.72 GB sent, 128.43 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.