Memory Pool Memory Pool Refreshing

5,798 transactions
2.16 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,698 (610,118 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
297,580 297,580 000000000000000067af0f1d8df8c4b0482ca3131a78b7dd1fef49fdc1b8b8e9 0.09 MB 61 17
297,579 297,579 000000000000000033e2a39723d9adfb6440d06e0036f4ec2ef091df4c25c5b7 0.35 MB 292 17
297,578 297,578 0000000000000000192e718cd712a8f589496c8983118860f0a1ac3b459139e4 0.35 MB 865 45
297,577 297,577 000000000000000069bd2a215114abaf3a199aec37c7a2bf8994935f55274fb2 0.36 MB 332 16
297,576 297,576 00000000000000000259f5e3bab629e8aac8440b6351ae93cb314248e5828d6c 0.45 MB 1,024 88
297,575 297,575 000000000000000024846ad10094bd7b6736530831851237ac3f97586ab043b0 0.01 MB 38 14
297,574 297,574 00000000000000007c8436cb64e4a77ecc08c485d00a6a64b8a8efe0ef1ac70f 0.21 MB 381 32
297,573 297,573 00000000000000002730999ab80e10d0b4f7cad8f11256131d7c6040a270dd03 0.70 MB 714 17
297,572 297,572 00000000000000005703c3b597f127ba7d3d8e2fd0ea47e75cef674fc630d58c 0.25 MB 723 71
297,571 297,571 0000000000000000945c56d55f6fdad15401e5ad77f69f248f087d3d9a77a34e 0.44 MB 789 31
297,570 297,570 000000000000000026c02648ebeeb7dff00c485f47b17aa2a159116c9fbd98b6 0.16 MB 256 25
297,569 297,569 00000000000000001ac517bdf6d5a887a78b2daa7966e6157c465dccf3ee659c 0.35 MB 902 49
297,568 297,568 00000000000000006d3b67e7848e61bac196a3a559dc129369dd11512729db29 0.49 MB 1,089 32
297,567 297,567 000000000000000029ea4ed253d752cfa0a89151bdf6dcdf56a6bce5a4c46a97 0.04 MB 64 53
297,566 297,566 000000000000000049208985be0ae1adb7042d47ff3758572ebbc43c20509848 0.21 MB 337 30
297,565 297,565 00000000000000009492c806ba5f497db63a95f835508289dd4ea3531e1b877c 0.03 MB 89 29
297,564 297,564 000000000000000090f4993728664221bc565324e87d2810c7c7de502fa8d4d3 0.07 MB 52 42
297,563 297,563 00000000000000003a1209d6c7e9d5b6d51f667d0ce6ad8944d73779d35c1019 0.23 MB 505 38
297,562 297,562 000000000000000081815b8b08d545c016d572f380e28f6b667fe4d5e1d5cbd2 0.13 MB 264 30
297,561 297,561 00000000000000004afd970f27536c8bbfd6f0f247b75add2db7680924da1b0e 0.24 MB 256 21
297,560 297,560 0000000000000000256ca45818d425e8bce1e4ddb1765ef1e7f0af1576059b20 0.07 MB 150 31
Previous 10 blocks ↓
Total Size: 768.98 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.49 GB sent, 92.72 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.