Memory Pool Memory Pool Refreshing

3,328 transactions
1.72 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,737 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,008 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (587,581 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
320,155 320,155 0000000000000000011d8d433569d6c2c19fdef4272a9c7fa328004732ecd89b 0.40 MB 777 27
320,154 320,154 000000000000000000ab4b8128de3ca8974cbbadeb5ba3067abc6fc223fa6195 0.25 MB 470 24
320,153 320,153 00000000000000000a7462ad864468778650d6e6c52ad9e0256cad22db210290 0.41 MB 454 17
320,152 320,152 0000000000000000200ea27d66a3744b0859083d22fc8b20181bd9394230de43 0.07 MB 120 27
320,151 320,151 00000000000000001f151499d344ebf9d000953eb5ad4ee49b4dfe16f98b7e9b 0.63 MB 1,473 32
320,150 320,150 00000000000000002512633daf7e53780b819250e91c96c7be18e2f1c695a18b 0.42 MB 864 30
320,149 320,149 0000000000000000118485db9f390cdc9ca1b7228f39039b3c4c9dd42806f051 0.03 MB 32 40
320,148 320,148 0000000000000000180eddd7a96d19e8734b82411ebc637661aca7db5232be97 0.06 MB 109 22
320,147 320,147 000000000000000018fff38b99d7bdbe955eb57595a97e0dabeda2c4d64f91e5 0.10 MB 172 22
320,146 320,146 000000000000000016fa5b2b24e96e1e53970afae3cab6eee47fbd6eceb70a3e 0.62 MB 1,226 28
320,145 320,145 00000000000000000600feb5e94bddc7d3ae665eddea2bf8ed0ab2975f47d090 0.11 MB 225 35
320,144 320,144 00000000000000001f8933963b43cc1c3b601f3fcc472cc73af2d7d6bd4c4b42 0.07 MB 152 20
320,143 320,143 0000000000000000068521b38759729ab893690ee43015d2b37698a3fb63c1d2 0.58 MB 1,107 28
320,142 320,142 0000000000000000132a324e67e9485bfa60edfadbb85d01fa42323a85fce90a 0.19 MB 269 21
320,141 320,141 00000000000000001283611b0bb401ad469f026c58d6fde4ab63ca0418ee94ae 0.13 MB 246 30
320,140 320,140 000000000000000022579507215a48d0b53981b3db741a0e73524a7b68c4e07c 0.50 MB 737 24
320,139 320,139 00000000000000000d053e45e068b398171641c708110a48eefe3e36c6400649 0.18 MB 512 48
320,138 320,138 0000000000000000168f1778564a76961f5f21b7ddd0e703959b697e9da25e1f 0.01 MB 16 136
320,137 320,137 000000000000000024c4043e71ffd8c3efdad2cee3a39b68e904221c8f53e241 0.05 MB 119 22
320,136 320,136 000000000000000002571521cf5d67f972b6f41b085ec41d9e8f1137d8135ff8 0.19 MB 317 28
320,135 320,135 00000000000000000041ddafbe3ab90b3b5534de4a96f10114ea6b8d292fbecf 0.08 MB 42 6
Previous 10 blocks ↓
Total Size: 769.05 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,627.45 GB sent, 93.12 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.