Memory Pool Memory Pool Refreshing

2,396 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
3 sats/vbyte 2
2 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
907,851 00000000000000000002349e0000000000000000000000000000000000000000 0.88 vMB 2,384 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (795,222 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,628 112,628 00000000000105ae75d75a80bc45aed22f3f07ff3d400355c9e0c104f69a95b6 0.00 MB 12 0
112,627 112,627 0000000000001d9fba1b05dab6f0daa6f39d7cc4a70d0febabb3e142640180af 0.01 MB 17 168
112,626 112,626 00000000000127dc91f1e5561083665276bf4bdfb9e501719889b1c7698d3428 0.00 MB 14 307
112,625 112,625 000000000000f7bc0e3c029f1d38be8a04f3e954b8e2172023510f82911448c0 0.01 MB 22 509
112,624 112,624 00000000000122664fcde9474329004556c55a8abece6ae49b4bf2125a81bdc3 0.00 MB 3 2,403
112,623 112,623 000000000000902f4ffd6fd287c26b8d19b650ed27c42e87ac606ee85b9bb198 0.00 MB 3 3,891
112,622 112,622 000000000000aaee9f5a6bf12be477852a684b03c8ae9fcd7db4669b340936e5 0.00 MB 16 1,677
112,621 112,621 0000000000005febb345f11c874525144d70b3b24313152abff495e3bf10a624 0.00 MB 12 1,093
112,620 112,620 000000000000cf97e2a37fb902138c97958e10e0fc25f38c9936969df25e62b8 0.00 MB 12 0
112,619 112,619 000000000000d221238277275b4105382b339570fac8eaddcd17fe9ac1f0f8ac 0.00 MB 16 494
112,618 112,618 000000000000d14330ac75988412d928c03c48aca63923ade01a00431e4ad239 0.00 MB 3 0
112,617 112,617 000000000000b67b1cc69080c1b28713a8d0455469d7bae08ed1ab65986b481b 0.00 MB 6 2,388
112,616 112,616 0000000000001f55c5a2905ddc226ad17582e130385a70e4600cea0bee6f28de 0.00 MB 12 1,066
112,615 112,615 0000000000006711e2fce23e0bfad3812ad7f1c7132d657f37071df38b1759a6 0.00 MB 4 0
112,614 112,614 00000000000100ff33accf82d432f546d7713d55eabbd6c24672b5b36391c748 0.00 MB 4 0
112,613 112,613 000000000000fb50b07f29d2965d86b244f420b8436a49d52cdf09e74b7e9637 0.00 MB 13 2,286
112,612 112,612 0000000000011524cdd88320dc69bf9c431d6e5201dbe5dce7e06104af8f3485 0.00 MB 11 1,057
112,611 112,611 000000000000d50e4da0dfa94a33ae0680a6e3b22d7abd00db4b57fbd8461797 0.01 MB 3 147
112,610 112,610 000000000000c998ed5ac3aaee564149e3fbf798b34e4299219f374e4014ac04 0.00 MB 7 1,659
112,609 112,609 0000000000011e9e83f4bbb1e60d109d5f63b18648c303b87dc892ac7248cf13 0.00 MB 3 0
112,608 112,608 0000000000000936d3eda74cb8f586077fb8bd98c7c6858934cb6e5c312ca195 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 769.26 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,635.25 GB sent, 94.22 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.