Memory Pool Memory Pool Refreshing

1,433 transactions
5.75 vMB
Show Random Selection Loading Transactions
Max Size: 24/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
908,262 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,337 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,261 (896,874 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
11,387 11,387 00000000d295593043cb74f4a626a97a075110d3d2a443db703c6cfb5d94554a 0.00 MB 1 0
11,386 11,386 00000000e1cd3f17d5abd514d089cc63045ded387e57ad2f3fce47452febf27d 0.00 MB 1 0
11,385 11,385 00000000a0b2dfeb264c098cc57785363ad1b61aa15a980098c98e48abd6d5ec 0.00 MB 1 0
11,384 11,384 00000000d2285ca4ec69be3baa81a70cf59f527b8b53e679d00237ea6f801dd5 0.00 MB 1 0
11,383 11,383 00000000c4258b79d32c6904fb84d57a3540ea902573fcd390c0c6c0c0d8d79d 0.00 MB 1 0
11,382 11,382 00000000ac6e380691051bdf1f7a9ee9d48fc47a2757bd46526a18ba1479bade 0.00 MB 1 0
11,381 11,381 000000004c3198c4cba69ee5fd34cc3f0abeb1d3c528cf83a2d9cdabe0fa21be 0.00 MB 1 0
11,380 11,380 00000000fe2e92c39ccfb75a3a91604ac9cf8aa81d25269ea6b224641e0a8ff7 0.00 MB 1 0
11,379 11,379 00000000433634e8240afad08224222101efff2d7d8ba51c13daf42d364c900c 0.00 MB 1 0
11,378 11,378 0000000051a0f997fab8c3850222c2f244c02d8c12ef19cd893af06dbdb51ae8 0.00 MB 1 0
11,377 11,377 0000000077798e8a96e859d55ce25915c6d923db75909f7734392037e99efa33 0.00 MB 1 0
11,376 11,376 00000000078db697f5c26171b38dc6c44e7c6bf98d833f220da93a8d2c4c15e5 0.00 MB 1 0
11,375 11,375 000000001c26a5d89065816f64eb08147ad415bf125061e985b6a53e8ffbb1f9 0.00 MB 1 0
11,374 11,374 0000000088f293008f3f20197f6affacc3438ed19020ed5f6ab7ca6a9cd8b711 0.00 MB 1 0
11,373 11,373 00000000c3e87ba82a5ae8cd79572be9f9496117709838f0a0283682454ec554 0.00 MB 1 0
11,372 11,372 00000000c7a4c6fad052f155b746931d49a83dc7bfae5874a53f4519eac91106 0.00 MB 1 0
11,371 11,371 00000000d75db25e12ddcbe17544b9a5a177f9cf97dd1c99fe9e3f15dba9e7c2 0.00 MB 1 0
11,370 11,370 00000000bb3db77265697180c24ad75dfa77e46923a2f83e0512a5b658891cb3 0.00 MB 1 0
11,369 11,369 000000008d51d1659d7164e740ce0db1f92da201bead01098f29aa27af8914e6 0.00 MB 1 0
11,368 11,368 000000007d2f467e31e32da1830d8336f948f6a763d27ea0757d449c1a38e81b 0.00 MB 1 0
11,367 11,367 000000005f707a121d50b3c6fe84b7dcc290de2e98722bbd977724a61165b8df 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.09 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,691.33 GB sent, 98.08 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.