Memory Pool Memory Pool Refreshing

48,912 transactions
24.72 vMB
Show Random Selection Loading Transactions
Max Size: 145/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,157 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,664 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,156 (398,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
471,086 471,086 000000000000000000959a34e1fc60a9c9a3f329fd023b193f4aa08d33cae1bb 0.99 MB 2,198 281
471,085 471,085 0000000000000000017747fd7f668b294e01637628712891f3c926efcdc5f994 1.00 MB 2,223 309
471,084 471,084 000000000000000000684c6e8ba11e14999b4920eefd310c033a2948d153deed 1.00 MB 1,607 392
471,083 471,083 00000000000000000105c184cf274a1978a7d185d296d5e5024f0b58a40f045d 1.00 MB 1,267 363
471,082 471,082 0000000000000000000b8b54b75c4b9ce82052102f19de28b544cfcf3bb8fdca 1.00 MB 2,516 415
471,081 471,081 00000000000000000075d2c4f1c51cf27ec9b3edd1c0f077d0e302eb3669db4e 1.00 MB 2,500 407
471,080 471,080 0000000000000000000149f899587ac919f9819c1b3d160836d640f0fbb15a4e 1.00 MB 1,685 259
471,079 471,079 000000000000000000ea9cf76d769b1d9c56ab538fce54d91c7c5d7862ec1d15 1.00 MB 2,036 393
471,078 471,078 0000000000000000007b85d5b6c92fb861c50dafa8e00b8db4ce116dbaba6371 1.00 MB 1,009 194
471,077 471,077 0000000000000000005e8969054d74bfcbef93dcd17be6e29723a0635075a546 1.00 MB 2,221 394
471,076 471,076 0000000000000000018dc9c396e7ac38595c423079c3c36fe8ac9713a3bcf830 1.00 MB 1,524 289
471,075 471,075 000000000000000000ba3801961597053f329de3dc4837a7833ac0a308d3bb50 1.00 MB 2,360 384
471,074 471,074 0000000000000000019499c6a16c4687350fb2f3a194a52537b664c311b13904 1.00 MB 2,004 248
471,073 471,073 00000000000000000100ee8709d9997553f154f19cb388cd0296ebf319e97866 0.99 MB 2,316 238
471,072 471,072 000000000000000001184a6c102251f4b8c08f99ef73dc0c34a05c2332917958 1.00 MB 2,299 186
471,071 471,071 0000000000000000004e908ae87b55fbe682642ac277b84434800cb468f2080d 1.00 MB 2,538 404
471,070 471,070 0000000000000000000c806cf43049ba72bf2be2ac2b4d5d9346daa07df978df 1.00 MB 2,668 266
471,069 471,069 000000000000000001087dcfe5530dd71fa638ee30f66820fa938f8e236e5b47 0.99 MB 2,429 249
471,068 471,068 0000000000000000001939f392a5380a94d8b57bd2751bddb59f6e792a8053c3 1.00 MB 2,345 377
471,067 471,067 000000000000000000e0f199c42ebebd47ce89ee4b274eb9aec085409d2b8216 0.99 MB 2,413 354
471,066 471,066 000000000000000001981bcbdffa9024a86d748f940e2722d2279a0f01c1f48d 1.00 MB 1,476 269
Previous 10 blocks ↓
Total Size: 697.86 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,062.81 GB sent, 196.99 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.