Memory Pool Memory Pool Refreshing

2,375 transactions
0.89 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 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
907,958 00000000000000000002349e0000000000000000000000000000000000000000 0.82 vMB 2,335 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,957 (761,953 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,004 146,004 00000000000002c0fb1c56c3b6e248a77d1ab0bcee3948a16daff4b27dd8c934 0.05 MB 155 29
146,003 146,003 00000000000000897fc7784ea59913b7c169b91ca8487f011b42a906aaa18c57 0.02 MB 49 404
146,002 146,002 00000000000001dda1df8184b5f0b199304764a788cce5bcadf0628e4cead269 0.03 MB 63 135
146,001 146,001 000000000000036479e4b26fc6b54b728f505df6ec956c68c34deea22f5f79ac 0.03 MB 60 58
146,000 146,000 0000000000000188cbeebda87456f040370995dc11eb3a1e76b1577b6e0b588d 0.00 MB 9 34
145,999 145,999 000000000000061fb4401e748a601cc875b7b1df0f43d8580881fc3d24f54081 0.01 MB 21 126
145,998 145,998 00000000000006e61506c77cbc8f85235805b5daf55a1ea5842d6521aa055188 0.03 MB 46 62
145,997 145,997 000000000000065e50ec49d3abf927e810ad9acf2f238cff0f0ecf5f760eb7fe 0.03 MB 74 374
145,996 145,996 0000000000000562904bec5998eaa8a869d5c7e22931dcbac2d068d3f53fef26 0.05 MB 89 139
145,995 145,995 00000000000005345b6dc6a405e97b917e4bb35c2d42e7cfb5841b79d4aade58 0.02 MB 67 64
145,994 145,994 000000000000041ced6dadc2aa8a19715dc47232abf63c24cfd43cbe6854be26 0.00 MB 9 222
145,993 145,993 0000000000000635f5ff4a487b7c8db9333341089428849cbc6e8e8eceb69fe3 0.05 MB 109 337
145,992 145,992 00000000000007693ee9c73334c43b8dcb85e1761116b9923f3a78ba49bdd0de 0.01 MB 34 36
145,991 145,991 000000000000014c0e85d39fc4511a498cfd022e03c7eee3b26b0f744f34a20c 0.00 MB 4 0
145,990 145,990 000000000000028484b076dcfe43ce53ba9244fe93fa2e02540934b46b570b77 0.02 MB 53 145
145,989 145,989 0000000000000804c6cf1e6da49695672e4d3943bc0b5704681a10c83df15c36 0.01 MB 29 604
145,988 145,988 00000000000004868d03516d71f8a8f80fdc19cdfbe0e83375cd12bf9dd55375 0.01 MB 30 70
145,987 145,987 000000000000051f4b3c4811469a7437190e996c3c964a4d7148091d6599ab8a 0.02 MB 40 277
145,986 145,986 00000000000008a8585b648575be056dd1b8e4a0afb330cecb4e0a3158cee53d 0.03 MB 61 118
145,985 145,985 00000000000003238f5ca987ee67154876c2e3ac185993e1f7e3ad4e869521fc 0.01 MB 19 85
145,984 145,984 000000000000002241293522608f5d43cdfed0d9e650a059dd4e08664a5f7bb3 0.02 MB 61 65
Previous 10 blocks ↓
Total Size: 769.47 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,646.23 GB sent, 95.28 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.