Memory Pool Memory Pool Refreshing

712 transactions
0.29 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,021 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 704 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,020 (329,225 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
578,795 578,795 0000000000000000001b7dcd840d3010dc0f1af38ac32401ef0a3c971c48d453 1.05 MB 2,468 9
578,794 578,794 00000000000000000019b24eed78b253f8dbb75fea5b68cc2c673497b6472635 1.24 MB 1,807 83
578,793 578,793 000000000000000000162c1d454ca092757c7a837024ff00a969fab42dd12bcd 1.08 MB 2,872 33
578,792 578,792 00000000000000000024557802c58ebdeed66d2fa951488049b31de8ff529792 1.53 MB 877 10
578,791 578,791 0000000000000000002591521d25cd39703e5788e34e91d28fb7092abf66e49e 1.24 MB 2,514 111
578,790 578,790 00000000000000000003b7fad5ec8beed40248248ce4adfcb2f705ab1298fa06 1.45 MB 1,390 66
578,789 578,789 0000000000000000001da29679a4ead3bc850e3c7a6ecd503095b0f85d704936 1.59 MB 941 43
578,788 578,788 0000000000000000001fd7de31b53f460d85763e39333d2682b92bb0ac42800f 1.15 MB 2,137 62
578,787 578,787 00000000000000000024c5e2b3edb0530ee857343187e1c0398e55f4410823e4 1.26 MB 2,379 184
578,786 578,786 0000000000000000000ac9ec2b8000611086546528b1ff72bc41ceabbd94b7b8 1.20 MB 2,353 59
578,785 578,785 000000000000000000049ed142809ae06857547ff98cec7c145fae5c7e30c596 1.23 MB 2,199 113
578,784 578,784 0000000000000000000c44d1fb1f57a020ac5dbab92a29da8fa940e39a854b9e 1.33 MB 2,631 176
578,783 578,783 00000000000000000020edb4121e6a1ba7c7aef6ee7fe0c791b6c53dfc3bdaeb 1.22 MB 2,107 95
578,782 578,782 00000000000000000021f29026fcded4c1ced623e09461a19193437f85543462 1.35 MB 1,989 97
578,781 578,781 00000000000000000014a85b7357cbb1538416c3d0c6040aee12bab0e7843e36 1.34 MB 1,516 46
578,780 578,780 00000000000000000020fee94b49ec575183b03a3f512b8a73afffcc283c557f 1.25 MB 2,774 149
578,779 578,779 0000000000000000001d7857f8930364c91ed1c9f4f896593c21e99daba7c8c7 1.47 MB 1,559 69
578,778 578,778 000000000000000000070b1caa7ac135553a3edf5066f50d095a22de32afa7d1 1.19 MB 2,216 96
578,777 578,777 0000000000000000000042955b1f3dbe5bb8704e53dbf77498ebd19511db74f6 1.14 MB 2,535 73
578,776 578,776 00000000000000000023007581c4df5109cb56bc4bd019f3e8bcdd0df046265c 1.21 MB 1,785 175
578,775 578,775 00000000000000000019376113713c792fb88c163136347d893db882195a9188 1.17 MB 2,464 87
Previous 10 blocks ↓
Total Size: 769.58 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,650.87 GB sent, 95.83 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.