Memory Pool Memory Pool Refreshing

741 transactions (0.29 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,068 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 718 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,067 (900,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
8,997 8,997 0000000064977bd776a9bf01a4bd7cfc0315888d072c4e7ad33ba2f6b2de5ec8 0.00 MB 1 0
8,996 8,996 00000000c411dcc4a6b2bdaa4a8678eee208926f25824237e9470dab80073b1f 0.00 MB 1 0
8,995 8,995 000000008b0cde449f5fb47eff545764f75872783ee24ab4f636810c3b60a45d 0.00 MB 1 0
8,994 8,994 00000000fb00a6ee85e96ed7418fce94d36a4b616914f6e5a1fb80d9ff88b8a9 0.00 MB 1 0
8,993 8,993 00000000602026e823816d2d09de3dd7b285cb59292edb5f6b3cdc4b5afed989 0.00 MB 1 0
8,992 8,992 00000000aa5d657e89fa1edf8c21247942d4cbb730188db2990c8abba491615c 0.00 MB 1 0
8,991 8,991 000000004b6ade3688cdad7b6f78ba650503cf986d13ae3750ccb44ff2785443 0.00 MB 1 0
8,990 8,990 00000000b5f612cfc098368210f90e3aa7252e0fc159b0c221878dc00eb8b318 0.00 MB 1 0
8,989 8,989 000000006c357df6424112ff33dabaa2938b36716bfb3086fc9593cd56df9f16 0.00 MB 1 0
8,988 8,988 0000000012bb65eed8f38158dbcafbe9303aaef2f375439e31f3bbf0aed5adb7 0.00 MB 1 0
8,987 8,987 00000000331cee5d93850f982ca4ff67cf7032a280e23924114015c485de9466 0.00 MB 1 0
8,986 8,986 00000000a832413162c986edb5745f156fa4eb5741b0e6a919342072e2b1e3b3 0.00 MB 1 0
8,985 8,985 00000000730d3d553d61fafe4d8afad3ad963580ad4955e10fa09d57b12142a1 0.00 MB 1 0
8,984 8,984 000000003a3e84b36c88b05ee681f1a1bb084ba6222ef53b58feefca168df591 0.00 MB 1 0
8,983 8,983 00000000d89087ae0c65dbe821b9a9926077f3f618fc8fac46d7070f28eb1153 0.00 MB 1 0
8,982 8,982 00000000df13b9e208afff5f5d0f391a9265b32be4298ceb5df6aa79ff9d9e70 0.00 MB 1 0
8,981 8,981 00000000bc575fd8fc0320ee5b7bcc92a846871f10c3643dfa2e917d7ab0f997 0.00 MB 1 0
8,980 8,980 000000002b6ddc71413d93249aeeb35ae0e0d2fbdb9d4333667a40826638589f 0.00 MB 1 0
8,979 8,979 000000003aabb2148cb1f0e9a9866a40f4b4cd0f4bd4922bd4fc059f968e144f 0.00 MB 1 0
8,978 8,978 000000003bbe0019a8123a29bbf9555947e9367dff367cfda99c1999ba2f7d8d 0.00 MB 1 0
8,977 8,977 000000006005091f4aa4f2f9ab8fcdbedf71fa27a1eabeae6ef94b5e3811ef1e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.67 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,900.94 GB sent, 105.86 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.