Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

157 transactions (0.04 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,930 000000000000000000022cb30000000000000000000000000000000000000000 0.04 vMB 158 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,929 (851,249 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,680 58,680 000000000065fcf1ae66c847404948afcb1bca0c8c7b14d0cb63887e478604af 0.00 MB 2 0
58,679 58,679 0000000004fc7920997d7c3801d08e461b4a5fae8fb1570175fe6cb230c9b4fe 0.00 MB 1 0
58,678 58,678 0000000002d5f6e4944fec19573858da13425ff498d697850d963d0a83d587e9 0.00 MB 1 0
58,677 58,677 000000000daaf588f5570c9bfd1dd2f08695b3629382857602d244099d1c0d2a 0.00 MB 2 0
58,676 58,676 00000000025a0791a66fb62304ecd7398f4c5501a025324a1a286a37019fca47 0.00 MB 3 0
58,675 58,675 00000000091c125d0f596099db476c0d9ecf65ebb9a119b4e1ffa1a931b236a1 0.00 MB 3 0
58,674 58,674 0000000003aaa20f1357a5a27b94ebc8e8f936f6160c97902714fe4f4f0bb087 0.00 MB 2 0
58,673 58,673 00000000082361a8531b1f8c0f0648a20e9cabfead2b8314bc298a88be9238bb 0.00 MB 1 0
58,672 58,672 000000000525fe05e2c4026484e8e43689963e800ca547a18fc58e022d255200 0.00 MB 1 0
58,671 58,671 0000000000e64c8d178ae648999012739f071aba63224135e976116e61695b77 0.00 MB 1 0
58,670 58,670 00000000063e6ce84472cabb483c7ddad697910baa314664f1a76c08f8d9a5dc 0.00 MB 1 0
58,669 58,669 000000000a7ca3132eca0005b7dc2089721c968d8739a8476752169d2da73a32 0.00 MB 2 0
58,668 58,668 00000000094a03e846f13ad3b82b2140651238f62f0fb2cd4883dce73b54cbc4 0.00 MB 1 0
58,667 58,667 00000000001753591275c565535ec80b4c73b08494e267a1fcefcda2977537ac 0.00 MB 3 0
58,666 58,666 000000000cc83e49084a46950c76ecc9ec6d2ddb2bb83c69ca846dbd23fa0494 0.00 MB 1 0
58,665 58,665 0000000002fdfd2d4ea6be9c4172b080553f10ee48e83bfcfcf937abf1556f99 0.00 MB 2 0
58,664 58,664 0000000003b6c99af353fa2a8924c2df03be0ef119f3cc6643926a636679ace9 0.00 MB 1 0
58,663 58,663 00000000089ef84c2964e0cfc99313fee081ec083d8a1ac2fe83df697b0fdb2e 0.00 MB 1 0
58,662 58,662 0000000003f3490208ca9139704f1aa51634af953e8d7cc347ef1ed1bacb6384 0.00 MB 1 0
58,661 58,661 0000000005415931fe889dc6c950e1aedf35a94aed22b922fd99742eef86ecba 0.00 MB 1 0
58,660 58,660 0000000004535c67f8fbe49fd6126f4c1622dbd505c8a8b352d67e174de85811 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.27 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 2,173.37 GB sent, 114.73 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.