Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,056 transactions (1.00 vMB)

Priority:

  • 1 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
911,141 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.99 vMB 3,042 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,140 (836,946 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,194 74,194 000000000051f10836daf693e65d4ad55582dc07467120f69445690a1fc029d6 0.00 MB 1 0
74,193 74,193 000000000083f4157c019b3c4a8edf23b1c5c2ba4b9c1bda3b03000651f3e70f 0.00 MB 1 0
74,192 74,192 00000000004b8ae2319dae3d514db4cf2d46ffb3dad3b9d593ff3a7d0a8109b7 0.00 MB 1 0
74,191 74,191 0000000000186b5a4ffbf493238150e0545500fa59a2ae0f01bc6dc9ced52ef3 0.00 MB 1 0
74,190 74,190 00000000000f608f7383923c3c92e8d42a980ab58c785520bf40a4cab69ec993 0.00 MB 1 0
74,189 74,189 00000000001612bde8427b030f55ac83fe835cf4524d7899741ea5e409f903d1 0.00 MB 1 0
74,188 74,188 0000000000b5fcb25a411fd3ab073ca2945be876c94eabb12bd5ff3f5ca9c769 0.00 MB 2 0
74,187 74,187 00000000009cea8d9cd93ce2c213394c8cc6a620c1350dcf73ac92e949f764f1 0.00 MB 2 0
74,186 74,186 00000000008415848293704ca8484158d38482bd8502186f2b4eac1f885475a2 0.00 MB 1 0
74,185 74,185 00000000002f553ca05b04ae084038fd46293aedf82f1b741213cd6ffa90726d 0.00 MB 1 0
74,184 74,184 00000000003a3bfc2a667b0b9f1d3a38848cc3ad851f362678302ca76b16166d 0.00 MB 1 0
74,183 74,183 0000000000230b9ff1bcca18d2c3471211d3451696f281875314caadfb07ca1c 0.00 MB 1 0
74,182 74,182 000000000080f46bfcc553024cae151bd7e7a4ea148dd7b9f2f80dba76266be4 0.00 MB 3 0
74,181 74,181 00000000005ad2e22d5beb683a7823481b19dde8127e6946f6baf7c9305d7aad 0.00 MB 1 0
74,180 74,180 00000000000a338af8ce3d88eb73e0e1a9b398dfa78211257f88d57aa780724b 0.00 MB 1 0
74,179 74,179 0000000000a3538c71a15cb293c1ff90e035155dd7aa71e00a933ae07c4e31c6 0.00 MB 1 0
74,178 74,178 00000000004a2d5670e6a270434ef2a62067202d79a9d9f5e5d70aca856bc9fd 0.00 MB 1 0
74,177 74,177 00000000007c1919763fc0e5531a0327738dc0e5316a2444f8a4684c2aedc7cb 0.00 MB 2 0
74,176 74,176 000000000043e44fac0e47246987758850dc4edde96aca2641e4290d5b58ff0c 0.00 MB 2 0
74,175 74,175 000000000099b8c3ed05456941f4395852ef8fde08ab69333b3eb077b7a778a5 0.00 MB 1 0
74,174 74,174 0000000000664f4918b25e421df7f276ec613bbc2239a6eadeaf146508cb38fa 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.50 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,374.11 GB sent, 126.30 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.