Memory Pool Memory Pool Refreshing

506 transactions
0.15 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,763 00000000000000000002349e0000000000000000000000000000000000000000 0.14 vMB 482 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,762 (7,376 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,386 900,386 00000000000000000001f93e569b0779b8397f3b1317c6ff6767dd53bb283bc2 1.76 MB 3,726 2
900,385 900,385 000000000000000000021d2e9517db152cebf62cc90e335eb3db81b283d0915a 1.44 MB 1,565 1
900,384 900,384 00000000000000000000d5cc85ccb6bfaa656c9913c5ed3e1092c10a835e977b 1.49 MB 3,397 2
900,383 900,383 000000000000000000003f8df0941a26304266053ae4d722e6d333066210cb03 1.76 MB 2,586 2
900,382 900,382 00000000000000000000eb02b74d658b3e771e1a4bdeb50537077a615d71bdbf 1.70 MB 2,764 2
900,381 900,381 00000000000000000001896b48f02b397e6af7e3527894acdf7575709c94ef03 1.97 MB 3,122 2
900,380 900,380 0000000000000000000163b22e821d5a53e1680316111e09cd32b79978e47cb3 1.62 MB 3,079 1
900,379 900,379 00000000000000000001dcab4b4eb11b54436f2d9f0d9a248ba01a98ecd25c92 1.68 MB 2,705 3
900,378 900,378 00000000000000000000720d58fb0baf5010caa0e318fe4b2b5465224131c517 1.73 MB 3,033 5
900,377 900,377 00000000000000000000ede6528ff05dc53bda7208d06129feec6761f02f090a 1.59 MB 2,619 2
900,376 900,376 00000000000000000001145fc603070ac82b5c81732cc24b7402568d59c36e31 1.65 MB 3,706 4
900,375 900,375 0000000000000000000232b5cc98e055ed185b4d2ce822bdb1b742ab0aef4e67 1.62 MB 2,822 8
900,374 900,374 00000000000000000001365f7c3e30e45b52ffecdc0ee10a9e701960b4329ec4 1.64 MB 4,169 3
900,373 900,373 000000000000000000018db9802f13eff64e545ce1fc9912f64e6b4354daa1e9 1.64 MB 4,074 2
900,372 900,372 0000000000000000000068707e3cba31742d78dc546407fe121dfe8673ea368d 1.63 MB 3,420 5
900,371 900,371 00000000000000000002213ac9bcebb5b63dfea0cd6a6d81b870a642a2966397 1.47 MB 2,949 2
900,370 900,370 0000000000000000000158f99fc3ad2764eec2f662d6f4d413cd2b81ad5f57e8 1.37 MB 2,323 3
900,369 900,369 0000000000000000000098f2fd7e7eff9e32630407477c9c17e1cc8da72452c3 1.50 MB 2,847 2
900,368 900,368 0000000000000000000011c715946b27bb4a2464f97413b13e4bce3c2ec1bfb3 1.54 MB 2,967 4
900,367 900,367 00000000000000000001a2dfcba4df5ab8cdca861ae99238f5b166f0c7b1fbca 1.00 MB 1,944 2
900,366 900,366 000000000000000000015557be30f213213c75185b930618c3847c5424e4b87c 0.59 MB 1,383 2
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.58 GB sent, 93.38 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.