Memory Pool Memory Pool Refreshing

4,431 transactions
4.17 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
899,934 0000000000000000000237740000000000000000000000000000000000000000 1.00 vMB 812 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,933 (7,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
892,676 892,676 0000000000000000000132f663e6823ac725a62277c8d40817ce91c631bc8c99 1.65 MB 4,309 4
892,675 892,675 0000000000000000000242bcb22eed343f8c5d5f25b6fc4ae2b05f360e75c2ed 1.56 MB 3,616 7
892,674 892,674 000000000000000000017e3323b60acf052058e9413c9c0b7d32e0f20aa023a2 1.70 MB 3,159 2
892,673 892,673 00000000000000000000657b4fce5d7a7eea81491f91ebe235848197271c5191 1.76 MB 2,289 1
892,672 892,672 00000000000000000001accb4dc9fc33e4ef395c7b6b8c750f19fe10b66ff3cd 1.57 MB 4,097 4
892,671 892,671 00000000000000000001f35c6c6247f7f5ac8c5d73daa2fb8a73091df8f1ba52 1.82 MB 1,843 1
892,670 892,670 0000000000000000000025aa6325ae34c60bb86223a7e8281ad3dc44da9c3453 1.65 MB 3,262 3
892,669 892,669 00000000000000000000f602bc98bf68710285033698cf5a5857225a5739b65e 1.62 MB 4,294 3
892,668 892,668 00000000000000000000a3396262a421ac56e5020f31a03c222888eebbb09190 1.76 MB 2,670 2
892,667 892,667 0000000000000000000161e7b76e0470ad6cc1de692db7c298cb87d8f563c52c 1.84 MB 3,005 2
892,666 892,666 000000000000000000006f343640482e188b2c945c83357e72401c5cab2b2117 2.93 MB 1,872 1
892,665 892,665 0000000000000000000065de02e4ce2aa338bb9b0611b354062c3d920ff305fa 2.25 MB 2,734 2
892,664 892,664 000000000000000000006198ab569bc8beea3e82afd515a3d89ec08c2ec5dd25 1.47 MB 2,474 1
892,663 892,663 000000000000000000003fad21a39a3ff1d3db0eceb0ec559748bfc79ac67071 1.54 MB 3,580 4
892,662 892,662 0000000000000000000197ffb350f15209ead01771b71279a801db27a110a9d4 1.60 MB 4,378 3
892,661 892,661 00000000000000000000fa3c01647f28688c98896a60cd309536cb7dff67bd3b 1.52 MB 4,369 4
892,660 892,660 000000000000000000007acae545ed0a1a858c7245d209d2aab80d6690c2dcf6 1.48 MB 4,967 2
892,659 892,659 00000000000000000000b5c498564ab923b6f5e0a38fb3e676bd8524be422146 1.56 MB 4,869 2
892,658 892,658 000000000000000000012ea8507e01c06a4bdc80699547f41e14232c1ef6ba86 1.57 MB 4,487 4
892,657 892,657 000000000000000000015fb67912eefa4827de2a0ab91ee6c15a5419e3ec6c8c 1.54 MB 4,368 5
892,656 892,656 000000000000000000018b116534521bcf05e65e73825ec24bea2450657f9307 1.57 MB 4,167 6
Previous 10 blocks ↓
Total Size: 755.86 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: 545.21 GB sent, 27.68 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.