Memory Pool Memory Pool Refreshing

1,701 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,549 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,695 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,548 (830,376 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
78,172 78,172 00000000005594286421cf02cf50e67c4d68659f27cbfb75c3ff83999b889b5a 0.00 MB 1 0
78,171 78,171 000000000059724f71ca81aa152db70aadf1f37f49d89d84245a4bb680732552 0.00 MB 3 0
78,170 78,170 000000000020cbdff7e961f53b200f9050c277b694ec3ed9e22c376fe3fc73fa 0.00 MB 3 0
78,169 78,169 00000000002b7b730610bfd07f934da0a08b741fe1d269c29366dae334be17a5 0.00 MB 2 0
78,168 78,168 00000000000ffe1483c0b00e4e97d928408b1718a9098c898b2c74d2d4be555f 0.00 MB 1 0
78,167 78,167 000000000026bb76b1c5b911b0b73b358dcec828916bfc2dc2cec8f4e03b5fe9 0.00 MB 1 0
78,166 78,166 00000000000e96f630d9dfd46c33a9e93a27fc01f6cbe5a4c618dd9dc3c45650 0.00 MB 6 0
78,165 78,165 000000000039ebb998ca0d005ddc8cc29686753c4ea856a0ecb7ab49df528e11 0.00 MB 2 0
78,164 78,164 00000000001e7fa25970b954339ccf2054b0a2eab972faa2ac6f1fc1a1d526e9 0.00 MB 2 0
78,163 78,163 00000000005ae2c16881e37e0d5b6aef3fc6c94c16018adba12b10c86101bddb 0.00 MB 1 0
78,162 78,162 000000000055f7103c2e5a50752faa426562dbd031493081d81c3e6dd1fdd5d9 0.00 MB 3 0
78,161 78,161 00000000006608a24783340cc21000db93ac5d6c834c0875c0b30fe30e8fba9f 0.00 MB 1 0
78,160 78,160 000000000029a5add781ea16bcf88847bcfe6d7cd79385a418cd55f10688c4e5 0.00 MB 1 0
78,159 78,159 0000000000412eb42a7e1276be8ca66eae3b09f2a6ae87e02a84b233cf15418c 0.00 MB 4 0
78,158 78,158 000000000017cfb55489f592aa91d7c2948be8206b4a086fb79d1ca3a899142f 0.00 MB 3 0
78,157 78,157 000000000002e3d1e8affe64043c56cebd5d3b52becf141d49414082aa3472f3 0.00 MB 10 0
78,156 78,156 00000000000f560938a801e123f4307c734c3952b052eb43fdf3cc54b206c9fc 0.00 MB 1 0
78,155 78,155 00000000001b1897a926e3e76846183c51eb53af2d8462dfa669ac92908c7b93 0.00 MB 1 0
78,154 78,154 00000000001828ce2cd0d9272749aeb779504f860a4b7e9a735101ecbfa06460 0.00 MB 5 0
78,153 78,153 000000000025209aa3989d57066b093a146370492702734129bf0de2ca24b91e 0.00 MB 1 0
78,152 78,152 000000000002699a75cd346307784bc16aba786406e3d6c7191266704b22fca9 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.71 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,843.63 GB sent, 100.53 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.