Memory Pool Memory Pool Refreshing

56,058 transactions
25.76 vMB
Show Random Selection Loading Transactions
Max Size: 156/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,134 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 1,942 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,133 (459 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
868,674 868,674 0000000000000000000284b4f1ec01f041364be0fd9d0d2dc5781f446f56843d 2.69 MB 3,011 2
868,673 868,673 00000000000000000002eefc14bfdd58f4dcd59b8c2a3a8e8cf3c609d7656ebb 2.16 MB 2,755 2
868,672 868,672 000000000000000000002d7aebb112171d9af71db9ab2244fcc4446e7da5b659 1.58 MB 3,872 6
868,671 868,671 00000000000000000000743f66d59891295435241946095b7fb6878ed7a98d6a 1.56 MB 3,516 4
868,670 868,670 000000000000000000028e6007d191bfbe3689d619c9272ceeca6f2ba47df0e7 1.66 MB 5,640 3
868,669 868,669 00000000000000000001c13e79140d41284e5790d6c4c5906929993c7d311e4e 1.67 MB 6,035 2
868,668 868,668 000000000000000000021918a4b439517983c0e3533d1f9d8aebefcba47a969f 1.68 MB 6,987 2
868,667 868,667 00000000000000000000c67f6240053f3e1081c14a8a9afbc8cf2e23b42b691e 1.78 MB 6,186 2
868,666 868,666 00000000000000000000f7dc7d7e4fc7ce3c595f7ab295eea333e187f548b1e7 1.58 MB 5,493 2
868,665 868,665 000000000000000000019c3f09d13d2bcba7956549d01303037779a4ca648390 1.70 MB 3,191 4
868,664 868,664 00000000000000000002bf72f747438b0a69adc217225fa095bc401e23258bfd 0.00 MB 1 0
868,663 868,663 0000000000000000000273978ef55d54b389c3c2976cb7f9c90ed370461e9a97 1.78 MB 1,981 6
868,662 868,662 00000000000000000000189fc5a996d839700c7824f7e3a83900bed2c06ff8ab 1.74 MB 3,779 3
868,661 868,661 00000000000000000000401e3d10dd3afecdad7fcde1a987dcbe95a09049f91a 1.60 MB 2,969 2
868,660 868,660 0000000000000000000037d84056362fd74763f0a9fc0f8ecea9216984a05678 1.79 MB 1,827 4
868,659 868,659 00000000000000000002b7708dbb53c7e4523ed672447fc57b92954a052a31cb 2.00 MB 1,883 6
868,658 868,658 0000000000000000000050e545f9c72069aee773fdc4e23022ad42561b10a858 1.86 MB 1,670 4
868,657 868,657 00000000000000000002b1c19226408d69791e5d78ba77fc2f0ad4b436a04899 1.87 MB 1,720 6
868,656 868,656 000000000000000000006ac5948053bb42496bfd9e470a7598816bb9eb0f7175 1.55 MB 3,654 3
868,655 868,655 000000000000000000003aa734a3798f99cef0db5d6d9427d854a27a13920c0f 1.50 MB 1,925 4
868,654 868,654 000000000000000000002cb75f33b6186e6e00151f821a2d413cf520714bfc4f 1.70 MB 2,080 5
Previous 10 blocks ↓
Total Size: 697.82 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,061.98 GB sent, 196.77 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.