Memory Pool Memory Pool Refreshing

4,798 transactions
1.96 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,701 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,870 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,700 (37,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
869,741 869,741 000000000000000000028a7744fa13a1c56ded20c2fe722fb8d3ac7416214b6f 1.49 MB 4,375 10
869,740 869,740 0000000000000000000156ddd6c7416e6f86b29762eeab2dab928fd1ad2be95b 1.52 MB 6,161 5
869,739 869,739 000000000000000000026e3115d98e4380c31b3a0e1e32d9ebdc6b0086cb51b3 1.54 MB 5,310 7
869,738 869,738 000000000000000000029ac607885f88a88f846ef08a778a756b5ff6fb603871 1.56 MB 5,085 6
869,737 869,737 00000000000000000001a2d17bcdb8bacb8275d2574d7d542383f1bd62c99872 1.53 MB 5,237 4
869,736 869,736 0000000000000000000051234a8eda89d1039b0a783637b0bb3df5c665ef339d 1.49 MB 4,136 3
869,735 869,735 00000000000000000000402d1098e7976e842cf275764d2a84c9ee238befbcd0 1.58 MB 3,477 6
869,734 869,734 00000000000000000001d652f55d410ab60210852b2bd407246692eca9dfea68 1.87 MB 3,580 6
869,733 869,733 000000000000000000024d0ce320b5dcde6bbc867259f6472153f66adede3538 1.64 MB 3,523 7
869,732 869,732 00000000000000000001f7e8d5b32f0ef77c24f88ad42b0133d48a37f5b68b0e 1.52 MB 3,438 12
869,731 869,731 000000000000000000013e50f0317690d45b05fd7aaf578346be802da67722ad 1.45 MB 3,680 7
869,730 869,730 0000000000000000000138d70c8f765e8b976e11bc396e18fa19c8d963b93290 1.51 MB 4,993 12
869,729 869,729 00000000000000000000840df3a4ad39c095be5c599cb76931570b72322b7a50 1.41 MB 6,749 23
869,728 869,728 00000000000000000001ed368cce5cfda52c05169e657ce820ed8d0bdcdee9b0 1.56 MB 5,846 5
869,727 869,727 0000000000000000000281b0330f0a64dc7c56aef2d52912cd278bedff81a8e8 1.47 MB 5,499 4
869,726 869,726 00000000000000000001eeb69e14100fda4e97bb5e9d57591ae263843d6a0482 1.68 MB 4,926 4
869,725 869,725 0000000000000000000270b5a9b6a8e157556db88242283ad456fce75d74d5d5 2.01 MB 1,471 2
869,724 869,724 000000000000000000027b3f97ecfdf2ef8c8fd47f0ff29fd071dff3435db26f 1.68 MB 2,426 3
869,723 869,723 0000000000000000000001d23c7ae27be7267d0e53df01ea7e970d7f02bc7258 1.48 MB 2,924 6
869,722 869,722 00000000000000000001ccc106bd86607f78b8ab698ea3480093cdff737c6076 2.00 MB 1,657 1
869,721 869,721 00000000000000000000a3abb0ef36bcb195008ad6ae09a01e378d651cd2b9b8 1.61 MB 3,808 5
Previous 10 blocks ↓
Total Size: 768.99 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,616.52 GB sent, 92.74 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.