Memory Pool Memory Pool Refreshing

92,530 transactions
33.31 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
866,701 000000000000000000030ecd0000000000000000000000000000000000000000 1.00 vMB 6,978 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 866,700 (119 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
866,568 866,568 000000000000000000001efc02ed0d313edefca04fb56117a53f48a88dda28e5 1.48 MB 3,750 11
866,567 866,567 0000000000000000000109d445a97e9906e76a09314978e968fd1a83b0b92d99 1.48 MB 3,976 9
866,566 866,566 000000000000000000010eb16612c967a52f942b1c7d64ce4c44115b9f952471 1.49 MB 4,425 16
866,565 866,565 00000000000000000001128852e57186eaff6bb906e371cd866920359aba23fa 1.60 MB 4,788 14
866,564 866,564 00000000000000000001ee2763cbb23a0a61227cf17d4a3e2f6a53e6c069a953 1.52 MB 6,817 22
866,563 866,563 0000000000000000000067cecc38fe877348513743bc995c2edcc9a2d731c977 1.48 MB 6,665 21
866,562 866,562 00000000000000000000c44eb9b05222805787ca6ba7e2106344ccf3b5b78c56 1.50 MB 6,564 22
866,561 866,561 00000000000000000002840cf8270ff686263de2e8c360c5fb2fd557dafa4eda 1.49 MB 6,926 26
Previous 10 blocks ↓
Total Size: 693.05 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 1,862.65 GB sent, 164.95 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.