Memory Pool Memory Pool Refreshing

87,124 transactions
25.91 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
866,777 000000000000000000030ecd0000000000000000000000000000000000000000 1.00 vMB 6,308 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 866,776 (187 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
866,589 866,589 000000000000000000011ba094cdfe1ef61a7fce8db4b4872993f636b16e4dfb 1.57 MB 4,616 11
866,588 866,588 0000000000000000000199d654df12c045cb0cb9967ee71f286021adaac76758 1.82 MB 4,795 4
866,587 866,587 000000000000000000019bc95aae75f82231f7a273f4ac8c00e56fcb7d4d8ef6 1.49 MB 6,332 7
866,586 866,586 00000000000000000000dfdacaa03d5fd4371c7c3a701b334a63277be1636102 1.54 MB 4,363 11
866,585 866,585 00000000000000000002d542a42d42a36391be011d52ab182d8fda412555474c 1.74 MB 5,779 4
866,584 866,584 000000000000000000006bc6b05711f10caa17a20be49f0a06067af582722543 1.58 MB 4,591 4
866,583 866,583 000000000000000000016882c12d794fec3fab9eee7464c16f20ab4344ed5404 1.44 MB 3,921 6
866,582 866,582 000000000000000000015e07044014a2e0fd409c5534a5f497504dfd7277e046 1.49 MB 4,259 10
866,581 866,581 00000000000000000002e4f6a7777f53b2fc52814ca5dab86f6378cc399b8f64 1.57 MB 6,114 4
866,580 866,580 0000000000000000000223214d58fd70a0c46bf757c778fb9af7928506b6d618 1.58 MB 4,917 4
866,579 866,579 00000000000000000002a04b908be7618036cf15410b3d40478af4b7026b2756 0.00 MB 1 0
866,578 866,578 00000000000000000002e7b2c92aa23ab0f620111d30a2eb84c543e25a64fce5 1.49 MB 6,046 7
866,577 866,577 000000000000000000006836b075ea7f762ac27ba0f9e31704ab8ab128132ab8 1.48 MB 6,027 9
866,576 866,576 0000000000000000000112584324f324250a77655cd36b8a8f80388d6450b43e 1.43 MB 5,732 11
866,575 866,575 0000000000000000000169d3c170b5137b4fd7018ab583c5349e620215ff6d35 1.83 MB 5,973 2
866,574 866,574 0000000000000000000273352c4b3924de73c38faebe71f12698ed442aed046f 1.59 MB 4,595 3
866,573 866,573 00000000000000000001a97177053f2a2a58f216ef16cbf3ca4f1b0b9f350dee 1.54 MB 5,408 5
866,572 866,572 000000000000000000016e9131b998b7928c8c85d2af58572fc8001599c987d8 1.51 MB 5,727 8
866,571 866,571 00000000000000000000d8a6455b4d0b5de1a058a3188abe72c55c529ec16477 1.60 MB 3,899 7
866,570 866,570 00000000000000000001e7301d1312d45b61d867ab8da5a7003af6708e2bdddf 1.57 MB 3,931 5
866,569 866,569 000000000000000000028009c008a7dc62d57754f156d2aabc1d59821c6b532f 1.57 MB 3,862 10
Previous 10 blocks ↓
Total Size: 693.19 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: 1,868.71 GB sent, 166.30 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.