Memory Pool Memory Pool Refreshing

2,603 transactions (0.77 vMB)
  • 1 sats/vbyte = (18 blocks)
  • 4 sats/vbyte = (8 blocks)
  • 5 sats/vbyte = (6 blocks)
  • 7 sats/vbyte = (3 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,937 00000000000000000002349e0000000000000000000000000000000000000000 0.76 vMB 2,587 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,936 (894,302 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
14,634 14,634 000000002d21136d1842bce828570359d07cecec23d4a200e6b888d6dda5f081 0.00 MB 1 0
14,633 14,633 000000000e19b1ac5e484282b292afe554242aa7315aa972f0e17ef3049df381 0.00 MB 1 0
14,632 14,632 000000004ed698b98ec26bb1733afadaa0b0b407fe6292b0b83acac24d0dedc1 0.00 MB 1 0
14,631 14,631 00000000f41063514730a0b635056c879ed8c2dcd25a432c4c5c8f090cbdf8f1 0.00 MB 1 0
14,630 14,630 000000009b3b2e9ed49cdc0f9fe70f2e091d1a1d428db9db66acd7278768e168 0.00 MB 1 0
14,629 14,629 0000000033cc0b0a0ac83bd9c08b1b2b272fa38ee16bdd9aa9d7da671fbb3fee 0.00 MB 1 0
14,628 14,628 00000000a86ffa6389f134fbc441f219b1535803504a912159bba0ea76d7647b 0.00 MB 1 0
14,627 14,627 000000003c23028eee6168dce6a6adf07d71566014a583623b4debb4f84359ae 0.00 MB 1 0
14,626 14,626 00000000c683f54c41f3c43dc3dfbbfd720384df6a6c9666abfc29c9d9c377ed 0.00 MB 1 0
14,625 14,625 00000000d181f157895c208824be7549f737df0d125261ae3b6fb144f56a223b 0.00 MB 1 0
14,624 14,624 00000000a0de63729b569ec77c00cd6c1fdf764616017c83b7835bf0246143ef 0.00 MB 1 0
14,623 14,623 00000000a5570bd5eb0820b39144b181787f8931856987a65bd93526a99afe96 0.00 MB 1 0
14,622 14,622 0000000060bbd5bbaf9679a342e0619eb6b308feacd1f15a8fa8424ad978fd9c 0.00 MB 1 0
14,621 14,621 000000003971197f13deb751ae0b09136ad8b8d58ee743cedbd69e70ef428fed 0.00 MB 1 0
14,620 14,620 00000000c27a2f68026b7577db762acb82523f2eb5e3f24e9e5b4398f2fb8446 0.00 MB 1 0
14,619 14,619 00000000f44a66db0aab2d6af1ac82884de2aa475adc0aee69b79222ee4aa166 0.00 MB 1 0
14,618 14,618 00000000bc934c6cb8f103d9c317ac608a0d05148d4236046aba5a78f774ae03 0.00 MB 1 0
14,617 14,617 00000000c1198055f28ef92683a891210650d1979429683ffd3f9bb6cd206fe6 0.00 MB 1 0
14,616 14,616 000000003cc817ce33477383611ced1b4418c9899392dc47a070df0037949205 0.00 MB 1 0
14,615 14,615 00000000699e10e9865e0b862e9068ff7f8e5a56473b4bf393687db8ddadd602 0.00 MB 1 0
14,614 14,614 00000000c01f7594fb91d17184244bd4a92fd934e1431468cda3d201fdf3d2a8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.43 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: 1,865.27 GB sent, 104.52 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.