Memory Pool Memory Pool Refreshing

35,710 transactions
29.28 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,297 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 6,351 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,296 (40,220 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
823,076 823,076 00000000000000000002eb68ad21ede61d5ed1213711c19aeb2d2e6e8f318ce1 1.95 MB 5,063 107
823,075 823,075 000000000000000000000fb12bc7758fa2ddf7b7d1bc04249a23c0e0b07ae5a2 1.52 MB 2,853 93
823,074 823,074 00000000000000000000ac20f25a841b229eeff5c062bce823d118ad4f2a79d6 1.66 MB 4,909 100
823,073 823,073 0000000000000000000267ca18a34d8008f6c4253eabfa543faab61af80a0187 1.80 MB 4,708 124
823,072 823,072 000000000000000000005882bda71b3a43073227d5637b24ecc9c9e013e6cbf6 1.66 MB 4,330 137
823,071 823,071 000000000000000000019fd6beb553e207fa1547563f681d1d2ddcf272ee8368 1.69 MB 3,996 132
823,070 823,070 000000000000000000018e097465930ff04f7c182892569e43fa463472697cb6 1.86 MB 5,224 121
823,069 823,069 00000000000000000002f4165de51f8d2e6aea96f2ab76a6dd7d300b899d63f4 1.67 MB 4,071 123
823,068 823,068 0000000000000000000236356b2f63abd083b48493933a089c6205737a2f9360 1.63 MB 4,247 143
823,067 823,067 00000000000000000000fb33384d978d250de2bc145d7da163e6242a84d0bfff 1.69 MB 4,422 154
823,066 823,066 0000000000000000000374d5b64ccd671427d755bfe59c49c941148035bf84a5 1.69 MB 4,177 136
823,065 823,065 000000000000000000026b405e2d2106fbcbcd20660a77e3d0c4f58e6e649348 1.77 MB 4,610 130
823,064 823,064 00000000000000000002eca910b910e3a38c8d35472695a1f76c1f8ac9237a2e 1.73 MB 3,816 136
823,063 823,063 000000000000000000025d25a560f3ecb75ebd0b760361cf2f359adeb54415d0 1.67 MB 3,158 156
823,062 823,062 00000000000000000001d05e61d7023045279380b04a695342f92a3bd7999208 1.79 MB 3,341 130
823,061 823,061 00000000000000000002a3e3a2a16edc5779f1d21f499cffe46992c24c0a105d 1.74 MB 4,246 164
823,060 823,060 00000000000000000001ca45305ff14c858d902fa376ac7636158c5f07adcee1 1.56 MB 2,895 164
823,059 823,059 00000000000000000000137581de97df0a5ce066ada38337c663ff5cca3143da 1.62 MB 3,324 174
823,058 823,058 00000000000000000003606e22c5509006e66c00abc1315ea9687220ddf7f246 1.64 MB 3,313 177
823,057 823,057 000000000000000000011c3570c0a53d355489668ad55cd7a1e97528fdac281c 1.61 MB 3,111 180
823,056 823,056 00000000000000000001f8ab56292624da213d182368100b9ad4c5779b5c901f 1.49 MB 2,939 201
Previous 10 blocks ↓
Total Size: 686.68 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,486.33 GB sent, 116.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.