Memory Pool Memory Pool Refreshing

385 transactions
4.18 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
891,120 0000000000000000000251050000000000000000000000000000000000000000 1.00 vMB 2,487 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 891,119 (1,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
889,164 889,164 000000000000000000001e1145d9fd987907d979c55bc71a01738723da6bfe1f 1.36 MB 2,261 3
889,163 889,163 00000000000000000000d8411207d5716753001b4699c39526e0e85de2e06378 1.63 MB 3,902 2
889,162 889,162 000000000000000000017c487fcfb4152c55a0d53b62529c329446d4659042e0 1.72 MB 4,437 1
889,161 889,161 000000000000000000026276b0dc85a6a797ee97202507c4a0b3efae92ca0e31 1.83 MB 5,259 1
889,160 889,160 00000000000000000001649ab7a5737cdcfc43885a13eda39da9eceb6837cbd4 1.84 MB 5,305 1
889,159 889,159 000000000000000000021a2b8c9841af38660fbd209aa1a0617bcbecebc4736c 1.68 MB 3,433 2
889,158 889,158 00000000000000000000e9a1a5dac825f299ebdfee494b6f08a4fa64f22537b2 1.92 MB 4,395 1
889,157 889,157 0000000000000000000136fb33640d2b809668415e34782d2e5f1061f79e8909 1.77 MB 4,618 2
889,156 889,156 000000000000000000010dbdb296ee7a80f6072e92a1eef30d98ef8a6aa8290b 1.68 MB 3,294 2
889,155 889,155 0000000000000000000211b9f6970b8f9aed906d6cb548362ac87e2e2f10b6a4 1.74 MB 2,510 3
889,154 889,154 000000000000000000016ba937b9649f14af199aa276733a861185265e3eed27 1.43 MB 2,094 3
889,153 889,153 000000000000000000001d87600c88ea056e7ea939a923f47df97e968ff9fb81 1.30 MB 1,617 2
889,152 889,152 000000000000000000008f7b436b81ee17d976ad75cd19f77c1dce8f5c70991e 1.65 MB 2,688 3
889,151 889,151 00000000000000000001797318a133e44136b89a7a3117680d22ea62685255eb 1.58 MB 3,494 4
889,150 889,150 000000000000000000018f95646694d5744fab46cbd18e2056c8cbe568fc855d 1.53 MB 2,196 3
889,149 889,149 000000000000000000008d8d2a0e31785c5a8516785d4405f3c5e699b570e006 1.67 MB 3,633 2
889,148 889,148 000000000000000000016785311c56876d7b6d633c29784559a30c4db220bf3a 1.67 MB 4,010 1
889,147 889,147 000000000000000000010f2321617113591886a00bad8bfd70ef547ed7597768 1.85 MB 3,388 1
889,146 889,146 00000000000000000001b785f55e6bd2cd05efc34a4fa11cc3501c5d5b90d864 1.82 MB 4,754 1
889,145 889,145 0000000000000000000134374fcc0e935ac51109c3c71cfca5bce410e3d19c12 1.88 MB 4,954 1
889,144 889,144 0000000000000000000273ba27124548b7cf9afa1c4a593c8f390ad903649c3e 1.78 MB 4,649 1
Previous 10 blocks ↓
Total Size: 739.87 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: 3,521.80 GB sent, 160.41 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.