Memory Pool Memory Pool Refreshing

2,628 transactions
0.90 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,748 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.89 vMB 2,619 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (82,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
825,001 825,001 000000000000000000031f35562b76b9591d72b4d32a4c7a47201fa1f9ea5a92 1.75 MB 3,826 141
825,000 825,000 00000000000000000001432b1ea8b3b710c3fb7e628d605cf4a42c25d7822431 1.72 MB 4,273 113
824,999 824,999 00000000000000000001ba5a25dbdcad09274133289b73095014ac808800d6f6 1.64 MB 4,099 128
824,998 824,998 000000000000000000017d992b681c60026175ee379f7cffe80b478b65cc7725 1.66 MB 3,752 109
824,997 824,997 00000000000000000000d026c10c773b88403e5a354b73e9a08ee287371dfdcc 1.71 MB 4,452 83
824,996 824,996 0000000000000000000370a82e7a5d9d963f08764293a38f55bfe1e3aaeac831 1.68 MB 3,701 75
824,995 824,995 0000000000000000000171e225a4cf4fca996b6811230ae25dc7fdeffa49d527 1.66 MB 4,152 85
824,994 824,994 00000000000000000003c4fbb514d3bf62295ae6533b300eee56efb7faba95c3 1.61 MB 3,827 121
824,993 824,993 00000000000000000001337aed5093fd8c67ce72283a47c8bccdf16deaabecc7 1.76 MB 4,831 73
824,992 824,992 00000000000000000003a79154fdfbb9d94476ca9bef4bdc811b3f44166b790a 1.65 MB 3,845 72
824,991 824,991 00000000000000000003a0646791cd319d296e692bc8d79fe7c2cec0cd719cf8 1.70 MB 3,704 61
824,990 824,990 00000000000000000000ff86105b14b37d24506fe5e027e70b5d065ab1912c08 1.70 MB 4,303 98
824,989 824,989 00000000000000000003447542d681fac5514a21e38262ce19253801889ac783 1.62 MB 3,772 68
824,988 824,988 00000000000000000001cde25fd818d504f91e341e423e3296dd90c9d7875d5f 1.68 MB 3,433 118
824,987 824,987 000000000000000000030177ef38679449248f081eec374e71fd32c9211d2f43 1.99 MB 3,627 66
824,986 824,986 00000000000000000001ddb9e355fb5b9676ff77b773f8505818d8bf739b4e46 1.91 MB 5,580 57
824,985 824,985 00000000000000000001abd35887b96e7adcf66cdaa22e7e437a5114b76b4bea 1.87 MB 3,987 77
824,984 824,984 0000000000000000000234f84633b6c558cf32e07837d5fae8cfd828ca35f367 1.67 MB 4,084 74
824,983 824,983 0000000000000000000008088282973c7bf6077fedc0cbfaea021e9ef40edf42 1.60 MB 3,894 74
824,982 824,982 00000000000000000001093aeb78af863a2524ae6953dc977fd6f9140301bdb2 1.85 MB 3,743 46
824,981 824,981 00000000000000000003351b97fc36e1c6fbd9b4cc19b328424a1a1181c47c71 1.87 MB 3,825 53
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.10 GB sent, 93.23 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.