Memory Pool Memory Pool Refreshing

66,837 transactions
35.47 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,744 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 3,643 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,743 (360,111 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
512,632 512,632 0000000000000000000be7f1b24fa7dd04eab7cecc2a15aca442906877a51a31 1.09 MB 1,200 6
512,631 512,631 0000000000000000002bae5eb4d6077337aaa624d744b7ef7a4af4756cd495f6 1.11 MB 2,509 40
512,630 512,630 00000000000000000025843b245fc7e60cda15a58f7c801ea16f19ba35130052 0.56 MB 1,364 39
512,629 512,629 0000000000000000003707c4448e5bfa732de34bd53f0b5b2d3a1ff41a41dabf 1.00 MB 324 3
512,628 512,628 0000000000000000001bbf171cb13fe1a4e622d0c04d3eabd3ce76f2ddcffdb1 1.04 MB 586 8
512,627 512,627 0000000000000000003939cc02a82fb135c35af84f0ad016c2b06de97af2e02f 1.02 MB 524 11
512,626 512,626 00000000000000000032e35190efef291bf7828c44027c67a030fbc483fc624e 1.01 MB 128 1
512,625 512,625 0000000000000000000f5bda1f7aa355252030aea8b3fb418f986fe1de9f47c5 1.14 MB 2,626 29
512,624 512,624 0000000000000000004edf56cbcf5e7ac7336800c8c6d91f7686abac23faddac 1.14 MB 380 4
512,623 512,623 00000000000000000000aa128dfd9c118d8daa58cc9a187e3b924c021d4313ac 1.02 MB 166 2
512,622 512,622 00000000000000000038a5b044f3db9bc68a663778b63c049e7d21717b71ef9f 1.13 MB 2,156 32
512,621 512,621 0000000000000000002f6b01b191b75952cfbc67c9111c79a6ab3b0e9647215e 1.04 MB 218 3
512,620 512,620 000000000000000000100ca0175530705cb6e6c40f92d127b0e03838add49967 1.01 MB 130 2
512,619 512,619 0000000000000000001d179ee13f6d7efccfb070d040e061485de86df68bec90 1.10 MB 1,481 16
512,618 512,618 0000000000000000002e941307747171f5446f99f353a2477dac40ca9ff33b1c 0.60 MB 1,630 40
512,617 512,617 00000000000000000048882d915be836976e001b7113184a2808f2f826e7521c 1.10 MB 1,689 25
512,616 512,616 0000000000000000001c4d6e0c4e757828fbd5b9dbaa3773a9f2641115764429 1.05 MB 883 10
512,615 512,615 0000000000000000004d17470c2cb26a6f12cf3bca851b654ff8ee57b6c483d8 1.15 MB 2,473 29
512,614 512,614 0000000000000000000074578eada69a12eba816631bd71701c90983d27af3b5 0.45 MB 1,086 43
512,613 512,613 00000000000000000051dd2da9237cf77b5a8f3c6376365ccb2db08f8b3132f9 1.07 MB 1,135 13
512,612 512,612 0000000000000000002fdfd9da3f1bc394509b4cdf87bdb44f7860010073eeb5 1.11 MB 1,807 31
Previous 10 blocks ↓
Total Size: 704.59 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,655.03 GB sent, 241.78 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.