Memory Pool Memory Pool Refreshing

771 transactions
0.22 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
907,794 00000000000000000002349e0000000000000000000000000000000000000000 0.22 vMB 758 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,793 (89,436 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
818,357 818,357 00000000000000000001190f43900831f296051e719d6a24bcc8e1982e2992e1 1.77 MB 2,688 56
818,356 818,356 00000000000000000004586665f42af40b2a02a24bfb69931813c28e6e79fb89 1.70 MB 3,736 49
818,355 818,355 000000000000000000025f9444f91fa12117570c73a3aadbe33b4d448be2a90a 1.85 MB 4,342 58
818,354 818,354 000000000000000000011d00b765724a680d22c2ef6b6dc3605a82d38e725ba7 2.02 MB 4,779 63
818,353 818,353 00000000000000000002725ead26cd5f9154b190f8a7fb653bbc96b481d989a3 1.84 MB 3,973 60
818,352 818,352 00000000000000000001931aeeb208a753611840d7667712ac8577bebebc4ee2 1.84 MB 3,986 63
818,351 818,351 00000000000000000000402abd986fb7b2f4c0818438d9b25d683eeda12e98e6 1.91 MB 4,117 68
818,350 818,350 000000000000000000024d510723e9a03abd0ab66d6ab3f0e019cdf31c769053 1.90 MB 4,260 66
818,349 818,349 0000000000000000000185890bc465e2ae786effdcc38e711a635f1e669f2306 1.67 MB 3,371 66
818,348 818,348 000000000000000000033acad0d1031278307c606361d1c829dc74174ea1a80c 1.59 MB 3,203 68
818,347 818,347 000000000000000000010cb320bf500d1efb189e791992d51d86555dbfd72c26 1.86 MB 3,432 105
818,346 818,346 00000000000000000004239b12616e3aa2d5abd61aeb4bcf8aa0f83508c1a55c 1.77 MB 2,785 90
818,345 818,345 00000000000000000000b38393c45221dd46f441ff303eaca4700f16203be600 1.82 MB 4,021 60
818,344 818,344 00000000000000000001c80552d15cea16f99c060bf6bd080cd06a06e8dd287d 1.73 MB 3,617 73
818,343 818,343 000000000000000000045535c0784a1ff49bbd44e4b5a5794ee0e6a8dadd1aa9 1.80 MB 3,097 75
818,342 818,342 00000000000000000001d5dae998543c50d40c0cc7ac3fd4257e7224762e50dc 1.73 MB 3,476 63
818,341 818,341 000000000000000000040d16c6ae962197efe97d5e1b544a6166d78803b55162 1.73 MB 4,286 40
818,340 818,340 0000000000000000000396630105e1d42ee79cd9c44e96b94c79ae5e857643ca 2.00 MB 6,134 42
818,339 818,339 0000000000000000000145d2e7c1ce33d22e2a153abae58d4aee6826ff426b18 1.71 MB 4,135 42
818,338 818,338 000000000000000000012c8c6560852be40c6473bf3ba26298e771920ff17ffd 1.73 MB 4,317 49
818,337 818,337 00000000000000000002dd4adc35c4eeeac9eba353dfe3a4ba8002494169d92a 1.67 MB 3,829 51
Previous 10 blocks ↓
Total Size: 769.15 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,632.65 GB sent, 93.64 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.