Memory Pool Memory Pool Refreshing

6,772 transactions
2.39 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,578 (820,603 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
87,975 87,975 0000000000074bd035fcdf1b6b2c5f81fe408be253465491ccc9a654c2943b45 0.00 MB 1 0
87,974 87,974 000000000019522e2da4c9a783bc3bacb6e39eea03afbfb6bee2cbc911f8f8e9 0.00 MB 2 0
87,973 87,973 0000000000030296d3d16b95cc688a2e0cfffd4c0056eb75168e34d003e32b0f 0.00 MB 3 0
87,972 87,972 0000000000067b60bc16f40d12fea53ead2abae489098cc8bc2bb0b2d2af7430 0.00 MB 8 0
87,971 87,971 00000000001a8f75a94300b1000d3ffb01d986fc4ea4437f0019de6f0dd5838d 0.00 MB 4 0
87,970 87,970 000000000016550f4ed6e238ff5e41bf91084c514c5b46eeca05ca60996e57da 0.00 MB 3 0
87,969 87,969 00000000000f63143d0c2a50d642d76d935fc85f09273ab74236d3421f3fb5a0 0.00 MB 3 0
87,968 87,968 0000000000003f99fbdca39a6b43cae612a97722239ad8e6840467b1a2b0cebc 0.00 MB 2 0
87,967 87,967 000000000003d96ee059748f7b172234225bbb48e9ee54d1d4e0f77040344bf0 0.00 MB 1 0
87,966 87,966 000000000013df3d2a77ddd4d11387c225db7bedff4539f37b18ce281650e4e9 0.00 MB 2 0
87,965 87,965 00000000000d6dc857226c3ce228a778b59f9c0c2b3f8dcc278daa32f6c88a0c 0.00 MB 3 0
87,964 87,964 00000000000a55929fd27baf1931ec3b3b1eefa7c50a27f835558638b0fd3279 0.00 MB 8 0
87,963 87,963 000000000012351378ed7e737470de46f7d7fbd36306df49c5eb0b9bbf37bb01 0.00 MB 1 0
87,962 87,962 00000000001c7b4ae80f5b0f19bc1f65e420fd19a9f0339de7b0305df1c4d297 0.00 MB 1 0
87,961 87,961 000000000000e03252b0cf4e20d1e2ab487ee4b85cc3e2ec8110afd94e8a716c 0.00 MB 1 0
87,960 87,960 00000000000c99f814ed44b949bcba2e7d0ca05a0feec22f4b9bc6fafb559045 0.00 MB 3 0
87,959 87,959 00000000000b594816723ea336f7602a2c2aa1b11ffbde9eb30cfdd3540f4544 0.00 MB 1 0
87,958 87,958 00000000000dbfb0117a11f64c21b026eaf65d67f1b01097991fb995296f4129 0.00 MB 8 0
87,957 87,957 0000000000030f95848b30434a88a0e1ad9905e26c15a4a06860852f72992aa1 0.00 MB 5 0
87,956 87,956 0000000000006c1e77cf1def3efb58072fbc923566a3d350cf1fbf6f11c16123 0.00 MB 3 0
87,955 87,955 00000000001979c9f8b4e0824fb34f304bda05114dbf8093918a59e0d5e336df 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.77 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,848.48 GB sent, 100.86 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.