Memory Pool Memory Pool Refreshing

21,939 transactions
29.73 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,808 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 4,298 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,807 (85,545 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
777,262 777,262 000000000000000000010672d82e68f854a2f0e674b81644ef37c020f31332e6 1.69 MB 1,244 16
777,261 777,261 0000000000000000000175937da5cd086b2ad9d4df314a3fa952f6a9ebb1ef2e 2.25 MB 2,508 13
777,260 777,260 00000000000000000001db9adea880924428e86231efeaca16c562829ed26e62 2.87 MB 1,474 9
777,259 777,259 000000000000000000072ad5f2129b0341ac0bff433f41f78f101570b62e0345 3.77 MB 374 2
777,258 777,258 0000000000000000000029d09d1023c1fa0d733f6433a59502bf6e14e66f65bf 3.25 MB 632 3
777,257 777,257 00000000000000000002649700e5bc9e417a412845b266d4e70b6b5d6204c0c8 2.51 MB 434 3
777,256 777,256 00000000000000000005b7ab85c00e5adb0c179cf332755784dbd02a409f5a7d 3.57 MB 749 2
777,255 777,255 000000000000000000028608eca94d922504b743c6c6357bea6b4b8bdf11e32f 1.77 MB 2,634 17
777,254 777,254 0000000000000000000432f10cb6f8d2bd98d04da84c13358dfe67094988d9d3 0.00 MB 1 0
777,253 777,253 000000000000000000013cfd48e86afc7cb62c0daa929288166a611f5087e016 1.72 MB 2,572 18
777,252 777,252 000000000000000000072ce871cc4c16451900d24a09588617ffe8e7dbad24af 2.76 MB 1,790 10
777,251 777,251 000000000000000000035f24f4de1c716ec879a2d4d1fb70bbfa5e29d9b5de12 2.40 MB 1,462 7
777,250 777,250 00000000000000000003e22af5ec3722937758aa31296f9c07fa262dffff86a4 3.52 MB 278 1
777,249 777,249 000000000000000000029391efbc58842327f143ee35b43aeb84134e780bc6bd 3.11 MB 714 6
777,248 777,248 0000000000000000000447173bf304b9b9fd9a33f3a2472359e00ee1e0f72920 1.88 MB 1,068 4
777,247 777,247 00000000000000000001ab2a84432102876fab4b74bb066dd8feeaaa34685dff 3.47 MB 806 5
777,246 777,246 000000000000000000020f1fe0d82a63cf9434ce9af0bb1843d43fd343af20cc 2.55 MB 1,162 4
777,245 777,245 00000000000000000006ec65836008eba452f7d5614d4e09114f87a9ca64cf42 2.17 MB 1,642 8
777,244 777,244 0000000000000000000665c4109ebf93b5f7755d17a8f81de1abbfadbee110b1 1.53 MB 2,618 14
777,243 777,243 0000000000000000000662d1707c5f442bd698d9dce1e7f7a9373244f603f8ce 1.56 MB 3,349 23
777,242 777,242 0000000000000000000219f9a06362c7e919185b49beace70b605bb680815bd2 1.63 MB 3,213 26
Previous 10 blocks ↓
Total Size: 685.73 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,401.00 GB sent, 110.23 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.