Memory Pool Memory Pool Refreshing

2,225 transactions
0.83 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,507 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.80 vMB 2,217 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,506 (857,516 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,990 50,990 000000001bdf15d140f005d6257670d93249770660c78d4bbbfb783246129071 0.00 MB 1 0
50,989 50,989 000000001be3732736a6875433c890ff5c42da2a499c9d5ca4fe5910008a1acb 0.00 MB 1 0
50,988 50,988 0000000013eb421a645099293a359b84549da12bf6bc555bac23e05249b3b9f1 0.00 MB 1 0
50,987 50,987 0000000006abb0a39fd87599de4f86aaac7f76e47d511eb18f398f19a9a0563b 0.00 MB 1 0
50,986 50,986 000000000b4ffa689104acbd4fdac173fcb70229176ac55100a46e62c6768b06 0.00 MB 1 0
50,985 50,985 000000000cc29e6fdb4caf5483065be4765733a8eb34ecfbc7642c69bbcfe9e0 0.00 MB 1 0
50,984 50,984 000000000677da96a6c5e4ec827019c707a176c1bfd87cf4dadbbf29d829a25f 0.00 MB 1 0
50,983 50,983 00000000178919b951a9b90abde969d85b871d67a6e53b00805fbb8db6fe82f3 0.00 MB 1 0
50,982 50,982 000000000050fa1af0830267c759e67963192b496c151859f10f56ddc50f97a0 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.64 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 1,831.91 GB sent, 100.20 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.