Memory Pool Memory Pool Refreshing

6,024 transactions
2.12 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,868 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,456 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,867 (208,906 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
698,961 698,961 0000000000000000000a86836f04442ae832b7507d0adbd1003ce8c5da9a3c5b 0.69 MB 1,352 13
698,960 698,960 000000000000000000047ed0f95dfa8633da471b6c2bad55326657997718e182 0.02 MB 49 10
698,959 698,959 000000000000000000074ddfc993239f82fd01d250084d887c35a05e51b48ddf 1.04 MB 2,296 14
698,958 698,958 0000000000000000000353480bdebc04db20d563b9c06ee081e0506a0ea4d35b 0.29 MB 711 15
698,957 698,957 00000000000000000002b1da85cf3cc7fa54997fabf884131bdf4127832eca6a 0.42 MB 880 13
698,956 698,956 0000000000000000000b019f89c73534dbdf6e35487a096a5efce37f99bdd616 1.00 MB 1,396 12
698,955 698,955 0000000000000000000632ce098c0a073e4a132dc3a92cf465fe650f265fa91b 0.04 MB 85 29
698,954 698,954 00000000000000000000b44f30ecc22abc635804be6e7fbe50fd75e58d4c4216 0.60 MB 1,311 10
698,953 698,953 00000000000000000006a4f6a06313d6c9846da49253636dd50b21ccd13e1e28 1.46 MB 2,598 13
698,952 698,952 000000000000000000005e2fe76d378e3147b29ee47a3a06c170ae3c0ba25926 0.39 MB 825 12
698,951 698,951 000000000000000000063c4a8d37581ec6d1e5b62e062800acfa28f37ee0ae71 1.15 MB 1,976 11
698,950 698,950 0000000000000000000f72baf6c8c877922816ac01bd55de43b012c9099da037 0.06 MB 173 16
698,949 698,949 0000000000000000000c9164678352886cd3c5521291d857704e7a9f62ea180b 0.72 MB 1,479 13
698,948 698,948 0000000000000000000ba262e981122a6d6328f762c19e7a628feab0fbc57dd7 1.43 MB 517 4
698,947 698,947 0000000000000000000083050eff039b40a8a414f37c6673959317acf92a5983 1.90 MB 1,325 8
698,946 698,946 000000000000000000040f52f94a938361d8fec35cf06d2a1606a89dfc50e2d5 0.84 MB 853 10
698,945 698,945 0000000000000000000c352b4f040b6717b9cad19c48a5cda400e5ca28140d06 0.92 MB 1,370 11
698,944 698,944 000000000000000000074fda4c3f298aa9e6f09c1b480987d5abb93a61d2a746 0.53 MB 1,123 12
698,943 698,943 000000000000000000046f145414c707704ce8e0b81f41dd312eba2ebf2baadb 0.90 MB 1,581 11
698,942 698,942 00000000000000000005f7e8996969169199a3c8ed9a93a29adbc32d8fe93eb8 0.60 MB 874 10
698,941 698,941 00000000000000000002f712791d404cd92870c0fd8c562d803a75876a1a6989 0.32 MB 567 14
Previous 10 blocks ↓
Total Size: 769.29 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,642.56 GB sent, 94.40 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.