Memory Pool Memory Pool Refreshing

3,908 transactions
1.18 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,703 (422,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
485,061 485,061 0000000000000000005c4a2967a8ecec11ae33f7263ecf370ab4e61f03a7e9d1 1.01 MB 2,435 125
485,060 485,060 00000000000000000074df5bcbc230c662ba71c0aa05ead84e698637b3750111 0.38 MB 836 105
485,059 485,059 0000000000000000002b92a1a10ce764f5bfe921505cd7109107556935b7b2a9 0.40 MB 767 123
485,058 485,058 000000000000000000409d7b97133162583560273e514896fd387fac1c16048b 0.23 MB 406 37
485,057 485,057 000000000000000000d81672b14dff8d342d02fad5bb90871bce8c8e769045e5 1.01 MB 2,249 96
485,056 485,056 00000000000000000001494b8e873837534a9500bf4b28e1f541fefcd16e434f 1.01 MB 2,390 154
485,055 485,055 000000000000000000f74813429f95e03847875a686201103aa7cdd031f5805d 0.20 MB 412 81
485,054 485,054 0000000000000000004aaccbf2c65c67d42a02518aafeed76e362596d5f80c48 0.18 MB 430 128
485,053 485,053 00000000000000000055d032b4fd1f66a63033dcf34c10613990bde1d3bdde7b 0.23 MB 516 83
485,052 485,052 000000000000000000979a27e79d9b6b99e8a0c7c3ae44f451e24d24cda71464 0.92 MB 2,153 110
485,051 485,051 00000000000000000123b7f55b30931167a1c7cc7c32b67aa9a1cc5db0d25dbd 0.76 MB 1,654 104
485,050 485,050 0000000000000000011d886ce2c41ec31109fd9110d805b259b643c1a25e5fb2 0.71 MB 1,629 101
485,049 485,049 000000000000000000038f1c904b8133e2c6c12e9f27db3c044c2ea0b51ed484 0.28 MB 552 75
485,048 485,048 000000000000000000fe422b9d4135743673fd0af6a462ff81f9b983865b3ae8 0.51 MB 1,090 104
485,047 485,047 0000000000000000009ff3fa11efd9cb2ed4137a000c9aac210a14b9b824a811 0.14 MB 336 105
485,046 485,046 000000000000000000fac05cb8636b46dfa99c99bfadaa27a7671775929bad01 1.01 MB 1,862 6
485,045 485,045 000000000000000001186117867a1f675d9cddb5133e5ea639252d24d8eb8d81 1.04 MB 2,340 29
485,044 485,044 000000000000000000093843f6b4287499a5ecd5a63dc1dbf0e6af0fdaebf0cf 1.00 MB 2,018 35
485,043 485,043 0000000000000000000a3454654c80c2e6593c766882be5724d311a6f71d8022 1.00 MB 1,649 113
485,042 485,042 000000000000000000b9d62be2c4fe4754e7ad9408be9e3ed4555b201d8827ec 1.01 MB 1,710 65
485,041 485,041 0000000000000000000ce50a3a205717a5556bcb004d40936719b061a5389409 1.04 MB 1,916 57
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.57 GB sent, 92.76 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.