Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,067 transactions (0.38 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,141 000000000000000000022cb30000000000000000000000000000000000000000 0.38 vMB 1,057 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,140 (836,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,201 74,201 00000000006ce11306f55f8974c9e0dd33b952c4763934b42a92e147664ac379 0.00 MB 1 0
74,200 74,200 000000000027fefcbbb48e77ee35fc16d9059c34878337b558b7603c5f330a89 0.00 MB 1 0
74,199 74,199 00000000001d4b7807497b1c3d546c54d9dcd6f9319124092e202ce9831d2d57 0.00 MB 1 0
74,198 74,198 0000000000732dc472ed762e80347b12b963c1db563d128840d9c8eff63b5d96 0.00 MB 1 0
74,197 74,197 00000000002690f09a432b224e49f452cbf872a8bc6cda8c8d2adce92f8cec85 0.00 MB 12 0
74,196 74,196 0000000000985a012ca8a42af0bfc66d965a16527df83ca356d8e7878ff73e64 0.00 MB 1 0
74,195 74,195 0000000000abbd70c8d56e83c679bf76dbe1e63582141e6045cd54f243268974 0.00 MB 1 0
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
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, 113 incoming
  • Data Transfer: 2,374.08 GB sent, 126.29 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.