Memory Pool Memory Pool Refreshing

6,573 transactions
2.96 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,825 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,666 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (449,241 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
458,583 458,583 00000000000000000075085db035cad06ea0cd97af8c6aa9bc633ccd7507b630 0.50 MB 1,231 191
458,582 458,582 00000000000000000152bf6105417102ae856a635f02221e291fcf344bcdd4cd 1.00 MB 3,258 130
458,581 458,581 0000000000000000001ca0f029030be5d91e4ddb2e55f92567f6135bd1cbc92b 1.00 MB 2,131 146
458,580 458,580 000000000000000000976167e00108036c21f236463a4cc077fe60efebd5a2cd 1.00 MB 1,616 225
458,579 458,579 0000000000000000023cd04fd8da5c57710d051f12b77cb2484ad42f097dced0 1.00 MB 1,632 159
458,578 458,578 000000000000000000b288eeb3f76cf00524b57783ddb881d8d3702f6bf4e043 1.00 MB 2,410 212
458,577 458,577 000000000000000001b3f913e509f0838e87acebf842d63a635a55c693c8eca1 1.00 MB 2,035 183
458,576 458,576 000000000000000000109ce81f5655cd69c0a5536d0221393b3cbad51dd69281 1.00 MB 2,060 192
458,575 458,575 000000000000000001f331fb1d1af0ffcdbc67e84b1cefba4b43b276861720bb 1.00 MB 2,336 196
458,574 458,574 00000000000000000028fb9a4c496bb63c37aeb3419e043ceeda905b68347504 1.00 MB 2,164 166
458,573 458,573 0000000000000000011af1c61558b8dcecbafb9feee9b71192454cabcf01e12a 1.00 MB 2,142 140
458,572 458,572 0000000000000000003d93c335772b4bc139bd0822212ee827b252bb89d22794 1.00 MB 1,874 171
458,571 458,571 0000000000000000001b6bea3f2af6d25695a4247a0f6e3f4b3e73107464d39c 1.00 MB 1,583 143
458,570 458,570 00000000000000000173c931219b6d8a2e2c994e56e6c1c72a3168eb482d8486 1.00 MB 2,701 220
458,569 458,569 00000000000000000149943c263ed024b5eca83f550f61dddecc302ce9350ef7 1.00 MB 2,377 196
458,568 458,568 000000000000000000c3238c78808ea4e58d7ad814cf928e019e75b9e8657c52 1.00 MB 1,649 156
458,567 458,567 0000000000000000024e73b19c75b8249a747fe4a9d434921b6e5845b1cdfa99 1.00 MB 2,033 212
458,566 458,566 000000000000000000256644dcbb0391ce382b7f7b246c5fc579da6297613749 1.00 MB 2,891 129
458,565 458,565 000000000000000000d641afd215a400d7a76706dd5b345ea3b5d8e31afedee1 1.00 MB 1,934 169
458,564 458,564 0000000000000000003f951b49f036f00f9f99d9246a76336747558ffc205f36 1.00 MB 2,401 132
458,563 458,563 000000000000000001d5b186a6feebb56bbad5f5659d5ce982410896a0918c9b 1.00 MB 2,434 159
Previous 10 blocks ↓
Total Size: 769.21 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,634.55 GB sent, 94.00 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.