Memory Pool Memory Pool Refreshing

1,223 transactions
0.50 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,764 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 1,223 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,763 (668,529 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
239,234 239,234 0000000000000001d7decec9cfa414e5289f13a6b543beb157cb6ee4417c7e4e 0.02 MB 46 59
239,233 239,233 00000000000000cb78cb67c3c4934c85806eef4818741e6af345ee5d7cb69e94 0.07 MB 125 146
239,232 239,232 0000000000000118addd55a7ef38fb1cdba7fb3dc451c0ceb5fcf97e037a1389 0.03 MB 62 175
239,231 239,231 000000000000008d76f1a452a2c0ad8bb3b9f0165defa7ab7a6a3da335816496 0.10 MB 168 107
239,230 239,230 0000000000000139a097ed62221d0ce8ce91b4c881cf695f87f516ac400e8680 0.25 MB 640 186
239,229 239,229 000000000000010560853f426416e5ead6a2136c1a7a3b3eef0486dea359c731 0.06 MB 103 122
239,228 239,228 000000000000002a4adf410185a8c415d65c04531f3508ba00a842f10842b691 0.13 MB 293 176
239,227 239,227 0000000000000035f88bcbc5a6b0f4b04381ee946ab4efae867bd57dd9333169 0.03 MB 81 125
239,226 239,226 0000000000000082e4ac07c6c51ae230c2a0830f6496a8074614da7fb67874ea 0.09 MB 217 193
239,225 239,225 0000000000000000fb331c5097489104f81c7daf5084b0dfb471fe30712a3da2 0.07 MB 128 61
239,224 239,224 00000000000001011e24410d1630a9fbc1f218108517f0d62f0f583088dce235 0.15 MB 294 162
239,223 239,223 00000000000000b3e4c544ce6fe51537739ef77a548b86bd949c965bf35124ad 0.10 MB 216 164
239,222 239,222 00000000000000ecb1cb5bd526ad27ddd9075f676467d1c9145ce2aa3c3e9efe 0.13 MB 78 51
239,221 239,221 00000000000000005a40c2c043ba4fcb6ae9325cb8cc56dde13e7d15a625fab3 0.08 MB 178 187
239,220 239,220 0000000000000092f448c7630e47584650efa7e27604161c0b5984d603d944ea 0.01 MB 22 102
239,219 239,219 0000000000000022de57de3b370ee85be9cbc4df643aaeb438233492e778e89f 0.16 MB 213 130
239,218 239,218 000000000000014a618af621f2cd9ea10b9782e64bf61354e94eb22ff69b9ef1 0.02 MB 64 121
239,217 239,217 000000000000014d5221dcbb0439cb0e03dd0fb5486dc46e18ed5d3048a56560 0.21 MB 368 145
239,216 239,216 000000000000000099eee5b7414c3281b75bb2f119ed1ec9a6907649dce5b60e 0.13 MB 241 172
239,215 239,215 00000000000000e2cb505eb728024b0f2b3c475c5b7f7d2d32f2a42565989f72 0.05 MB 128 153
239,214 239,214 0000000000000035bc588e3a40ff205c5f2d75243287d34870c691543b4dc414 0.18 MB 434 259
Previous 10 blocks ↓
Total Size: 769.10 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,628.77 GB sent, 93.39 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.