Memory Pool Memory Pool Refreshing

36,194 transactions
33.03 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,558 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,228 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,557 (54,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
808,627 808,627 00000000000000000004c3f9838e87079ce748e9d9e749546c0885b712df76e4 1.39 MB 2,789 35
808,626 808,626 00000000000000000002859723c5228ca6d8d3ded7cbf9625b20e3e9e9a624df 1.62 MB 3,503 44
808,625 808,625 0000000000000000000210018c7e541caa3c9536e9d7b0f84a3aec5060860408 1.53 MB 3,028 60
808,624 808,624 00000000000000000001544dd0ca3966389c7022d7c52b11d3faf8b8c5cc7452 1.58 MB 3,509 39
808,623 808,623 0000000000000000000070f40a4691a86f7fbd50be157b7cd5df305a0f117a98 1.61 MB 3,227 35
808,622 808,622 0000000000000000000326ec5e70e723963de2067172d8eff6e39f510253deb6 1.57 MB 4,298 38
808,621 808,621 0000000000000000000328b82f626f9269d8e925168baea06c2c775979889564 1.58 MB 4,026 44
808,620 808,620 00000000000000000004763c567d50aaa782e94603e605546865e4d40d942775 1.58 MB 4,091 46
808,619 808,619 000000000000000000027f5d2b0177aa59e2625185bd207a7e110cc459724869 1.58 MB 4,718 44
808,618 808,618 00000000000000000000243700263b7e59f34d95e3b6633db25779e8e065fe2b 1.56 MB 4,140 39
808,617 808,617 0000000000000000000265dc0f20894b23221c52ac3db8fb8b78f8cdf44186a6 1.73 MB 2,062 28
808,616 808,616 00000000000000000002b54af0b9faf6c4c3456ab9807fd6e602a74494ecd517 1.48 MB 2,050 27
808,615 808,615 0000000000000000000400b6314be16aeb17148e551a0f42a9def291177f83fe 1.45 MB 2,796 31
808,614 808,614 00000000000000000004e328300a864d188afd9682c3fcf8519c24b2d840c4de 1.59 MB 3,839 35
808,613 808,613 00000000000000000001e2f7ab9f672880158743177908794dd33eaa2dfd17f1 1.59 MB 5,238 42
808,612 808,612 000000000000000000040c8dac60c51cee6c40c31ac8ccf90fefc63ef393b16c 1.59 MB 5,265 49
808,611 808,611 000000000000000000004f8c38c827ea255fa1cead747b09e4012b23664e7781 1.56 MB 4,822 40
808,610 808,610 00000000000000000003a06e13926a052457cd849422695f33d590d6fb656ed5 1.66 MB 5,081 45
808,609 808,609 00000000000000000000d33927e7d04a83755c48d11203ca1cf4301e481e2922 1.62 MB 4,443 40
808,608 808,608 00000000000000000000dbc1e559952d2138793f71542fa6bd322aaff664033f 1.57 MB 4,321 41
808,607 808,607 000000000000000000015d5ff07c82256a6cd44b1ae9e9db73ebded3f6df46ef 1.62 MB 3,926 43
Previous 10 blocks ↓
Total Size: 687.18 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,509.43 GB sent, 120.02 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.