Memory Pool Memory Pool Refreshing

7,469 transactions
2.56 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,521 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (367,525 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
540,172 540,172 00000000000000000028b1ad245411f1a0bf409f753f1cde14dd6ebf5b90d56a 1.22 MB 2,061 34
540,171 540,171 0000000000000000000c0d2e1fe92b33e6d227a569beb40620d49ffc98ffe7e9 1.21 MB 1,885 12
540,170 540,170 0000000000000000000d0f4994cf6138ffd4a8df14e6ab6a84001d8c025adef9 1.22 MB 2,032 39
540,169 540,169 0000000000000000000c12279fce298cc79dc64ca858a6597a6bc0f0ed85917a 1.25 MB 2,073 18
540,168 540,168 00000000000000000021993abf96bd21cf1879fdf48423a0579cce3339981b0f 1.21 MB 2,538 58
540,167 540,167 000000000000000000170b3da1e60f139c603e659b378753023c96c275169eea 0.68 MB 1,346 2
540,166 540,166 000000000000000000027852a5105eb4a7735f2c08c9e9f40bd6b3c3020afe86 1.04 MB 2,038 3
540,165 540,165 0000000000000000000a02514aa087f0ed4812dbd33bae959a911a9938571cc8 1.15 MB 2,354 9
540,164 540,164 000000000000000000283eba916b96652743f45281614fc1158a2cf69dc3a7c1 1.23 MB 2,468 13
540,163 540,163 0000000000000000000ff632b149f97298e269d95bb37e29d6627fd6743ea378 1.16 MB 2,016 40
540,162 540,162 00000000000000000018c128c93f11a2da19820ac111a3b1ff78669ef2238369 1.24 MB 2,458 38
540,161 540,161 00000000000000000014b133b3ca0dc97754cdbd82d5b7a43fe357aff7d76dbb 1.25 MB 2,470 25
540,160 540,160 0000000000000000000a0abdf98a8d03911ebfe0bb8d48076331e4e4025f600c 1.23 MB 2,755 65
540,159 540,159 000000000000000000299a27b3aedc16db07780cf4336ece4252b0b523107caf 1.37 MB 1,938 39
540,158 540,158 00000000000000000015a28885aadaecca9114341649ae9d19e505012d2972ed 1.33 MB 1,712 20
540,157 540,157 0000000000000000000914948b096336c30e3db58cd0f64a5872a7e3d64568df 1.21 MB 2,875 53
540,156 540,156 00000000000000000017ea14c65a1b8e90366196ada2c42c0efc1feef83c7817 0.63 MB 1,483 26
540,155 540,155 00000000000000000023d43b708a83f780eaaea3f801f40cdbddc190ba7e4f42 0.46 MB 856 37
540,154 540,154 0000000000000000002944bae6b013d3fdf59cad5331cf6270fec6f245782f27 0.89 MB 1,997 20
540,153 540,153 00000000000000000005d3736e0d19b477348a008ef9e4b6c31405b2356bffcd 1.28 MB 2,499 32
540,152 540,152 000000000000000000254a89f73c23a7fa0404cf39e5ff3e2e43a11d5474fa3b 0.18 MB 395 32
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.