Memory Pool Memory Pool Refreshing

7,244 transactions
3.86 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,794 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (10,560 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
897,158 897,158 00000000000000000000889040a6e58a34993a6846edeba8df669516e618a820 1.36 MB 2,319 3
897,157 897,157 0000000000000000000206849237a1fce35c242c4f5286fa129a60442c092f20 1.53 MB 2,007 3
897,156 897,156 00000000000000000001ddfd4e976fc29af2c00a2561728d269b28907fbe68a2 1.24 MB 1,633 2
897,155 897,155 0000000000000000000119790a7adcb920c2a2d786ff042f251c3650cb548b70 1.28 MB 1,194 2
897,154 897,154 0000000000000000000131dca09abdf631f73911b24c33358859d429a331120a 1.24 MB 1,448 2
897,153 897,153 000000000000000000022f3ed3952fd8dbe1e1862b213737675968d7690cb7f8 1.11 MB 676 1
897,152 897,152 00000000000000000000d58686101bb9e21d4e568040b25a470c74225985a4e8 1.29 MB 1,096 1
897,151 897,151 00000000000000000001d1c3eedc3bf9ed1c0ef3a22e8506c2ac4c088a278095 1.50 MB 2,256 2
897,150 897,150 0000000000000000000234f5ed54786ac79ab50376787c98f38c26f1b4d36c5f 1.42 MB 2,638 4
897,149 897,149 000000000000000000022eb08aff7dc952ddc21d53138e4ccbabd14753462743 1.59 MB 274 1
897,148 897,148 0000000000000000000054ee01d006d5a146e456106ae71561fb29279ee84c26 1.80 MB 1,353 1
897,147 897,147 000000000000000000023d64f2b288f7a0549df29fb012c68e87a050cb826166 1.58 MB 1,642 2
897,146 897,146 000000000000000000019e3375405f6f568403ad88c51f840ce02e4ab5563f67 1.67 MB 3,017 4
Previous 10 blocks ↓
Total Size: 769.03 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,625.78 GB sent, 93.04 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.