Memory Pool Memory Pool Refreshing

565 transactions
0.17 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,747 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 555 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,746 (795,114 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,632 112,632 00000000000055012ea04fb1955b2058ac06b361dcc4fbbb0b91a72ed99d08e2 0.00 MB 12 335
112,631 112,631 0000000000012b1f590e3440bc50add6ceeb37cca3f6d741d707cfe22e6b70aa 0.00 MB 12 0
112,630 112,630 000000000000bdadf3c70690a7e76273a5c892cc8afacdec119c32494b8317f7 0.00 MB 15 798
112,629 112,629 0000000000011365bbddd26243ebfd5ea18c3b9184f1ddfa1acc632a177bff0a 0.00 MB 13 646
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
Previous 10 blocks ↓
Total Size: 769.07 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,628.04 GB sent, 93.21 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.