Memory Pool Memory Pool Refreshing

6,298 transactions
2.09 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,748 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (784,730 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
123,023 123,023 0000000000006498d2ae5b5ca67cbfa45641cd5c943fe0ad49525a4453573a4a 0.00 MB 11 213
123,022 123,022 0000000000000a4439782906e86848d585f7fa2f4fa2f84dfcf6f6b58b41fd53 0.00 MB 12 974
123,021 123,021 0000000000000f8e0977f88aa5ecb69dd98b3375e83ef7f58982678834e2b082 0.01 MB 33 214
123,020 123,020 0000000000000717d60be73b2b8330a29eeb1570c83e027e0d229edf1bda2430 0.02 MB 47 1,170
123,019 123,019 0000000000002b2d656691383feb574488fe2c1285b8d427acd205e049fb6754 0.01 MB 14 576
123,018 123,018 0000000000006999f6cdd05efdbb15c595c7987eff4c45ac8905586a5d3cecb7 0.00 MB 11 0
123,017 123,017 00000000000004952fbc5c9e12a9b4bb157091bfba35f7d9625ebe7d69894bcb 0.00 MB 11 927
123,016 123,016 00000000000051a18d36a15475b626f962b23ae2c356d07551049e233abf47bc 0.01 MB 25 2,252
123,015 123,015 00000000000001b0e9c6ed7c37333b65d0a7fcb5660945f50231ba8b41dfd8b3 0.01 MB 19 521
123,014 123,014 00000000000055c2c78c687e8a9c059863018d7bf865a04d0dffa01cda0a859e 0.00 MB 1 0
123,013 123,013 000000000000538142dfd628bcf2b60c75b817e43a7b0c637652f53e76568392 0.00 MB 15 970
123,012 123,012 00000000000062ff04390abd9dfec47bed270598147016528b827febf99c3a16 0.01 MB 10 219
123,011 123,011 00000000000014abfb6a73bd0623912392cf8350693f8c7ebc8319279e9f5314 0.00 MB 7 322
123,010 123,010 0000000000003e2bd22ab38d26ca7613ef5a97b6b3652cd2e31ed44f6fed5a7c 0.01 MB 11 767
123,009 123,009 0000000000000a1241ff6ff2eaef91d58514ada8da59437d713ec38d79c2f123 0.00 MB 6 0
123,008 123,008 0000000000004b3ea23d1e5a9428a2651fc94af4172f313d3adfe41207f22d2e 0.02 MB 21 48
123,007 123,007 00000000000037f9174a804c985384ae746af3491cd04e5e68c557a11738fcf1 0.02 MB 58 165
123,006 123,006 00000000000023bc3fa8f6caee82f8f2fed24e2271a27a44eb3b7afbcd9d7219 0.00 MB 8 598
123,005 123,005 0000000000006917dc4406a95925d321a6a149e7fd9753e747233ae34cc0f209 0.01 MB 14 1,146
123,004 123,004 00000000000013e0e8eb0ad5e8d5390fbb716cc106056048c4ec4673c06e9c01 0.01 MB 36 2,800
123,003 123,003 0000000000001e1917c4c6dfc89d9d6b9fdd195dba25b2d6b2d955c9a698641a 0.00 MB 10 0
Previous 10 blocks ↓
Total Size: 769.08 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.28 GB sent, 93.32 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.