Memory Pool Memory Pool Refreshing

8,227 transactions
2.56 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,863 (744,632 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
163,231 163,231 0000000000000899bf148ef9b9283cbd9239cc32fa5cb2545baff84a92b4ec86 0.00 MB 10 0
163,230 163,230 000000000000032d219a1992d93bee77502fed90b113dd8d0bdf7557524f9977 0.00 MB 12 356
163,229 163,229 0000000000000cbac53e5c43ecb2acba4d56a7b747f141c3b3a819d9af9d249f 0.00 MB 14 28
163,228 163,228 00000000000005bd58af5a01fdcae0743b33cdd1cf08d87ae61cd903170edde2 0.03 MB 81 141
163,227 163,227 00000000000005078d33f1357cad32e106592743b351d898478d659158b888d1 0.00 MB 8 16
163,226 163,226 0000000000000c6751533d3e30e2e5b61a2630856fa25eaeab844cf904a00a5b 0.01 MB 29 236
163,225 163,225 00000000000006ce4d139f5019593729287c90f7f609df80dcd1c4c13d659c2b 0.00 MB 6 0
163,224 163,224 0000000000000c35f6ea08d7c83bbb189dca7b14f41db2125d3b5fa5d251e8b7 0.00 MB 1 0
163,223 163,223 00000000000001196c1f54816848f154e42484f434e4750926917151455f89a0 0.02 MB 55 160
163,222 163,222 00000000000000c9a300c535f48c34c82dfd6b2a15415091f64e2db327fd19f5 0.02 MB 46 160
163,221 163,221 00000000000006aa07280aa193780341c6b7b89202489a62f0b713dc168a7586 0.05 MB 92 165
163,220 163,220 000000000000032e48f05441dc7d6bb694b7b86d23978dec311e814b7e8a4e4b 0.05 MB 90 73
163,219 163,219 0000000000000c92c4b2945deb1dac23accf1275a8adb121c92d3d8f2f6dae3d 0.01 MB 25 127
163,218 163,218 0000000000000147135b9d93fc5a707dea89f78a6a05bd92cddd02cdbb38f128 0.00 MB 6 891
163,217 163,217 0000000000000516678b05294327362007eaae54393929bfb58d81566521300e 0.00 MB 17 23
163,216 163,216 00000000000006e149a0f7965250117275ed9dc48ebf5957364a88345de83d0d 0.05 MB 129 128
163,215 163,215 000000000000054d851c4e9fd01175c323b0816f77fcac9061a3eb954cab55bc 0.01 MB 9 68
163,214 163,214 00000000000000c5994feb4575f58309c87becc450ea720e96a782c1cf33dfa1 0.00 MB 1 0
163,213 163,213 000000000000054180bd244f0198558ee914671b256614684e6d7564bd93b9c2 0.03 MB 56 79
163,212 163,212 0000000000000a7a367b39a2b93931cad9d75c9228ec5de8691d5a0e2e5ace59 0.00 MB 4 129
163,211 163,211 0000000000000d3b1ff6e5b64b79c177801427a24ef558e74675f32a306e6a70 0.02 MB 48 150
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.35 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.