Memory Pool Memory Pool Refreshing

3,307 transactions (1.20 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 909,132 (880,262 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,870 28,870 000000003627e62b0a95c751686ca14e0894c288cf1108d8868ae76d66ba6977 0.00 MB 1 0
28,869 28,869 000000000035c250e9e60b4677e78a94363acc95753d51265fd8631d17b36888 0.00 MB 1 0
28,868 28,868 00000000d92750e3f2ca6c3305a6a215a9f6338a987578ccd213019be5ba7df0 0.00 MB 1 0
28,867 28,867 000000004b151a455205a159f76409d205b5344c4b3b3be7cf8ad1b3c3925939 0.00 MB 1 0
28,866 28,866 0000000097cabbed99ce8c6cd12c8c5e301b958f55a3f9996e754143fc581468 0.00 MB 1 0
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
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.92 GB sent, 106.55 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.