Memory Pool Memory Pool Refreshing

51,710 transactions
20.79 vMB
Show Random Selection Loading Transactions
Max Size: 122/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,401 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,519 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,400 (7,351 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
863,036 863,036 00000000000000000002b40b4a91ac617116d64a0f0eaa43fa96722572d1dec5 1.75 MB 4,762 2
863,035 863,035 00000000000000000000c7b1a582ef0c5f1b5174df6d30d37d88cb07fce166bf 1.60 MB 4,841 2
863,034 863,034 000000000000000000005616a10769687c260875a59718c8b917b775b67f3a36 1.66 MB 3,189 6
863,033 863,033 00000000000000000002dde69ad818b0d821f2cf20b46f538e0946e090e7c86b 1.41 MB 3,275 6
863,032 863,032 00000000000000000000286ffb2168a1904cc9aed72607da8cfbd2cfd5e51d77 1.57 MB 3,714 4
863,031 863,031 0000000000000000000019d54cad0eb74e96785633582d8273b57f11683ce593 1.69 MB 2,534 10
863,030 863,030 0000000000000000000315b7a619e11ac691a6704cb158c5735522c8228abb71 1.76 MB 3,820 3
863,029 863,029 0000000000000000000304afc2f86555db8d315c31f1d222ff59d6ca8ed848f4 1.56 MB 4,744 4
Previous 10 blocks ↓
Total Size: 700.20 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,271.59 GB sent, 211.63 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.