Memory Pool Memory Pool Refreshing

51,140 transactions
20.51 vMB
Show Random Selection Loading Transactions
Max Size: 128/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,157 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 3,576 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,156 (43,581 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
828,575 828,575 0000000000000000000268358721568565da476fdf07250d18ee210bc2f874c0 1.55 MB 3,226 57
828,574 828,574 0000000000000000000254e18443b55b9bd7ad6c3aeb41de88407790dfb103c0 1.66 MB 2,038 32
828,573 828,573 0000000000000000000353ce091a7f9eea71f8842456a2bf68d5efc68573bf4f 1.56 MB 3,433 48
828,572 828,572 000000000000000000029f68259de1366d2201dd05b3aea8b071eec6dbae728c 1.38 MB 1,823 34
828,571 828,571 00000000000000000001493dc442d57c60a1f108ff0bfec8023c34974b2817e2 1.06 MB 437 24
828,570 828,570 00000000000000000002e557c42b34718e81a109e4f01335e49cf302fd147fc4 2.11 MB 3,070 34
828,569 828,569 00000000000000000001e38c4794831d61e731d22028c20c8591b398b5f72b25 1.57 MB 2,536 34
828,568 828,568 00000000000000000001fba9d96359841e5c8961663096d7e7c03f0ad7a62d42 1.53 MB 3,407 54
828,567 828,567 000000000000000000002650dc65e53c3142fa7b56d0c0be4c2bb04bb5dbd2e7 1.67 MB 3,386 26
828,566 828,566 00000000000000000000614a4b1fc404f15337e4cd6fb7682111f74784682dc6 1.48 MB 1,239 27
828,565 828,565 000000000000000000034affca0e2838daff4ecfa8250f3b5f5e60d5981b08ee 1.58 MB 3,005 53
828,564 828,564 00000000000000000000f2c591d3c3cb8927b26591da775a9ae7ee484a7853b2 1.85 MB 3,495 38
828,563 828,563 000000000000000000013d9962e88e52d5a12f95d4d03706825be8b303f707be 1.65 MB 3,884 56
828,562 828,562 000000000000000000000bd783bce3063b7f8764f6ef7218459cdbb878dbbe4e 1.88 MB 2,258 30
828,561 828,561 0000000000000000000281b966d47ab7d55dada6ad692744ee4a9c2ca85d3ef7 1.65 MB 3,249 37
828,560 828,560 0000000000000000000307db206d9a315163c390d0854d0cfadfd54072529d95 1.58 MB 3,419 48
828,559 828,559 00000000000000000002abdb50b65ee0b1da3147a9ec498239a69d958b7117a6 1.77 MB 3,927 47
828,558 828,558 000000000000000000010cb7fc1382a8e98a6b2df955a314921f76a9c67479d9 1.89 MB 4,993 76
828,557 828,557 000000000000000000002598d24a332a19f846a7fd79be87ab66df5d3894a4a0 1.80 MB 4,750 68
828,556 828,556 00000000000000000001fb3924ee3e390792cc7b7312d3d704cd22ddbb254724 1.89 MB 5,359 83
828,555 828,555 00000000000000000001fd1842b4e86248d6a7d4a3201219380e09b1c8724984 1.52 MB 3,216 69
Previous 10 blocks ↓
Total Size: 703.49 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,594.34 GB sent, 234.67 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.