Memory Pool Memory Pool Refreshing

340 transactions
0.17 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
907,787 00000000000000000002349e0000000000000000000000000000000000000000 0.17 vMB 327 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,786 (10,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
897,179 897,179 000000000000000000007844abea16ac9ab52f4c609dd0f6cc12811abef186da 1.50 MB 2,442 4
897,178 897,178 0000000000000000000244304ce016d6ccda7f9f9f7579313afbf6e99b91ca7c 1.50 MB 3,351 3
897,177 897,177 00000000000000000001e966e6bfa4767d49af8f7007a6a7c16b46274df354a4 1.49 MB 2,180 3
897,176 897,176 00000000000000000000d192cb09f3228ef5c164e445844e5697ede1c6cf6b6e 1.51 MB 2,632 3
897,175 897,175 000000000000000000003210ebd4c085386f52af2fe3cd9a339c1f86c8630f8b 1.95 MB 2,311 3
897,174 897,174 0000000000000000000201af0b182fad73a4b02044ba44f5d40c5809763c4e87 2.00 MB 1,960 3
897,173 897,173 000000000000000000022faa1108e179f96cdd67efbe3f0ca0b68ceef6746a6a 1.96 MB 1,955 2
897,172 897,172 0000000000000000000222005101615c0eb7cf8ea43037c9f66170f129789158 1.64 MB 2,489 7
897,171 897,171 0000000000000000000169b555c4c8b65b6f34557ebf592c874bcfaaa9318707 1.51 MB 2,096 2
897,170 897,170 00000000000000000001617b12210f5de02ef8ce4d7f183a2064dee20684c3aa 1.55 MB 2,878 4
897,169 897,169 000000000000000000004068a73a2774eff73c711e5c1c217288f314b415d1de 1.25 MB 943 2
897,168 897,168 000000000000000000023afafda76b1f31a9484f8d9a881d655b0f36da58a97c 1.42 MB 3,312 4
897,167 897,167 0000000000000000000162ca458403695fc659616d80d77accae2405d4985b52 0.84 MB 1,363 2
897,166 897,166 00000000000000000000095aba694861f47dee80050539b07d321cebdb9682e7 1.03 MB 1,994 3
897,165 897,165 0000000000000000000192ab2ff5d5edb8dc5d9d08a1a555594bb8227153dce8 0.69 MB 1,314 2
897,164 897,164 00000000000000000000a92aca8502fd06f71605ed89d7d6ad78f3f081f0923e 0.39 MB 828 5
897,163 897,163 0000000000000000000072786bc006c8e6512fd5075825179d2c7849a10273fe 0.09 MB 310 3
897,162 897,162 0000000000000000000098cecc1d4e8002fa43dab2e3481963920cdfda5ee599 0.92 MB 1,202 10
897,161 897,161 0000000000000000000216bf27577af436106dc3fb6be9b4c583450b9a165265 0.43 MB 710 3
897,160 897,160 0000000000000000000192978dc3481d4bec9c48cf17fc91f9789b737140bbec 0.76 MB 712 2
897,159 897,159 00000000000000000001b341088df7e38ea3a5ec354e34db4413c3ac786518c0 1.81 MB 3,677 1
Previous 10 blocks ↓
Total Size: 769.14 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,631.86 GB sent, 93.58 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.