Memory Pool Memory Pool Refreshing

2,873 transactions (1.12 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,133 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,659 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,132 (880,267 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,865 28,865 0000000049c64a814ed74de03fdde388701b175f20502cb68cbc5fde656543ba 0.00 MB 1 0
28,864 28,864 00000000c67e9b851596d603b1fa94a9b17845b27453111e3e038b270be19c07 0.00 MB 1 0
28,863 28,863 00000000ab8068b88042fd6afb5c43fcfd2cff663d138ad3c77dab79ee3ec712 0.00 MB 1 0
28,862 28,862 00000000dce0e5708583e89a5d3a95a53a7c866f14ac99633bc2556c1f08ac6a 0.00 MB 1 0
28,861 28,861 00000000c1bee2460819529b3f8a3d4f4b27cfef4aa1bcf47e88ca95db8bb9c7 0.00 MB 1 0
28,860 28,860 0000000013529fc1921ad4c05c62f1205484df63087be953bfee40ac1f4c9f9c 0.00 MB 1 0
28,859 28,859 000000007f8dc2f52629e0eb07c677d081e66c82af3876d63512c211355ae468 0.00 MB 1 0
28,858 28,858 000000007705ecc5c4d4ead973c3f93475b2f88f448ad43bd285db36c7bedb8a 0.00 MB 1 0
28,857 28,857 00000000d44d6bfe26112aa919eff3e1e224e48db114f1d5545c443b90d88f07 0.00 MB 1 0
28,856 28,856 00000000cbf066f63f5dbcfe2038b670613ac3c3a35d3f0fd79fe2a795c99ef4 0.00 MB 1 0
28,855 28,855 00000000aaeeee71b867c07a4c787fa30c3ce4d7569bdb5cca664ac1c944b1b8 0.00 MB 1 0
28,854 28,854 0000000000ce0117af4bb40f089458c0da61cc679462623a95c5b1eefe268af5 0.00 MB 1 0
28,853 28,853 00000000b93ee6b162fd17037ed92d969afa1c9c37966a7e5a034c5cb9f98ff5 0.00 MB 1 0
28,852 28,852 00000000897f77f6fdc11609396198019bbf252f30b675ad9b37c75e75dfbb6b 0.00 MB 1 0
28,851 28,851 00000000e884fa9c0824c8755dfa9c663a4ae5044f7ea7a77c6cd9550f521842 0.00 MB 1 0
28,850 28,850 000000007ce3923a0a9523bc7dcb08f623e4595480557feec6372de988dc1896 0.00 MB 1 0
28,849 28,849 0000000011c2dbb9db06b1c0c7bf5bec629cb19a7104e26ba1c2511d905b4dce 0.00 MB 1 0
28,848 28,848 000000001ee38ef7141d1c3b34435a24fd2c2398af2e0ef317e590c3bd50f832 0.00 MB 1 0
28,847 28,847 00000000f3392e5d9f3d062e1ae1ace0159d2f1f36d27005f598cd6a77ba628a 0.00 MB 1 0
28,846 28,846 00000000cab152aca890331f8ff4d91d9a7d21bb5ace300946db8346ad1b6ba2 0.00 MB 1 0
28,845 28,845 00000000c87877a2bdcd463823d7ca53c3682901b96f97a1d14b6ca2f0935a68 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.79 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,949.91 GB sent, 106.54 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.