Memory Pool Memory Pool Refreshing

5,980 transactions
1.77 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,882 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (732,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
175,033 175,033 00000000000002de687ea72f8e4e696d3d08f1533becc5e088f331b40c9b15c0 0.00 MB 10 25
175,032 175,032 00000000000001772a3d8c52012288c9d2f57fb18d902800bf2b24631d2c180a 0.02 MB 45 28
175,031 175,031 000000000000092f1188dca3b57d0130dbb5ebc5737748f5a7e91c56af2e38f0 0.05 MB 75 128
175,030 175,030 0000000000000338c6cbdeb04944496d0f216655e64ef75aad51b8e5edc4a681 0.00 MB 14 49
175,029 175,029 000000000000047fc606adf83482257d52800be9f7359684b30e5ff1e7973f1a 0.01 MB 18 51
175,028 175,028 00000000000001bc0fba3b801e44e1567d8f05bac756840fd409c661f1966789 0.06 MB 100 114
175,027 175,027 0000000000000502147c0237c752155ea23716b124fdeb730f5c5ecc112cf300 0.01 MB 23 334
175,026 175,026 0000000000000161308515ad78b532c1be09db41a3b7b026e879708283906146 0.00 MB 1 0
175,025 175,025 000000000000092f2ea3c7c3bcfbabfcbe1a0b2f897547fcb2e3255ba6e52358 0.01 MB 13 33
175,024 175,024 0000000000000624e52937a6cd31a44e79aec3e789217ee4b7c4379bab5586b2 0.02 MB 55 92
175,023 175,023 00000000000006f40dce0735d04dcf008969b3aabb8d513274995519f5693d72 0.04 MB 81 129
175,022 175,022 00000000000000ba73669a1286168e0b26e111595d5e97e069c414d81b7811a5 0.00 MB 9 17
175,021 175,021 00000000000005e2c0001444f5c083f10f9acb23b1d0c4a5eaafaea5fc0ce955 0.03 MB 73 195
175,020 175,020 0000000000000753b405ed3a0eaf1abaf13c18bf28c58eb0627d5b25f43b0841 0.00 MB 6 34
175,019 175,019 00000000000001b162657685a827c034289c983d3f58a7a5a11669fe7bdbeb8c 0.03 MB 34 60
175,018 175,018 00000000000000cadced617c105354aa7597a38af8c56f5675e88ab58722c875 0.05 MB 123 263
175,017 175,017 000000000000038f051c2f9438ccdc1ca4feb22e0b418da5d8707bcdadf4215a 0.05 MB 138 39
175,016 175,016 000000000000022a46b5a85ad1354ff684e6a8e1b28ee2d9bc800d4826a0871d 0.04 MB 91 144
175,015 175,015 000000000000097983e0b9d43472b0f35de2cdc2fe16f837e94e2a5e41273427 0.04 MB 30 821
175,014 175,014 000000000000023a621923b8f0ec90a4c57e5e87852be87536cdcc4600422874 0.03 MB 77 36
175,013 175,013 000000000000094130f654ef1241e8c091dcd9bd5d07a7ef45aa514db7c0bd5a 0.03 MB 43 75
Previous 10 blocks ↓
Total Size: 769.28 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,635.58 GB sent, 94.34 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.