Memory Pool Memory Pool Refreshing

6,105 transactions
1.76 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
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
907,674 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,307 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,673 (552,340 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
355,333 355,333 00000000000000000488bad4dfc7eefed5bfbf40627af09ce7fe9ae9104596d4 0.13 MB 257 23
355,332 355,332 00000000000000000335344882688031eb07bd3f6673fd9831a88a7bbe073de9 0.64 MB 1,092 23
355,331 355,331 000000000000000007ba4a30efb7271f1249e89024a2ab54f7737a8e2a8c23cf 0.09 MB 128 21
355,330 355,330 000000000000000001b2cfe9af1c88103899843e31a97c2e2463f46854db573d 0.75 MB 1,721 33
355,329 355,329 0000000000000000007773f2a092e32117f9d2deea38f8fb3413c8b9baf22ee1 0.28 MB 503 26
355,328 355,328 000000000000000013ad1a2312d76b788e495fb2310ccbc19803d53bfc7d6d68 0.39 MB 692 26
355,327 355,327 00000000000000000347a4b0b7215a70c720a295c3736d0741d926703f6935a3 0.09 MB 225 30
355,326 355,326 0000000000000000094439d8fb7958cd60664262c1ed24a9227e2f4c4998b702 0.17 MB 374 18
355,325 355,325 000000000000000005cca947dea052ee42e377b684f070e7b76e37c76ab835e7 0.48 MB 926 29
355,324 355,324 00000000000000000c5b2d02b78598e6523962846efb85f0017b7e868b198b5e 0.53 MB 1,016 33
355,323 355,323 000000000000000002899ebadb54ab4fc45dfd043d171879c527f9070d1895f0 0.14 MB 263 30
355,322 355,322 00000000000000000c2e4d81833ee8241125e62b8ec850f3bdf4c2e0fd0ae29f 0.27 MB 499 26
355,321 355,321 0000000000000000166d1fa0ccda4b19dbf7300923152eefe3e76ca08986f6a8 0.54 MB 1,068 29
355,320 355,320 00000000000000000b7e9acc60d22330882d85088db36fdf371ab0d4ac579574 0.02 MB 34 26
355,319 355,319 000000000000000013945344a2b484b3551fbaca9e4af961311c99ad4869a9bc 0.13 MB 254 26
355,318 355,318 00000000000000000531f65b1e3bd936fa6434be21391b22a97729e18924d660 0.26 MB 281 18
355,317 355,317 0000000000000000147f0b87d65c04ae6ec03e6a641c7de55a4768634d93f4e2 0.22 MB 386 24
355,316 355,316 000000000000000001570d643d04b2562482c4a5e03e17a2aa5d5b0e0a02c540 0.19 MB 346 26
355,315 355,315 00000000000000000c624a7c49564d1991b9ca9f8344f73d26dff2f1263885bd 0.44 MB 631 18
355,314 355,314 00000000000000001231b872d7b189df4718728232ba675988049b6da78b9f65 0.26 MB 576 31
355,313 355,313 000000000000000008520bd73cd3535a27c82068738b6b6d73b05543bb45b9c6 0.26 MB 244 11
Previous 10 blocks ↓
Total Size: 768.93 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,604.50 GB sent, 92.45 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.