Memory Pool Memory Pool Refreshing

1,616 transactions
0.96 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
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,823 00000000000000000002349e0000000000000000000000000000000000000000 0.92 vMB 1,602 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,822 (3,126 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,696 904,696 000000000000000000013883f52077826d739d19694615a5ff1029b0d07a5239 1.74 MB 4,485 1
904,695 904,695 000000000000000000003531b5cb1b060f30c9e4be3c184d7331156a7ee15959 1.77 MB 3,960 1
904,694 904,694 00000000000000000000a53eae689e48641f89d820d2679ea8a1f21fe84c917e 1.63 MB 3,636 1
904,693 904,693 0000000000000000000170df449ceaeee3e55dcca4e15c8a91912e6d2f4c264e 1.68 MB 3,177 2
904,692 904,692 00000000000000000001023b38ebdd894d74712ea36974945a0a998db050686a 1.35 MB 1,971 2
904,691 904,691 000000000000000000021def360e386251b820fe6e63430ef036ac8b95c5b939 1.71 MB 4,203 4
904,690 904,690 000000000000000000016bdbddbc742e94326bf80c367962abc8ac4272e0f42e 1.76 MB 4,663 1
904,689 904,689 000000000000000000020b637cfe2c975f9634a6b30f19b2958377fcf3eb91c3 1.60 MB 3,766 2
904,688 904,688 0000000000000000000199ad4e5afd4b11d1085d6769099f8d29c2d71a17bf05 1.66 MB 3,257 1
904,687 904,687 00000000000000000001b4f497cd4c28a662bbb079621b7ce34663ddb890a9cb 1.87 MB 3,772 1
904,686 904,686 00000000000000000000c8fbee638a3cf5679260a71fbcd938c14e1102d8c9f2 1.73 MB 3,622 1
904,685 904,685 00000000000000000000a047568b1e69568a5fd6b2a750bcb159634d0550297f 1.73 MB 4,023 1
904,684 904,684 00000000000000000001ebfe4e56862b90da27895ef52d0452de08053b8e2561 1.78 MB 4,614 1
904,683 904,683 0000000000000000000122f6a56229ba50e0bc06e32377198fba61b9ac031cf6 1.62 MB 2,909 2
904,682 904,682 0000000000000000000116ed55a00ced790a0e07a70cf06473979c898f970b1c 1.62 MB 2,193 2
904,681 904,681 000000000000000000024e3d9fc4c92ac4108555d1953121ab3d786cc21719de 1.48 MB 2,920 4
904,680 904,680 00000000000000000000a0f91daeef68608057cda8b7d004043f1eed115843ac 1.40 MB 2,104 4
904,679 904,679 00000000000000000001f6210a004088a2330950158e900d77bad769e2fcac7a 1.93 MB 2,502 1
904,678 904,678 00000000000000000000c526671e6df64af9bfb355be8220837271e33d9f639b 1.09 MB 793 2
904,677 904,677 00000000000000000000b0fe35994f234d78d36e8ae18a9e4c510badf88194a6 1.62 MB 3,619 3
904,676 904,676 00000000000000000000a562291e05fbed8aa42d6b7578e0af983a5ad866039a 1.54 MB 3,573 6
Previous 10 blocks ↓
Total Size: 769.21 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,634.16 GB sent, 93.96 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.