Memory Pool Memory Pool Refreshing

87,500 transactions
33.59 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
870,297 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 5,349 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,296 (7,239 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
863,057 863,057 0000000000000000000233eb6f81ca9d1866a68bee0ea9b6a40d916105c6e3ff 1.46 MB 4,470 6
863,056 863,056 000000000000000000028485f146e8d076a0c4d97f1c0f355f4d842d01ea7b93 1.45 MB 3,433 10
863,055 863,055 00000000000000000002f31cd6777ac7cdf0bb3979d5257eb95c6674aef0ab48 1.67 MB 4,272 5
863,054 863,054 0000000000000000000239479a3d4d07724382646edccad29a37af92b049bf46 1.76 MB 3,620 2
863,053 863,053 0000000000000000000253e31599d5072411cfc1f482eabb0cac3702a9dca566 1.57 MB 5,015 3
863,052 863,052 00000000000000000000c312c7b959bdba7925ede77f6a93b6605c75ba745ad4 1.70 MB 3,129 5
863,051 863,051 00000000000000000002028097df4c453e0d7a3a36691a5d2feb578b820cfaa9 1.75 MB 3,126 4
863,050 863,050 00000000000000000001a9d82d8e3f093a6ba6590f6dd528f3e6040052fdda0d 1.63 MB 4,254 6
863,049 863,049 00000000000000000001b6b25afabcd53a0fbb03c92b16298c5a1d6a042abfc9 1.46 MB 5,239 9
863,048 863,048 0000000000000000000111a6ef3024531c00785a122501ad9e93060d269517f7 1.52 MB 5,206 7
863,047 863,047 000000000000000000026ed8eaf123560a69a0e52f9e773b5b08f2ef463277c3 1.52 MB 5,074 11
863,046 863,046 000000000000000000022f2eb4853fc7e6b80237ff89404f170eb36bf2952efd 1.80 MB 2,641 4
863,045 863,045 0000000000000000000233711e92cf1c463680f208d2e04f660c8c78f2275714 1.61 MB 4,277 6
863,044 863,044 00000000000000000000d11ab90b043046c9442a1eb89c38e6511c2d8d6aa642 1.53 MB 5,419 7
863,043 863,043 00000000000000000002cf3c903a0ec41aa089da4120db75772ff31000e30b5b 1.63 MB 4,232 8
863,042 863,042 000000000000000000017711595b91c11d8d092548fe5b3c81e7597a9e48e14a 1.87 MB 2,402 7
863,041 863,041 000000000000000000018d6b5c7eb685185573b5fc38c41715ee2a84accc321c 1.75 MB 1,957 8
863,040 863,040 000000000000000000017f5750c7511755fb681104133508381862444b73eeb2 1.57 MB 1,461 8
863,039 863,039 000000000000000000008d7e301381e26235b59311729631b621202937e0d8ff 1.78 MB 2,300 11
863,038 863,038 0000000000000000000077dd48b41205c11ce66d1731da32b34790c594252e73 1.55 MB 3,262 6
863,037 863,037 000000000000000000006551cfab1fb83a0013c66277b607934f90082697cacc 2.02 MB 2,588 3
Previous 10 blocks ↓
Total Size: 700.01 GB

Node Information

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