Memory Pool Memory Pool Refreshing

995 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
908,426 00000000000000000002349e0000000000000000000000000000000000000000 0.36 vMB 987 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,425 (857,444 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,981 50,981 0000000018ce65b01321730aab76898a8981928ba64218d6cc804419a7a451ef 0.00 MB 1 0
50,980 50,980 0000000019acd979d53effbe8a2607e393a4da4ba6e883aa02ffb676ae5fe927 0.00 MB 1 0
50,979 50,979 000000000467c803349ed8c181f42600408a759fec153c25c71a3b5e91ebfc21 0.00 MB 1 0
50,978 50,978 000000001ceac37d5db8fe0b3978282d09006e68360625568f84b36ad46f60c2 0.00 MB 1 0
50,977 50,977 000000001cd032dc861609a9a62780af6c2be34f70898abb29acb6ea2a356ea2 0.00 MB 1 0
50,976 50,976 000000000836da25a58a5c22a3773291a035b42c37da9a09dd261317052b3a3d 0.00 MB 1 0
50,975 50,975 000000001cb376951bfea1b42440bd40f40987fe03b76150352020d2720daa7e 0.00 MB 1 0
50,974 50,974 000000000deea45fb609db3322204dbb4f62a0d85625222748198ada4349a307 0.00 MB 1 0
50,973 50,973 000000000cfa9eb9279b406acfd271dd1eba2a2ae377061263d50303682ab15e 0.00 MB 2 0
50,972 50,972 0000000016af811d55f67a1d8ab7a0a3e504624e357a4c8f2850bcd47aa04712 0.00 MB 1 0
50,971 50,971 000000000010e16fee801cf9005c13af8f023074aada95e30865ddd4e980c443 0.00 MB 1 0
50,970 50,970 000000000239dbe15a8dc261472db35961a6ce6596cf87d6312b2306398f3e39 0.00 MB 1 0
50,969 50,969 00000000069fe82587b8156cc4fe0e28ffc9cf5ab91f662ed639c935ab577ad7 0.00 MB 1 0
50,968 50,968 000000000ca695d5866a4bda1ccfd538997043d9df2912a472f729e1a677ce4d 0.00 MB 1 0
50,967 50,967 0000000004b1957fef78300c88978b3daec13c521d212d653baffa6b0261a8c1 0.00 MB 1 0
50,966 50,966 000000000d371d012bc583b57b4af52463c9c43fae935f5712e8327c290dce9c 0.00 MB 1 0
50,965 50,965 000000001765e6ee4a38657c97fbf38d2533985de7238e74abe10ca7d8600c75 0.00 MB 1 0
50,964 50,964 000000001cf46b958b1e46a7e308622b84934c37352767743c58f04bc40bdfcd 0.00 MB 1 0
50,963 50,963 000000001a01876fc96f680e05cd4b490fb46b72f61bc8bce2a4cb7a15141f2e 0.00 MB 1 0
50,962 50,962 0000000017a7f5a217dbd462a1b6e3b073fc9f00216aa37cdf868972bf28a038 0.00 MB 1 0
50,961 50,961 0000000018d6ccaf84303b5061702a10f0961def0e41022c921dff966edc191d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.49 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,763.56 GB sent, 99.53 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.