Memory Pool Memory Pool Refreshing

4,246 transactions
2.42 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,691 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,881 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,690 (620,518 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
287,172 287,172 000000000000000006033cce034bf54bb6588d5b9c7a97bae41b44368af7d6f7 0.11 MB 148 30
287,171 287,171 00000000000000011c750ef50eb713a8440a1c847d5fefb851ee01cb3613247d 0.01 MB 16 27
287,170 287,170 00000000000000004568fcf3f51ad5329572af9270ae103f0780a4cac5875074 0.35 MB 697 34
287,169 287,169 00000000000000010b16281d5ea2e4af4f6dae50c21934ee0ce0006932d1251f 0.09 MB 161 32
287,168 287,168 0000000000000001352160161ffe8184aa70c4b4c04ea5d522637175267e57c0 0.25 MB 392 26
287,167 287,167 0000000000000000022a2ed29865f24aa8c92b018b743cd83ca5ad3fcf3bdbb8 0.09 MB 93 19
287,166 287,166 00000000000000013ab2c783a1baa894e905e3ef174967bffd5854920e7e1729 0.08 MB 146 43
287,165 287,165 0000000000000000958ddd94c9b62c8680183f076d00dc8de088a2597fe4816f 0.26 MB 150 11
287,164 287,164 0000000000000000369ed4c8862f35e8d4e472c8b898ddcf7d0ad0a8f5d7ed69 0.50 MB 1,245 96
287,163 287,163 0000000000000000635535bbb5e1bd328e2cb60f43c2108351880f64175ed862 0.25 MB 139 202
287,162 287,162 0000000000000000d050491e1e1cb7992f9f1e3e0fa747e38709d2dacac52c64 0.35 MB 679 44
287,161 287,161 000000000000000084b5b9b7375c67632d1cd7228a948421240ec56d499c9b8e 0.44 MB 290 22
287,160 287,160 0000000000000000d5edc725c5983446a5dff7412b9f5eca1b7d6ef8fd60fb82 0.90 MB 1,978 74
287,159 287,159 0000000000000000e035d7df965008782f3524b5586e53c94e8d15c2fc2a1ff8 0.11 MB 207 37
287,158 287,158 00000000000000011ead7d3d01e09f73edda4a631c013b8c0bdf412dfb3cc252 0.21 MB 426 32
287,157 287,157 000000000000000105edd4cc94d669f284d62aca02f50e346dbe125b656fd973 0.18 MB 324 33
287,156 287,156 000000000000000084914b06947af060267d46b6586aca459633f322de5e7318 0.16 MB 280 31
287,155 287,155 00000000000000010c93b4c254dff3b1a7f343b384545c7e73c0ea8aae6d4c96 0.22 MB 375 26
287,154 287,154 00000000000000014601b06ef996af3e58a57f986e64e7826ffd94aa2ad03323 0.06 MB 138 54
287,153 287,153 00000000000000008521f232a91ee90c99bf079a48b963ad505c068979144caa 0.02 MB 35 44
287,152 287,152 000000000000000110976d9d4ab3a67dca8e6da25fd92c956bc354b35b1c7778 0.10 MB 162 22
Previous 10 blocks ↓
Total Size: 768.97 GB

Node Information

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