Memory Pool Memory Pool Refreshing

2,126 transactions
0.62 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,639 00000000000000000002349e0000000000000000000000000000000000000000 0.62 vMB 2,123 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (882,358 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,280 26,280 00000000a22879dec2e2f573672da7d6d75e690fef0e1a7da6517b04efe56e97 0.00 MB 1 0
26,279 26,279 00000000c0b6826d4225215f5c0970ecd7039d5de6119165b241dfc4f85c3d2b 0.00 MB 1 0
26,278 26,278 00000000183e634ab6440e6d2b9aee0032154fcdea7d83a217665add661b7836 0.00 MB 1 0
26,277 26,277 00000000428460d0b683b61b74339907571f2ee6a0c3f5f4a83097b7725da1f2 0.00 MB 1 0
26,276 26,276 00000000dc9ef82b13115a356229d768e5b15919ce38c0a133b6a66489e67d5c 0.00 MB 1 0
26,275 26,275 0000000042562556b55941fa2a72c5965df573bf864d79f5dd65ef04996e2fe9 0.00 MB 1 0
26,274 26,274 00000000c13610092f1b892b84e35235684c4737c25b848058a6d4388e2d1b2b 0.00 MB 1 0
26,273 26,273 00000000e9a45e3da5390f10c755c17861adb1d34f8d7c568517295e028d9656 0.00 MB 1 0
26,272 26,272 00000000778c2a1bd0c67e63d986b4529b489ba8f9366b34d7a4ec02f7f88905 0.00 MB 1 0
26,271 26,271 00000000cea9943799e738d83eaf52f3f8becda3d73e558324a5760d9d1dfa09 0.00 MB 1 0
26,270 26,270 0000000025d3e4010e118a18154432783b46b735e37e44a9076c1f9d0994deda 0.00 MB 1 0
26,269 26,269 0000000092be8b556fc79297ba1132da87c3f6e3b55188b5cfcd091a21bc4a8c 0.00 MB 1 0
26,268 26,268 000000002c958f957a8f41f2bf17cfd3c07a001de0c07c24060c7e21b845d298 0.00 MB 1 0
26,267 26,267 00000000c6c998b588230a29eab2fe2713e4de8a75ddf7cdefcbe593546a5df2 0.00 MB 1 0
26,266 26,266 00000000be83fa9ba631d26c2afdc9750a0bee29a9135cab08330b878e5728d2 0.00 MB 1 0
26,265 26,265 000000005cb6c73e7c4929839d7d3dec7ec51f1cf5259bb6f4267dabb83f0331 0.00 MB 1 0
26,264 26,264 0000000010d9b773c1debb0df1439d7a274b0aab0fb05ba801a494ab4fbad5a0 0.00 MB 1 0
26,263 26,263 000000008beebb0c17874b22512472ed3fe5a2c5bbe753ba50d3ffbb176f1cc4 0.00 MB 1 0
26,262 26,262 0000000031a1ff39dd31fd68ab6513799b1df61dd91cbf68ab54f3808ad7b147 0.00 MB 1 0
26,261 26,261 00000000c6408d3fe64b1d9aa79d44b17aa458ca74e5c6a600a16ee8c1cd4e9a 0.00 MB 1 0
26,260 26,260 00000000b81559fb0db01e533d357bb16ae3d70ba11c0d89625c45b25720f6b9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.90 GB sent, 101.33 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.