Memory Pool Memory Pool Refreshing

20,114 transactions
28.44 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 863,589 (52,199 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
811,390 811,390 00000000000000000001c17a3e36407b310a3823f11bd0865b7249bbea1c3ec5 2.74 MB 512 3
811,389 811,389 000000000000000000046552979f436028649f1957cb4f1a6ce9bab829d6a07b 1.91 MB 2,407 13
811,388 811,388 000000000000000000045df3359b5a85fc7f4f68367752e83111a8476234fb8c 1.62 MB 2,347 16
811,387 811,387 000000000000000000005f99be79e2ea0c89b73cba9b5836d6741a8000988679 2.18 MB 439 2
811,386 811,386 000000000000000000013b2b08d8509fe6bb58226c7d9b0e1ae5d47e10eaa658 2.18 MB 61 1
811,385 811,385 000000000000000000018716d5580ba667e0942eb8ce83e437be02c96dce560d 1.62 MB 1,691 11
811,384 811,384 00000000000000000004d55d060aa7d93581460a1e1270e9edf0d70833ad3e5b 1.91 MB 931 23
811,383 811,383 0000000000000000000443be9974e08fcb232d956bf0b18f786c7cd30c88376b 2.11 MB 427 24
811,382 811,382 0000000000000000000317583aeb70a09fd9de5ef56866d3980912b708c285e0 2.13 MB 1,032 4
811,381 811,381 00000000000000000004e816f94e3a4bce65b84acb59c736a94ae96b781887f2 1.78 MB 2,292 11
811,380 811,380 00000000000000000000c2cb9601acdced46813804b1160a90f5b66d648b988c 1.70 MB 2,755 9
811,379 811,379 0000000000000000000225bdc45bb767cb1b872e6eb76c104e86afde9fc963e6 1.97 MB 2,429 3
811,378 811,378 00000000000000000004dc0652fe7ab0f7d98799754ce55b0eda91b67800f130 1.43 MB 1,900 11
811,377 811,377 0000000000000000000431dc8dd360035af7996ca598938443561b3255319811 1.55 MB 1,171 14
811,376 811,376 000000000000000000018cd182464ad818a0d05ea6be1b1227eb886d22f68b64 1.96 MB 1,027 21
811,375 811,375 00000000000000000002263fc3c5f30525f25fb2af0c531d0733cd6c79333bfd 1.87 MB 1,771 24
811,374 811,374 0000000000000000000082db97192036f3c18d14234b61b40254faaf48ac0082 1.42 MB 1,785 13
811,373 811,373 000000000000000000008cc269a21b7814174ec0784cd2d8b1338ebe06f5f077 1.37 MB 2,480 22
811,372 811,372 00000000000000000003c55a00ac9ecf95ace9aa920cf68680ee348326840bda 1.45 MB 2,748 27
811,371 811,371 000000000000000000008256d7a6424c09191d7e6bf9b9ccadb4f1dba707fa2a 1.60 MB 1,672 5
811,370 811,370 00000000000000000000281cce5eb89b522bf6be95b058ad1281ce59b123f643 1.18 MB 943 10
Previous 10 blocks ↓
Total Size: 687.24 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,512.31 GB sent, 120.60 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.