Memory Pool Memory Pool Refreshing

2,035 transactions
0.59 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,639 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 2,031 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (881,367 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,271 27,271 0000000028a595cdb8b109598b3f2c371195f115c29659d6066717105c18060b 0.00 MB 1 0
27,270 27,270 000000008b37cd0484692bd96d91bb7d64bc99f018071eb6ae288cebf154e134 0.00 MB 1 0
27,269 27,269 00000000163164d254018952009830603583d192ac7926b9bb0b5f9844024df6 0.00 MB 1 0
27,268 27,268 00000000aae323aed0be25a327087718942d75624d0f380d1a2c0e8aab1c90fe 0.00 MB 1 0
27,267 27,267 00000000c53c8e915cda28bd814a528db5ccf8ab96b868b24a42014f50a0672f 0.00 MB 1 0
27,266 27,266 0000000051416a3ed1d0378d93c29ad041c466e88c4c204e4e34e9bac2d74aea 0.00 MB 1 0
27,265 27,265 00000000188614d67bb2c91b09d47518bba69179c9fc56ddbb55924537e2493e 0.00 MB 1 0
27,264 27,264 0000000038f2c3a8a29cbbd8aa09755b52ce33e43930c554e263e0550b8851a3 0.00 MB 1 0
27,263 27,263 0000000077bb376e5521ae888c756ce5df69055e586f65a9aca8d3056d5ad3fb 0.00 MB 1 0
27,262 27,262 000000002e6987f06f2853460ab9f02f66c29f60593b2bda20b4f217fab1d946 0.00 MB 1 0
27,261 27,261 000000002c792884853b651464c3bb43dfa298977417232911784eb84f321da3 0.00 MB 1 0
27,260 27,260 00000000c1eab2639cdf49c93125d54edeb8972c0090a96a061ee711f776dc6e 0.00 MB 1 0
27,259 27,259 000000004b921e953af983c710916aabc02e11260027ae93fe3983c07e726a83 0.00 MB 1 0
27,258 27,258 000000006167158e7fae84e7d19eb4b2e45326eb1f44dc6cf779ca0fc801fc29 0.00 MB 1 0
27,257 27,257 00000000df40170a619ba950a106a3440ea781a78608e3f0ad5f4b92fcc79855 0.00 MB 1 0
27,256 27,256 0000000093df9cfc0c22c773b54562b56b20d56a6ad36718f5ffbda367348907 0.00 MB 1 0
27,255 27,255 00000000b628e46a06a7864f19481a0cb766f0c132f88df6035cee69a543d3d7 0.00 MB 1 0
27,254 27,254 00000000679a5ee8ba20a27c95c8e56320ff40b753e9b30bd14aa31d37db1efe 0.00 MB 1 0
27,253 27,253 00000000a7ff3611c8e03f8b557e62e67c7a9a7d8a47045a985753cb206a35c6 0.00 MB 1 0
27,252 27,252 00000000066e21aa2b75621ac41265a28424db215d808371695b4d76404ca2df 0.00 MB 1 0
27,251 27,251 00000000ff2315cc606435614304bd11fccda29dbb358e39a864a0a00cb1c767 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.90 GB sent, 101.33 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.